Build Information
Successful build of Contentful, reference 5.5.14 (d4246e), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 15:50:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/mariuskatcontentful/DVR.git
[1/800] Fetching dvr
Fetched https://github.com/mariuskatcontentful/DVR.git from cache (1.01s)
Fetching https://github.com/mariuskatcontentful/OHHTTPStubs.git
[1/5716] Fetching ohhttpstubs
Fetched https://github.com/mariuskatcontentful/OHHTTPStubs.git from cache (1.07s)
Creating working copy for https://github.com/mariuskatcontentful/DVR.git
Working copy of https://github.com/mariuskatcontentful/DVR.git resolved at master (fb4f867)
Creating working copy for https://github.com/mariuskatcontentful/OHHTTPStubs.git
Working copy of https://github.com/mariuskatcontentful/OHHTTPStubs.git resolved at master (1c5f7b4)
========================================
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.06s)
Creating working copy for https://github.com/contentful/contentful.swift.git
Working copy of https://github.com/contentful/contentful.swift.git resolved at 5.5.14 (d4246e9)
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 QueryOperation.swift
[4/36] Compiling Contentful Resource.swift
[5/36] Compiling Contentful RichText.swift
[6/36] Compiling Contentful Metadata.swift
[7/36] Compiling Contentful Persistence.swift
[8/36] Compiling Contentful Query.swift
[9/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?
[10/39] Compiling Contentful Client+Sync.swift
[11/39] Compiling Contentful Client.swift
[12/39] Compiling Contentful ClientConfiguration.swift
[13/39] Compiling Contentful ContentType.swift
[14/39] Compiling Contentful Link.swift
[15/39] Compiling Contentful LinkResolver.swift
[16/39] Compiling Contentful Locale.swift
[17/39] Compiling Contentful Location.swift
[18/39] Compiling Contentful ContentfulLogger.swift
[19/39] Compiling Contentful DataCache.swift
[20/39] Compiling Contentful Date.swift
[21/39] Compiling Contentful DateFormatterCache.swift
[22/39] Compiling Contentful Space.swift
[23/39] Compiling Contentful SyncSpace.swift
[24/39] Compiling Contentful Sys.swift
[25/39] Compiling Contentful TypedQuery.swift
[26/39] Compiling Contentful Client+UIKit.swift
[27/39] Compiling Contentful Util.swift
[28/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
[29/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
[30/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
[31/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
[32/39] 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 | }
[33/39] 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 | }
[34/39] 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 | }
[35/39] 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 | }
[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! (10.33s)
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.