Build Information
Successful build of VDCodable, reference master (b5f8ba
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 02:54:23 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDCodable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDCodable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b5f8ba2 (no commit message provided)
Cloned https://github.com/dankinsoid/VDCodable.git
Revision (git rev-parse @):
b5f8ba27807a8c1dbfc5394a659c17029e99269b
SUCCESS checkout https://github.com/dankinsoid/VDCodable.git at master
Fetching https://github.com/dankinsoid/SimpleCoders.git
[1/101] Fetching simplecoders
Fetched https://github.com/dankinsoid/SimpleCoders.git from cache (0.63s)
Computing version for https://github.com/dankinsoid/SimpleCoders.git
Computed https://github.com/dankinsoid/SimpleCoders.git at 1.6.0 (1.25s)
Creating working copy for https://github.com/dankinsoid/SimpleCoders.git
Working copy of https://github.com/dankinsoid/SimpleCoders.git resolved at 1.6.0
========================================
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",
"dependencies": [
{
"identity": "vdcodable",
"name": "VDCodable",
"url": "https://github.com/dankinsoid/VDCodable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VDCodable",
"dependencies": [
{
"identity": "simplecoders",
"name": "SimpleCoders",
"url": "https://github.com/dankinsoid/SimpleCoders.git",
"version": "1.6.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleCoders",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/dankinsoid/VDCodable.git
[1/644] Fetching vdcodable
Fetched https://github.com/dankinsoid/VDCodable.git from cache (0.86s)
Fetching https://github.com/dankinsoid/SimpleCoders.git from cache
Fetched https://github.com/dankinsoid/SimpleCoders.git from cache (0.44s)
Computing version for https://github.com/dankinsoid/SimpleCoders.git
Computed https://github.com/dankinsoid/SimpleCoders.git at 1.6.0 (0.49s)
Creating working copy for https://github.com/dankinsoid/SimpleCoders.git
Working copy of https://github.com/dankinsoid/SimpleCoders.git resolved at 1.6.0
Creating working copy for https://github.com/dankinsoid/VDCodable.git
Working copy of https://github.com/dankinsoid/VDCodable.git resolved at master (b5f8ba2)
warning: '.resolve-product-dependencies': dependency 'vdcodable' is not used by any target
Found 1 product dependencies
- SimpleCoders
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dankinsoid/VDCodable.git
https://github.com/dankinsoid/VDCodable.git
{
"dependencies" : [
{
"identity" : "simplecoders",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dankinsoid/SimpleCoders.git"
}
],
"manifest_display_name" : "VDCodable",
"name" : "VDCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "VDCodable",
"targets" : [
"VDCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VDCodableTests",
"module_type" : "SwiftTarget",
"name" : "VDCodableTests",
"path" : "Tests/VDCodableTests",
"sources" : [
"VDCodableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VDCodable"
],
"type" : "test"
},
{
"c99name" : "VDCodable",
"module_type" : "SwiftTarget",
"name" : "VDCodable",
"path" : "Sources/VDCodable",
"product_dependencies" : [
"SimpleCoders"
],
"product_memberships" : [
"VDCodable"
],
"sources" : [
"Dictionary/DictionaryDecoder.swift",
"Dictionary/DictionaryEncoder.swift",
"JSON/DataDecodingStrategy.swift",
"JSON/DoubleFormatter.swift",
"JSON/EncodingOptions.swift",
"JSON/JSON.swift",
"JSON/JSONDecodingError.swift",
"JSON/JSONScanner.swift",
"JSON/ProtobufJSONEncoder.swift",
"JSON/VDJSONDecoder.swift",
"JSON/VDJSONEncoder.swift",
"NSCodable/NSCodable.swift",
"NSCodable/NSManagedCodable.swift",
"URLQuery/URLQueryDecoder.swift",
"URLQuery/URLQueryEncoder.swift",
"Utils/Int++.swift",
"Utils/StringUtils.swift",
"Utils/UnwrapOperator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/20] Compiling SimpleCoders StringKey.swift
[5/20] Compiling SimpleCoders CodableTypes.swift
[6/20] Compiling SimpleCoders KeyCodingStrategies.swift
[7/20] Compiling SimpleCoders CodingStrategy.swift
[8/20] Compiling SimpleCoders IntKey.swift
[9/20] Compiling SimpleCoders OrderedDictionary.swift
[10/20] Compiling SimpleCoders CheckAllKeysDecoder.swift
[11/21] Compiling SimpleCoders TypeRevision.swift
[12/21] Compiling SimpleCoders TypeRevisionDecoder.swift
[13/21] Compiling SimpleCoders TypeRevisionEncoder.swift
[14/21] Compiling SimpleCoders StringConvertibleHintProvider.swift
[15/21] Compiling SimpleCoders PlainCodingKey.swift
[16/21] Compiling SimpleCoders DecodingUnboxer.swift
[17/21] Compiling SimpleCoders EncodingBoxer.swift
[18/21] Compiling SimpleCoders CodableProtocols.swift
[19/21] Compiling SimpleCoders DateCodingStrategies.swift
[20/21] Emitting module SimpleCoders
[21/21] Compiling SimpleCoders Ref.swift
[22/39] Compiling VDCodable NSManagedCodable.swift
[23/39] Compiling VDCodable URLQueryDecoder.swift
[24/39] Compiling VDCodable VDJSONEncoder.swift
[25/39] Compiling VDCodable NSCodable.swift
[26/39] Compiling VDCodable URLQueryEncoder.swift
[27/39] Compiling VDCodable Int++.swift
[28/40] Compiling VDCodable StringUtils.swift
[29/40] Compiling VDCodable ProtobufJSONEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift:319:14: warning: let '_iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
317 | fileprivate let _dateFormatter = DateFormatter()
318 | @available(macOS 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *)
319 | internal let _iso8601Formatter: ISO8601DateFormatter = {
| |- warning: let '_iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let '_iso8601Formatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
320 | let formatter = ISO8601DateFormatter()
321 | formatter.formatOptions = .withInternetDateTime
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
44 |
45 | API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0))
46 | @interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
| `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
47 | @private
48 | CFDateFormatterRef _formatter;
[30/40] Compiling VDCodable VDJSONDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift:319:14: warning: let '_iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
317 | fileprivate let _dateFormatter = DateFormatter()
318 | @available(macOS 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *)
319 | internal let _iso8601Formatter: ISO8601DateFormatter = {
| |- warning: let '_iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let '_iso8601Formatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
320 | let formatter = ISO8601DateFormatter()
321 | formatter.formatOptions = .withInternetDateTime
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
44 |
45 | API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0))
46 | @interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
| `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
47 | @private
48 | CFDateFormatterRef _formatter;
[31/40] Compiling VDCodable EncodingOptions.swift
[32/40] Compiling VDCodable JSON.swift
[33/40] Compiling VDCodable DataDecodingStrategy.swift
[34/40] Compiling VDCodable DoubleFormatter.swift
[35/40] Compiling VDCodable JSONDecodingError.swift
[36/40] Compiling VDCodable JSONScanner.swift
[37/40] Compiling VDCodable DictionaryDecoder.swift
[38/40] Compiling VDCodable DictionaryEncoder.swift
[39/40] Emitting module VDCodable
/Users/admin/builder/spi-builder-workspace/Sources/VDCodable/JSON/VDJSONDecoder.swift:319:14: warning: let '_iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
317 | fileprivate let _dateFormatter = DateFormatter()
318 | @available(macOS 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *)
319 | internal let _iso8601Formatter: ISO8601DateFormatter = {
| |- warning: let '_iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let '_iso8601Formatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
320 | let formatter = ISO8601DateFormatter()
321 | formatter.formatOptions = .withInternetDateTime
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
44 |
45 | API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0))
46 | @interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
| `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
47 | @private
48 | CFDateFormatterRef _formatter;
[40/40] Compiling VDCodable UnwrapOperator.swift
Build complete! (8.16s)
Build complete.
{
"dependencies" : [
{
"identity" : "simplecoders",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dankinsoid/SimpleCoders.git"
}
],
"manifest_display_name" : "VDCodable",
"name" : "VDCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "VDCodable",
"targets" : [
"VDCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VDCodableTests",
"module_type" : "SwiftTarget",
"name" : "VDCodableTests",
"path" : "Tests/VDCodableTests",
"sources" : [
"VDCodableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VDCodable"
],
"type" : "test"
},
{
"c99name" : "VDCodable",
"module_type" : "SwiftTarget",
"name" : "VDCodable",
"path" : "Sources/VDCodable",
"product_dependencies" : [
"SimpleCoders"
],
"product_memberships" : [
"VDCodable"
],
"sources" : [
"Dictionary/DictionaryDecoder.swift",
"Dictionary/DictionaryEncoder.swift",
"JSON/DataDecodingStrategy.swift",
"JSON/DoubleFormatter.swift",
"JSON/EncodingOptions.swift",
"JSON/JSON.swift",
"JSON/JSONDecodingError.swift",
"JSON/JSONScanner.swift",
"JSON/ProtobufJSONEncoder.swift",
"JSON/VDJSONDecoder.swift",
"JSON/VDJSONEncoder.swift",
"NSCodable/NSCodable.swift",
"NSCodable/NSManagedCodable.swift",
"URLQuery/URLQueryDecoder.swift",
"URLQuery/URLQueryEncoder.swift",
"Utils/Int++.swift",
"Utils/StringUtils.swift",
"Utils/UnwrapOperator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.