Build Information
Successful build of Moon, reference 1.3.0 (439d48), with Swift 6.0 for macOS (SPM) on 10 Mar 2026 04:25:53 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/Moon.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Moon
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 439d482 feat: Add Swift 6 concurrency support, bump minimum to Swift 5.10 / macOS 14
Cloned https://github.com/loopwerk/Moon.git
Revision (git rev-parse @):
439d48259e278863203f5a6f67bb45c84ffbd360
SUCCESS checkout https://github.com/loopwerk/Moon.git at 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/loopwerk/Moon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Copying prism.js
[3/5] Copying JXKit.plist
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/20] Compiling JXKit ScriptManager.swift
[7/20] Compiling JXKit JXListenerCollection.swift
[8/20] Compiling JXKit JXProperty.swift
[9/20] Compiling JXKit Module.swift
[10/20] Compiling JXKit JXScriptLoader.swift
[11/20] Compiling JXKit JXType.swift
[12/20] Compiling JXKit JXVM.swift
[13/20] Compiling JXKit JXCancellable.swift
[14/20] Compiling JXKit JXCoding.swift
[15/20] Compiling JXKit JXValue.swift
[16/20] Compiling JXKit JXDefs.swift
[17/20] Compiling JXKit JXError.swift
[18/20] Compiling JXKit JXContext.swift
[19/20] Compiling JXKit JXConvertible.swift
[20/20] Emitting module JXKit
[21/21] Compiling JXKit resource_bundle_accessor.swift
[22/24] Compiling Moon resource_bundle_accessor.swift
[23/24] Emitting module Moon
[24/24] Compiling Moon Moon.swift
Build complete! (12.10s)
Fetching https://github.com/jectivex/JXKit
[1/3574] Fetching jxkit
Fetched https://github.com/jectivex/JXKit from cache (1.09s)
Computing version for https://github.com/jectivex/JXKit
Computed https://github.com/jectivex/JXKit at 3.6.0 (3.06s)
Creating working copy for https://github.com/jectivex/JXKit
Working copy of https://github.com/jectivex/JXKit resolved at 3.6.0
Build complete.
{
"dependencies" : [
{
"identity" : "jxkit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.6.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jectivex/JXKit"
}
],
"manifest_display_name" : "Moon",
"name" : "Moon",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Moon",
"targets" : [
"Moon"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MoonTests",
"module_type" : "SwiftTarget",
"name" : "MoonTests",
"path" : "Tests/MoonTests",
"sources" : [
"MoonTests.swift"
],
"target_dependencies" : [
"Moon"
],
"type" : "test"
},
{
"c99name" : "Moon",
"module_type" : "SwiftTarget",
"name" : "Moon",
"path" : "Sources/Moon",
"product_dependencies" : [
"JXKit"
],
"product_memberships" : [
"Moon"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Moon/Resources/prism.js",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Moon.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.