Build Information
Successful build of JsonKit, reference master (bf4fa7), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 04:20:16 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/harrisonv789/JsonKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/harrisonv789/JsonKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bf4fa73 Added in a recursive setter and delete functions for correctly changing the dictionaries and JSON data.
Cloned https://github.com/harrisonv789/JsonKit.git
Revision (git rev-parse @):
bf4fa73684ef69a555194c514bf912671d3b2fbf
SUCCESS checkout https://github.com/harrisonv789/JsonKit.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/harrisonv789/JsonKit.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/8] Compiling JsonKit JsonKit.Set.swift
[4/8] Compiling JsonKit JsonKit.swift
[5/8] Compiling JsonKit JsonKit.Delete.swift
[6/8] Compiling JsonKit JsonKit.Get.swift
[7/8] Emitting module JsonKit
[8/8] Compiling JsonKit JsonKit.Convert.swift
Build complete! (4.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JsonKit",
"name" : "JsonKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JsonKit",
"targets" : [
"JsonKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JsonKitTests",
"module_type" : "SwiftTarget",
"name" : "JsonKitTests",
"path" : "Tests/JsonKitTests",
"sources" : [
"JsonKitTests.swift"
],
"target_dependencies" : [
"JsonKit"
],
"type" : "test"
},
{
"c99name" : "JsonKit",
"module_type" : "SwiftTarget",
"name" : "JsonKit",
"path" : "Sources/JsonKit",
"product_memberships" : [
"JsonKit"
],
"sources" : [
"JsonKit.Convert.swift",
"JsonKit.Delete.swift",
"JsonKit.Get.swift",
"JsonKit.Set.swift",
"JsonKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.