Build Information
Successful build of SwiftyJSCore, reference 0.5.2 (06e7cc), with Swift 6.0 for macOS (SPM) on 16 Jul 2025 14:49:27 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michalbencur/SwiftyJSCore.git
Reference: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michalbencur/SwiftyJSCore
* tag 0.5.2 -> FETCH_HEAD
HEAD is now at 06e7cc1 make console.debug() only log in DEBUG mode
Cloned https://github.com/michalbencur/SwiftyJSCore.git
Revision (git rev-parse @):
06e7cc12d5b8a2720f7ae4456f01115dff0e7c3b
SUCCESS checkout https://github.com/michalbencur/SwiftyJSCore.git at 0.5.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/michalbencur/SwiftyJSCore.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/12] Compiling SwiftyJSCore JSTypes.swift
[4/12] Compiling SwiftyJSCore JSPromiseHolder.swift
[5/12] Compiling SwiftyJSCore JSInternal.swift
[6/12] Compiling SwiftyJSCore JSInterpreter+Fetch.swift
[7/12] Emitting module SwiftyJSCore
[8/12] Compiling SwiftyJSCore JSAsyncWrapper.swift
[9/12] Compiling SwiftyJSCore JSIntepreter+Setup.swift
[10/12] Compiling SwiftyJSCore JSConsoleLogger.swift
[11/12] Compiling SwiftyJSCore JSConvertable+Extensions.swift
[12/12] Compiling SwiftyJSCore JSInterpreter.swift
Build complete! (5.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyJSCore",
"name" : "SwiftyJSCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftyJSCore",
"targets" : [
"SwiftyJSCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyJSCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyJSCoreTests",
"path" : "Tests/SwiftyJSCoreTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftyJSCoreTests/script.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftyJSCoreTests/swift-data.js",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FetchTests.swift",
"Logger.swift",
"SwiftDataAPI.swift",
"SwiftDataModels.swift",
"SwiftDataTests.swift",
"SwiftyJSCoreTests.swift"
],
"target_dependencies" : [
"SwiftyJSCore"
],
"type" : "test"
},
{
"c99name" : "SwiftyJSCore",
"module_type" : "SwiftTarget",
"name" : "SwiftyJSCore",
"path" : "Sources/SwiftyJSCore",
"product_memberships" : [
"SwiftyJSCore"
],
"sources" : [
"JSAsyncWrapper.swift",
"JSConsoleLogger.swift",
"JSConvertable+Extensions.swift",
"JSIntepreter+Setup.swift",
"JSInternal.swift",
"JSInterpreter+Fetch.swift",
"JSInterpreter.swift",
"JSPromiseHolder.swift",
"JSTypes.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.