Build Information
Successful build of Moon, reference main (439d48), with Swift 6.2 for macOS (SPM) on 10 Mar 2026 00:28:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Moon
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
Fetching https://github.com/jectivex/JXKit
[1/3574] Fetching jxkit
Fetched https://github.com/jectivex/JXKit from cache (1.20s)
Computing version for https://github.com/jectivex/JXKit
Computed https://github.com/jectivex/JXKit at 3.6.0 (3.91s)
Creating working copy for https://github.com/jectivex/JXKit
Working copy of https://github.com/jectivex/JXKit resolved at 3.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "moon",
"name": "Moon",
"url": "https://github.com/loopwerk/Moon.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Moon",
"dependencies": [
{
"identity": "jxkit",
"name": "JXKit",
"url": "https://github.com/jectivex/JXKit",
"version": "3.6.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JXKit",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/loopwerk/Moon.git
[1/108] Fetching moon
Fetched https://github.com/loopwerk/Moon.git from cache (1.10s)
Fetching https://github.com/jectivex/JXKit from cache
Fetched https://github.com/jectivex/JXKit from cache (0.50s)
Computing version for https://github.com/jectivex/JXKit
Computed https://github.com/jectivex/JXKit at 3.6.0 (0.55s)
Creating working copy for https://github.com/loopwerk/Moon.git
Working copy of https://github.com/loopwerk/Moon.git resolved at main (439d482)
Creating working copy for https://github.com/jectivex/JXKit
Working copy of https://github.com/jectivex/JXKit resolved at 3.6.0
warning: '.resolve-product-dependencies': dependency 'moon' is not used by any target
Found 1 product dependencies
- JXKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/loopwerk/Moon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying JXKit.plist
[1/5] Copying prism.js
[1/5] Write sources
[4/5] Write swift-version-49B95AFC49DCD68C.txt
[6/20] Compiling JXKit Module.swift
[7/20] Compiling JXKit ScriptManager.swift
[8/21] Compiling JXKit JXVM.swift
[9/21] Compiling JXKit JXScriptLoader.swift
[10/21] Compiling JXKit JXType.swift
[11/21] Compiling JXKit JXContext.swift
[12/21] Compiling JXKit JXConvertible.swift
[13/21] Compiling JXKit JXDefs.swift
[14/21] Compiling JXKit JXError.swift
[15/21] Compiling JXKit JXListenerCollection.swift
[16/21] Compiling JXKit JXProperty.swift
[17/21] Emitting module JXKit
[18/21] Compiling JXKit JXCancellable.swift
[19/21] Compiling JXKit JXCoding.swift
[20/21] Compiling JXKit JXValue.swift
[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! (6.45s)
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.