Build Information
Successful build of SwiftyJSCore, reference main (06e7cc), with Swift 6.2 for macOS (SPM) on 16 Jul 2025 14:48:33 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/michalbencur/SwiftyJSCore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michalbencur/SwiftyJSCore
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/michalbencur/SwiftyJSCore.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/12] Compiling SwiftyJSCore JSTypes.swift
[4/12] Compiling SwiftyJSCore JSConsoleLogger.swift
[5/12] Compiling SwiftyJSCore JSInternal.swift
[6/12] Compiling SwiftyJSCore JSConvertable+Extensions.swift
[7/12] Compiling SwiftyJSCore JSInterpreter.swift
[8/12] Compiling SwiftyJSCore JSIntepreter+Setup.swift
[9/12] Compiling SwiftyJSCore JSAsyncWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyJSCore/JSAsyncWrapper.swift:30:30: warning: capture of non-sendable type 'T.Type' in an isolated closure
28 | Task.detached {
29 | do {
30 | let result = try await wrapper.call()
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
31 | let json = try convertToJSCoreCompatible(result)
32 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyJSCore/JSAsyncWrapper.swift:25:9: warning: capture of non-sendable type 'T.Type' in an isolated closure
23 | }
24 |
25 | let wrapper = ClosureWrapper(closure: closure)
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
26 | let (promiseHolder, promise) = JSPromiseHolder.create(context: context)
27 |
[10/12] Compiling SwiftyJSCore JSPromiseHolder.swift
[11/12] Compiling SwiftyJSCore JSInterpreter+Fetch.swift
[12/12] Emitting module SwiftyJSCore
Build complete! (4.96s)
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.