The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Contentful, reference 5.5.14 (d4246e), with Swift 6.0 for macOS (SPM) on 29 Jul 2025 22:20:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/contentful/contentful.swift.git
Reference: 5.5.14
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/contentful/contentful.swift
 * tag               5.5.14     -> FETCH_HEAD
HEAD is now at d4246e9 Merge pull request #433 from contentful/chore/update-version
Cloned https://github.com/contentful/contentful.swift.git
Revision (git rev-parse @):
d4246e940007b48175ba78a4bb90cebe8876e425
SUCCESS checkout https://github.com/contentful/contentful.swift.git at 5.5.14
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/contentful/contentful.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/36] Emitting module Contentful
[4/39] Compiling Contentful TypedQuery.swift
[5/39] Compiling Contentful Client+UIKit.swift
[6/39] Compiling Contentful Util.swift
[7/39] Compiling Contentful ContentfulLogger.swift
[8/39] Compiling Contentful DataCache.swift
[9/39] Compiling Contentful Date.swift
[10/39] Compiling Contentful DateFormatterCache.swift
[11/39] Compiling Contentful Metadata.swift
[12/39] Compiling Contentful Persistence.swift
[13/39] Compiling Contentful Query.swift
[14/39] Compiling Contentful Space.swift
[15/39] Compiling Contentful SyncSpace.swift
[16/39] Compiling Contentful Sys.swift
[17/39] Compiling Contentful Decodable.swift
[18/39] Compiling Contentful Endpoints.swift
[19/39] Compiling Contentful Entry.swift
[20/39] Compiling Contentful Error.swift
[21/39] Compiling Contentful Link.swift
[22/39] Compiling Contentful LinkResolver.swift
[23/39] Compiling Contentful Locale.swift
[24/39] Compiling Contentful Location.swift
[25/39] Compiling Contentful QueryOperation.swift
[26/39] Compiling Contentful Resource.swift
[27/39] Compiling Contentful RichText.swift
[28/39] Compiling Contentful Client+Sync.swift
[29/39] Compiling Contentful Client.swift
[30/39] Compiling Contentful ClientConfiguration.swift
[31/39] Compiling Contentful ContentType.swift
[32/39] Compiling Contentful Field.swift
[33/39] Compiling Contentful FieldType.swift
[34/39] Compiling Contentful ImageOptions.swift
[35/39] Compiling Contentful JSONDecoderBuilder.swift
[36/39] Compiling Contentful Client+AppKit.swift
[37/39] Compiling Contentful ArrayResponse.swift
[38/39] Compiling Contentful Asset.swift
[39/39] Compiling Contentful Client+Fetch.swift
Build complete! (11.53s)
Fetching https://github.com/mariuskatcontentful/DVR.git
[1/800] Fetching dvr
Fetched https://github.com/mariuskatcontentful/DVR.git from cache (0.84s)
Fetching https://github.com/mariuskatcontentful/OHHTTPStubs.git
[1/5716] Fetching ohhttpstubs
Fetched https://github.com/mariuskatcontentful/OHHTTPStubs.git from cache (1.05s)
Creating working copy for https://github.com/mariuskatcontentful/OHHTTPStubs.git
Working copy of https://github.com/mariuskatcontentful/OHHTTPStubs.git resolved at master (1c5f7b4)
Creating working copy for https://github.com/mariuskatcontentful/DVR.git
Working copy of https://github.com/mariuskatcontentful/DVR.git resolved at master (fb4f867)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dvr",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mariuskatcontentful/DVR.git"
    },
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mariuskatcontentful/OHHTTPStubs.git"
    }
  ],
  "manifest_display_name" : "Contentful",
  "name" : "Contentful",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Contentful",
      "targets" : [
        "Contentful"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ContentfulTests",
      "module_type" : "SwiftTarget",
      "name" : "ContentfulTests",
      "path" : "Tests",
      "product_dependencies" : [
        "DVR",
        "OHHTTPStubs"
      ],
      "sources" : [
        "ContentfulTests/AssetTests.swift",
        "ContentfulTests/ClientConfigurationTests.swift",
        "ContentfulTests/ContentTypeTests.swift",
        "ContentfulTests/ContentfulTests.swift",
        "ContentfulTests/EntryDecodableLinkResolutionTests.swift",
        "ContentfulTests/EntryTests.swift",
        "ContentfulTests/EnvironmentTests.swift",
        "ContentfulTests/ErrorTests.swift",
        "ContentfulTests/FieldTests.swift",
        "ContentfulTests/FieldTypeTests.swift",
        "ContentfulTests/ISO801DateTests.swift",
        "ContentfulTests/ImageTests.swift",
        "ContentfulTests/JSONDecodingTests.swift",
        "ContentfulTests/LocalizationTests.swift",
        "ContentfulTests/LoggerTests.swift",
        "ContentfulTests/PersistenceIntegrationTests.swift",
        "ContentfulTests/QueryTests.swift",
        "ContentfulTests/RateLimitTests.swift",
        "ContentfulTests/RichTextTests.swift",
        "ContentfulTests/SyncTests.swift",
        "ContentfulTests/UtilityTests.swift",
        "Helpers/Models/Cat.swift",
        "Helpers/Models/City.swift",
        "Helpers/Models/Dog.swift"
      ],
      "target_dependencies" : [
        "Contentful"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Contentful",
      "module_type" : "SwiftTarget",
      "name" : "Contentful",
      "path" : "Sources/Contentful",
      "product_memberships" : [
        "Contentful"
      ],
      "sources" : [
        "AppKit/Client+AppKit.swift",
        "ArrayResponse.swift",
        "Asset.swift",
        "Client+Fetch.swift",
        "Client+Sync.swift",
        "Client.swift",
        "ClientConfiguration.swift",
        "ContentType.swift",
        "ContentfulLogger.swift",
        "DataCache.swift",
        "Date.swift",
        "DateFormatterCache.swift",
        "Decodable.swift",
        "Endpoints.swift",
        "Entry.swift",
        "Error.swift",
        "Field.swift",
        "FieldType.swift",
        "ImageOptions/ImageOptions.swift",
        "JSONDecoderBuilder.swift",
        "Link.swift",
        "LinkResolver.swift",
        "Locale.swift",
        "Location.swift",
        "Metadata.swift",
        "Persistence.swift",
        "Query.swift",
        "QueryOperation.swift",
        "Resource.swift",
        "RichText.swift",
        "Space.swift",
        "SyncSpace.swift",
        "Sys.swift",
        "TypedQuery.swift",
        "UIKit/Client+UIKit.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.