Build Information
Successful build of Marionette, reference 1.0.0-alpha.11 (3c0699
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:20:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LinusU/Marionette.git
Reference: 1.0.0-alpha.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LinusU/Marionette
* tag 1.0.0-alpha.11 -> FETCH_HEAD
HEAD is now at 3c0699e 🎉 Add CocoaPods support
Cloned https://github.com/LinusU/Marionette.git
Revision (git rev-parse @):
3c0699e869fdbe13a5d03042884c17d418293a12
SUCCESS checkout https://github.com/LinusU/Marionette.git at 1.0.0-alpha.11
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/LinusU/Marionette.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/27] Compiling Signals UIControl+Signals.swift
[7/27] Compiling PromiseKit race.swift
[8/28] Compiling PromiseKit Async.swift
[9/28] Compiling PromiseKit Box.swift
[10/28] Emitting module PromiseKit
[11/28] Compiling PromiseKit after.swift
[12/28] Compiling PromiseKit firstly.swift
[13/28] Compiling PromiseKit Catchable.swift
[14/28] Compiling PromiseKit Combine.swift
[15/28] Compiling PromiseKit Configuration.swift
[16/28] Compiling PromiseKit CustomStringConvertible.swift
[17/28] Compiling PromiseKit LogEvent.swift
[18/28] Compiling PromiseKit Promise.swift
[19/28] Compiling PromiseKit Resolver.swift
[20/28] Compiling PromiseKit Thenable.swift
[21/28] Compiling PromiseKit Error.swift
[22/28] Compiling PromiseKit Guarantee.swift
[23/28] Compiling PromiseKit hang.swift
[24/28] Compiling Signals AssociatedObject.swift
[25/28] Compiling Signals Signal.swift
[26/28] Compiling Signals UIBarButtonItem+Signals.swift
[27/28] Emitting module Signals
[28/28] Compiling PromiseKit when.swift
[29/31] Emitting module JSBridge
[30/31] Compiling JSBridge Context.swift
[31/31] Compiling JSBridge JSBridge.swift
[32/33] Compiling Marionette Marionette.swift
[33/33] Emitting module Marionette
Build complete! (34.92s)
Fetching https://github.com/mxcl/PromiseKit
Fetching https://github.com/LinusU/JSBridge
Fetching https://github.com/artman/Signals
[1/1052] Fetching signals
[33/1304] Fetching signals, jsbridge
Fetched https://github.com/LinusU/JSBridge from cache (0.70s)
[200/1052] Fetching signals
[1053/18238] Fetching signals, promisekit
Fetched https://github.com/mxcl/PromiseKit from cache (1.72s)
Fetched https://github.com/artman/Signals from cache (1.72s)
Computing version for https://github.com/artman/Signals
Computed https://github.com/artman/Signals at 6.1.0 (3.69s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (1.91s)
Computing version for https://github.com/LinusU/JSBridge
Computed https://github.com/LinusU/JSBridge at 1.0.0-alpha.16 (0.51s)
Creating working copy for https://github.com/mxcl/PromiseKit
Working copy of https://github.com/mxcl/PromiseKit resolved at 6.22.1
Creating working copy for https://github.com/artman/Signals
Working copy of https://github.com/artman/Signals resolved at 6.1.0
Creating working copy for https://github.com/LinusU/JSBridge
Working copy of https://github.com/LinusU/JSBridge resolved at 1.0.0-alpha.16
Build complete.
{
"dependencies" : [
{
"identity" : "signals",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/artman/Signals"
},
{
"identity" : "jsbridge",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.15",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LinusU/JSBridge"
},
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit"
}
],
"manifest_display_name" : "Marionette",
"name" : "Marionette",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Marionette",
"targets" : [
"Marionette"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MarionetteTests",
"module_type" : "SwiftTarget",
"name" : "MarionetteTests",
"path" : "Tests",
"sources" : [
"EvaluationTests.swift",
"Util/AssetServer.swift",
"Util/MarionetteTestCase.swift",
"WaitTests.swift"
],
"target_dependencies" : [
"Marionette"
],
"type" : "test"
},
{
"c99name" : "Marionette",
"module_type" : "SwiftTarget",
"name" : "Marionette",
"path" : "Sources",
"product_dependencies" : [
"JSBridge",
"PromiseKit",
"Signals"
],
"product_memberships" : [
"Marionette"
],
"sources" : [
"Marionette.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.