Build Information
Successful build of CodableJSON, reference main (e8dc68), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 02:22:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guykogus/CodableJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guykogus/CodableJSON
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e8dc68c Upgrade to Xcode 16 and Swift 6 Removes support for Carthage and Cocoapods
Cloned https://github.com/guykogus/CodableJSON.git
Revision (git rev-parse @):
e8dc68cd141b44ca47a5d4da01522013a70aba4b
SUCCESS checkout https://github.com/guykogus/CodableJSON.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/guykogus/CodableJSON.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/4] Emitting module CodableJSON
[4/4] Compiling CodableJSON JSON.swift
Build complete! (3.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CodableJSON",
"name" : "CodableJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "CodableJSON",
"targets" : [
"CodableJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableJSONTests",
"module_type" : "SwiftTarget",
"name" : "CodableJSONTests",
"path" : "Tests",
"sources" : [
"JSONTests.swift"
],
"target_dependencies" : [
"CodableJSON"
],
"type" : "test"
},
{
"c99name" : "CodableJSON",
"module_type" : "SwiftTarget",
"name" : "CodableJSON",
"path" : "Sources",
"product_memberships" : [
"CodableJSON"
],
"sources" : [
"JSON.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.