Build Information
Successful build of generic-json, reference main (1546c2
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 10:25:35 UTC.
Swift 6 data race errors: 0
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.1
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 1546c2a Fix the package name
Cloned https://github.com/Frizlab/generic-json.git
Revision (git rev-parse @):
1546c2a3ad995f2c7c6479cf9e8cb9ebb80a2578
SUCCESS checkout https://github.com/Frizlab/generic-json.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Frizlab/generic-json.git
https://github.com/Frizlab/generic-json.git
{
"dependencies" : [
],
"manifest_display_name" : "generic-json",
"name" : "generic-json",
"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" : "Tests/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" : [
"DummySendable.swift",
"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"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Emitting module GenericJSON
[4/12] Compiling GenericJSON JSONErrors.swift
[5/12] Compiling GenericJSON JSON+Codable.swift
[6/12] Compiling GenericJSON DummySendable.swift
[7/12] Compiling GenericJSON JSON+Merging.swift
[8/12] Compiling GenericJSON JSON+Decoding.swift
[9/12] Compiling GenericJSON JSON+Querying.swift
[10/12] Compiling GenericJSON JSON+CustomDebugStringConvertible.swift
[11/12] Compiling GenericJSON JSON.swift
[12/12] Compiling GenericJSON JSON+Init.swift
Build complete! (6.31s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "generic-json",
"name" : "generic-json",
"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" : "Tests/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" : [
"DummySendable.swift",
"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.