Build Information
Successful build of SwifterJSON, reference 5.0.1 (0542d7), with Swift 6.0 for macOS (SPM) on 15 Mar 2026 14:41:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guykogus/SwifterJSON.git
Reference: 5.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guykogus/SwifterJSON
* tag 5.0.1 -> FETCH_HEAD
HEAD is now at 0542d72 Add wasm build check to CI (#3)
Cloned https://github.com/guykogus/SwifterJSON.git
Revision (git rev-parse @):
0542d7260b97c1e551539af3d844c5641fe4b74d
SUCCESS checkout https://github.com/guykogus/SwifterJSON.git at 5.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/guykogus/SwifterJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Compiling SwifterJSON JSON.swift
[4/5] Compiling SwifterJSON JSONDecoder.swift
[5/5] Emitting module SwifterJSON
Build complete! (4.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwifterJSON",
"name" : "SwifterJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwifterJSON",
"targets" : [
"SwifterJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwifterJSONTests",
"module_type" : "SwiftTarget",
"name" : "SwifterJSONTests",
"path" : "Tests",
"sources" : [
"JSONDecoderTests.swift",
"JSONTests.swift"
],
"target_dependencies" : [
"SwifterJSON"
],
"type" : "test"
},
{
"c99name" : "SwifterJSON",
"module_type" : "SwiftTarget",
"name" : "SwifterJSON",
"path" : "Sources",
"product_memberships" : [
"SwifterJSON"
],
"sources" : [
"JSON.swift",
"JSONDecoder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.