Build Information
Successful build of JSONParser, reference 1.3.0 (a8216b
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:27:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gerzer/JSONParser.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Gerzer/JSONParser
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at a8216b7 Add a simple testing script
Cloned https://github.com/Gerzer/JSONParser.git
Revision (git rev-parse @):
a8216b7a12dc8e040f4a58f5368cce99d7eba411
SUCCESS checkout https://github.com/Gerzer/JSONParser.git at 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Gerzer/JSONParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write Tester-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/14] Compiling JSONParser JSONProxy.swift
[6/14] Compiling JSONParser JSONProvider.swift
[7/14] Compiling JSONParser JSONValue.swift
[8/14] Compiling JSONParser JSONParser.swift
[9/14] Emitting module JSONParser
[10/14] Compiling JSONParser JSONError.swift
[11/14] Compiling JSONParser JSONKey.swift
[12/16] Emitting module Tester
[13/16] Compiling Tester main.swift
[13/16] Write Objects.LinkFileList
[14/16] Linking Tester
[15/16] Applying Tester
Build complete! (4.27s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONParser",
"name" : "JSONParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "JSONParser",
"targets" : [
"JSONParser"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tester",
"targets" : [
"Tester"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Tester",
"module_type" : "SwiftTarget",
"name" : "Tester",
"path" : "Sources/Tester",
"product_memberships" : [
"Tester"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JSONParser"
],
"type" : "executable"
},
{
"c99name" : "JSONParser",
"module_type" : "SwiftTarget",
"name" : "JSONParser",
"path" : "Sources/JSONParser",
"product_memberships" : [
"JSONParser",
"Tester"
],
"sources" : [
"JSONError.swift",
"JSONKey.swift",
"JSONParser.swift",
"JSONProvider.swift",
"JSONProxy.swift",
"JSONValue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.