Build Information
Successful build of CodableJSON, reference 4.0.0 (e8dc68), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 00:54:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guykogus/CodableJSON.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guykogus/CodableJSON
* tag 4.0.0 -> FETCH_HEAD
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 4.0.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "codablejson",
"name": "CodableJSON",
"url": "https://github.com/guykogus/CodableJSON.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CodableJSON",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/guykogus/CodableJSON.git
[1/243] Fetching codablejson
Fetched https://github.com/guykogus/CodableJSON.git from cache (0.64s)
Creating working copy for https://github.com/guykogus/CodableJSON.git
Working copy of https://github.com/guykogus/CodableJSON.git resolved at 4.0.0 (e8dc68c)
warning: '.resolve-product-dependencies': dependency 'codablejson' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/guykogus/CodableJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling CodableJSON JSON.swift
[4/4] Emitting module CodableJSON
Build complete! (4.88s)
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.