Build Information
Successful build of JSONUtilities, reference master (128d2f
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 01:07:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/JSONUtilities.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yonaskolb/JSONUtilities
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 128d2ff update to Xcode 10.2
Cloned https://github.com/yonaskolb/JSONUtilities.git
Revision (git rev-parse @):
128d2ffc22467f69569ef8ff971683e2393191a0
SUCCESS checkout https://github.com/yonaskolb/JSONUtilities.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/yonaskolb/JSONUtilities.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling JSONUtilities JSONObjectConvertible.swift
[4/12] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[5/12] Compiling JSONUtilities InvalidItemBehaviour.swift
[6/12] Compiling JSONUtilities Dictionary+KeyPath.swift
[7/12] Compiling JSONUtilities JSONFileLoading.swift
[8/12] Compiling JSONUtilities DecodingError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONUtilities/DecodingError.swift:20:16: warning: stored property 'dictionary' of 'Sendable'-conforming struct 'DecodingError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
18 |
19 | /// dictionary in which the error occured
20 | public let dictionary: [AnyHashable: Any]
| `- warning: stored property 'dictionary' of 'Sendable'-conforming struct 'DecodingError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
21 |
22 | /// array in which the error occurred
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[9/12] Emitting module JSONUtilities
/Users/admin/builder/spi-builder-workspace/Sources/JSONUtilities/DecodingError.swift:20:16: warning: stored property 'dictionary' of 'Sendable'-conforming struct 'DecodingError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
18 |
19 | /// dictionary in which the error occured
20 | public let dictionary: [AnyHashable: Any]
| `- warning: stored property 'dictionary' of 'Sendable'-conforming struct 'DecodingError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
21 |
22 | /// array in which the error occurred
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[10/12] Compiling JSONUtilities KeyPath.swift
[11/12] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[12/12] Compiling JSONUtilities Dictionary+JSONKey.swift
Build complete! (5.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONUtilities",
"name" : "JSONUtilities",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONUtilities",
"targets" : [
"JSONUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONUtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "JSONUtilitiesTests",
"path" : "Tests/JSONUtilitiesTests",
"sources" : [
"Dictionary+KeyPathTests.swift",
"FileLoadingTests.swift",
"Helpers/Dictionary+Equatable.swift",
"Helpers/XCTestCase+Additions.swift",
"InlineDecodingTests.swift",
"InvalidItemBehaviourTests.swift",
"JSONDecodingTests.swift",
"JSONPrimitiveConvertibleTests.swift",
"Mocks/MockChild.swift",
"Mocks/MockParent.swift",
"Mocks/MockSimpleChild.swift",
"Mocks/MockSimpleParent.swift",
"TestFiles/JSONFiles.swift"
],
"type" : "test"
},
{
"c99name" : "JSONUtilities",
"module_type" : "SwiftTarget",
"name" : "JSONUtilities",
"path" : "Sources/JSONUtilities",
"product_memberships" : [
"JSONUtilities"
],
"sources" : [
"DecodingError.swift",
"Dictionary+JSONKey.swift",
"Dictionary+KeyPath.swift",
"InvalidItemBehaviour.swift",
"JSONFileLoading.swift",
"JSONObjectConvertible.swift",
"JSONPrimitiveConvertible.swift",
"KeyPath.swift",
"URL+JSONPrimitiveConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.