Build Information
Successful build of DirtyJSON, reference main (a5421d), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 10:52:57 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/wuyu2015/DirtyJSONSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wuyu2015/DirtyJSONSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a5421d4 Add Demo App link to README.md
Cloned https://github.com/wuyu2015/DirtyJSONSwift.git
Revision (git rev-parse @):
a5421d41b1cb4e817cc9c99f6f48a1f09a68f284
SUCCESS checkout https://github.com/wuyu2015/DirtyJSONSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wuyu2015/DirtyJSONSwift.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/9] Compiling DirtyJSON DirtyJSON.StringIterator.swift
[4/9] Compiling DirtyJSON DirtyJSON.swift
[5/9] Compiling DirtyJSON DirtyJSON.Token.swift
[6/9] Compiling DirtyJSON DirtyJSON+fix.swift
[7/9] Emitting module DirtyJSON
[8/9] Compiling DirtyJSON DirtyJSON+func.swift
[9/9] Compiling DirtyJSON DirtyJSON+TokenStatus.swift
Build complete! (3.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DirtyJSON",
"name" : "DirtyJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "DirtyJSON",
"targets" : [
"DirtyJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DirtyJSONTests",
"module_type" : "SwiftTarget",
"name" : "DirtyJSONTests",
"path" : "Tests/DirtyJSONTests",
"sources" : [
"DirtyJSONTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DirtyJSON"
],
"type" : "test"
},
{
"c99name" : "DirtyJSON",
"module_type" : "SwiftTarget",
"name" : "DirtyJSON",
"path" : "Sources/DirtyJSON",
"product_memberships" : [
"DirtyJSON"
],
"sources" : [
"DirtyJSON+TokenStatus.swift",
"DirtyJSON+fix.swift",
"DirtyJSON+func.swift",
"DirtyJSON.StringIterator.swift",
"DirtyJSON.Token.swift",
"DirtyJSON.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.