Build Information
Successful build of GenericJSON with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/generic-json.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/generic-json
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bfae33a Make the dynamic member subscript implementation public again
Cloned https://github.com/Frizlab/generic-json.git
Revision (git rev-parse @):
bfae33a5e8d31af37b098e46197b49e94d4c0d9a
SUCCESS checkout https://github.com/Frizlab/generic-json.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/Frizlab/generic-json.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/11] Compiling GenericJSON JSON+Querying.swift
[4/11] Compiling GenericJSON JSON+Merging.swift
[5/11] Compiling GenericJSON JSON+Decoding.swift
[6/11] Compiling GenericJSON JSON+CustomDebugStringConvertible.swift
[7/11] Compiling GenericJSON JSON+Init.swift
[8/11] Compiling GenericJSON JSON+Codable.swift
[9/11] Emitting module GenericJSON
[10/11] Compiling GenericJSON JSONErrors.swift
[11/11] Compiling GenericJSON JSON.swift
Build complete! (21.54s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GenericJSON",
"name" : "GenericJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GenericJSON",
"targets" : [
"GenericJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GenericJSONTests",
"module_type" : "SwiftTarget",
"name" : "GenericJSONTests",
"path" : "GenericJSONTests",
"sources" : [
"CodingTests.swift",
"DebugDescriptionTests.swift",
"DecodingTests.swift",
"EqualityTests.swift",
"InitializationTests.swift",
"MergingTests.swift",
"QueryingTests.swift"
],
"target_dependencies" : [
"GenericJSON"
],
"type" : "test"
},
{
"c99name" : "GenericJSON",
"module_type" : "SwiftTarget",
"name" : "GenericJSON",
"path" : "GenericJSON",
"product_memberships" : [
"GenericJSON"
],
"sources" : [
"JSON+Codable.swift",
"JSON+CustomDebugStringConvertible.swift",
"JSON+Decoding.swift",
"JSON+Init.swift",
"JSON+Merging.swift",
"JSON+Querying.swift",
"JSON.swift",
"JSONErrors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.