The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Contentful, reference master (fd82d0), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 15:50:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/contentful/contentful.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/contentful/contentful.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fd82d0a chore: route CI alerts to sdk-bots channel (#438)
Cloned https://github.com/contentful/contentful.swift.git
Revision (git rev-parse @):
fd82d0a99d0b2ce5dd04f0ec5f4f8f04872c7154
SUCCESS checkout https://github.com/contentful/contentful.swift.git at master
Fetching https://github.com/mariuskatcontentful/DVR.git
[1/800] Fetching dvr
Fetched https://github.com/mariuskatcontentful/DVR.git from cache (1.08s)
Fetching https://github.com/mariuskatcontentful/OHHTTPStubs.git
[1/5716] Fetching ohhttpstubs
Fetched https://github.com/mariuskatcontentful/OHHTTPStubs.git from cache (1.14s)
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)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "contentful.swift",
      "name": "Contentful",
      "url": "https://github.com/contentful/contentful.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/contentful.swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/contentful/contentful.swift.git
[1/11192] Fetching contentful.swift
Fetched https://github.com/contentful/contentful.swift.git from cache (2.74s)
Creating working copy for https://github.com/contentful/contentful.swift.git
Working copy of https://github.com/contentful/contentful.swift.git resolved at master (fd82d0a)
warning: '.resolve-product-dependencies': dependency 'contentful.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/contentful/contentful.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/36] Compiling Contentful Decodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/Decodable.swift:71:57: warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 69 |     static func withoutLocalizationContext() -> JSONDecoder {
 70 |         let jsonDecoder = JSONDecoder()
 71 |         jsonDecoder.dateDecodingStrategy = .custom(Date.variableISO8601Strategy)
    |                                                         `- warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 72 |         return jsonDecoder
 73 |     }
[4/36] Compiling Contentful Endpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/Decodable.swift:71:57: warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 69 |     static func withoutLocalizationContext() -> JSONDecoder {
 70 |         let jsonDecoder = JSONDecoder()
 71 |         jsonDecoder.dateDecodingStrategy = .custom(Date.variableISO8601Strategy)
    |                                                         `- warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 72 |         return jsonDecoder
 73 |     }
[5/36] Compiling Contentful Entry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/Decodable.swift:71:57: warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 69 |     static func withoutLocalizationContext() -> JSONDecoder {
 70 |         let jsonDecoder = JSONDecoder()
 71 |         jsonDecoder.dateDecodingStrategy = .custom(Date.variableISO8601Strategy)
    |                                                         `- warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 72 |         return jsonDecoder
 73 |     }
[6/36] Compiling Contentful Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/Decodable.swift:71:57: warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 69 |     static func withoutLocalizationContext() -> JSONDecoder {
 70 |         let jsonDecoder = JSONDecoder()
 71 |         jsonDecoder.dateDecodingStrategy = .custom(Date.variableISO8601Strategy)
    |                                                         `- warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 72 |         return jsonDecoder
 73 |     }
[7/39] Compiling Contentful QueryOperation.swift
[8/39] Compiling Contentful Resource.swift
[9/39] Compiling Contentful RichText.swift
[10/39] Compiling Contentful Space.swift
[11/39] Compiling Contentful SyncSpace.swift
[12/39] Compiling Contentful Sys.swift
[13/39] Compiling Contentful ContentfulLogger.swift
[14/39] Compiling Contentful DataCache.swift
[15/39] Compiling Contentful Date.swift
[16/39] Compiling Contentful DateFormatterCache.swift
[17/39] Compiling Contentful Metadata.swift
[18/39] Compiling Contentful Persistence.swift
[19/39] Compiling Contentful Query.swift
[20/39] Compiling Contentful Link.swift
[21/39] Compiling Contentful LinkResolver.swift
[22/39] Compiling Contentful Locale.swift
[23/39] Compiling Contentful Location.swift
[24/39] Compiling Contentful Client+Sync.swift
[25/39] Compiling Contentful Client.swift
[26/39] Compiling Contentful ClientConfiguration.swift
[27/39] Compiling Contentful ContentType.swift
[28/39] Compiling Contentful TypedQuery.swift
[29/39] Compiling Contentful Client+UIKit.swift
[30/39] Compiling Contentful Util.swift
[31/39] Compiling Contentful Field.swift
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/JSONDecoderBuilder.swift:11:79: warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 9 |
10 | final class JSONDecoderBuilder {
11 |     var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy = .custom(Date.variableISO8601Strategy)
   |                                                                               `- warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
12 |     var localizationContext: LocalizationContext?
13 |     var timeZone: TimeZone?
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/JSONDecoderBuilder.swift:21:57: warning: type 'any EntryDecodable.Type' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |         jsonDecoder.userInfo[.localizationContextKey] = localizationContext
20 |         jsonDecoder.userInfo[.timeZoneContextKey] = timeZone
21 |         jsonDecoder.userInfo[.contentTypesContextKey] = contentTypes
   |                                                         `- warning: type 'any EntryDecodable.Type' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |         jsonDecoder.userInfo[.linkResolverContextKey] = LinkResolver()
23 |         return jsonDecoder
[32/39] Compiling Contentful FieldType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/JSONDecoderBuilder.swift:11:79: warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 9 |
10 | final class JSONDecoderBuilder {
11 |     var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy = .custom(Date.variableISO8601Strategy)
   |                                                                               `- warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
12 |     var localizationContext: LocalizationContext?
13 |     var timeZone: TimeZone?
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/JSONDecoderBuilder.swift:21:57: warning: type 'any EntryDecodable.Type' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |         jsonDecoder.userInfo[.localizationContextKey] = localizationContext
20 |         jsonDecoder.userInfo[.timeZoneContextKey] = timeZone
21 |         jsonDecoder.userInfo[.contentTypesContextKey] = contentTypes
   |                                                         `- warning: type 'any EntryDecodable.Type' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |         jsonDecoder.userInfo[.linkResolverContextKey] = LinkResolver()
23 |         return jsonDecoder
[33/39] Compiling Contentful ImageOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/JSONDecoderBuilder.swift:11:79: warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 9 |
10 | final class JSONDecoderBuilder {
11 |     var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy = .custom(Date.variableISO8601Strategy)
   |                                                                               `- warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
12 |     var localizationContext: LocalizationContext?
13 |     var timeZone: TimeZone?
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/JSONDecoderBuilder.swift:21:57: warning: type 'any EntryDecodable.Type' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |         jsonDecoder.userInfo[.localizationContextKey] = localizationContext
20 |         jsonDecoder.userInfo[.timeZoneContextKey] = timeZone
21 |         jsonDecoder.userInfo[.contentTypesContextKey] = contentTypes
   |                                                         `- warning: type 'any EntryDecodable.Type' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |         jsonDecoder.userInfo[.linkResolverContextKey] = LinkResolver()
23 |         return jsonDecoder
[34/39] Compiling Contentful JSONDecoderBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/JSONDecoderBuilder.swift:11:79: warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 9 |
10 | final class JSONDecoderBuilder {
11 |     var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy = .custom(Date.variableISO8601Strategy)
   |                                                                               `- warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
12 |     var localizationContext: LocalizationContext?
13 |     var timeZone: TimeZone?
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/JSONDecoderBuilder.swift:21:57: warning: type 'any EntryDecodable.Type' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |         jsonDecoder.userInfo[.localizationContextKey] = localizationContext
20 |         jsonDecoder.userInfo[.timeZoneContextKey] = timeZone
21 |         jsonDecoder.userInfo[.contentTypesContextKey] = contentTypes
   |                                                         `- warning: type 'any EntryDecodable.Type' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |         jsonDecoder.userInfo[.linkResolverContextKey] = LinkResolver()
23 |         return jsonDecoder
[35/39] Compiling Contentful Client+AppKit.swift
[36/39] Compiling Contentful ArrayResponse.swift
[37/39] Compiling Contentful Asset.swift
[38/39] Compiling Contentful Client+Fetch.swift
[39/39] Emitting module Contentful
/Users/admin/builder/spi-builder-workspace/Sources/Contentful/JSONDecoderBuilder.swift:11:79: warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
 9 |
10 | final class JSONDecoderBuilder {
11 |     var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy = .custom(Date.variableISO8601Strategy)
   |                                                                               `- warning: converting non-Sendable function value to '@Sendable (any Decoder) throws -> Date' may introduce data races
12 |     var localizationContext: LocalizationContext?
13 |     var timeZone: TimeZone?
Build complete! (9.67s)
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.