Build Information
Successful build of Moxie, reference 0.2.2 (63edb2), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:43:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DarthStrom/Moxie.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DarthStrom/Moxie
* tag 0.2.2 -> FETCH_HEAD
HEAD is now at 63edb24 drop the v from the version tag to support spm
Cloned https://github.com/DarthStrom/Moxie.git
Revision (git rev-parse @):
63edb245cbfbbb861565749fc23fcdd17ebfd3cd
SUCCESS checkout https://github.com/DarthStrom/Moxie.git at 0.2.2
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "moxie",
"name": "Moxie",
"url": "https://github.com/DarthStrom/Moxie.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Moxie",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/DarthStrom/Moxie.git
[1/1391] Fetching moxie
Fetched https://github.com/DarthStrom/Moxie.git from cache (1.01s)
Creating working copy for https://github.com/DarthStrom/Moxie.git
Working copy of https://github.com/DarthStrom/Moxie.git resolved at 0.2.2 (63edb24)
warning: '.resolve-product-dependencies': dependency 'moxie' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/DarthStrom/Moxie.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling Moxie Moxie.swift
[4/6] Emitting module Moxie
[5/6] Compiling Moxie Mock.swift
[6/6] Compiling Moxie MockInvocation.swift
Build complete! (0.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Moxie",
"name" : "Moxie",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Moxie",
"targets" : [
"Moxie"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MoxieTests",
"module_type" : "SwiftTarget",
"name" : "MoxieTests",
"path" : "Tests/MoxieTests",
"sources" : [
"ExplainTests.swift",
"MockTests.swift",
"StubbingTests.swift",
"VerificationTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Moxie"
],
"type" : "test"
},
{
"c99name" : "Moxie",
"module_type" : "SwiftTarget",
"name" : "Moxie",
"path" : "Sources/Moxie",
"product_memberships" : [
"Moxie"
],
"sources" : [
"Mock.swift",
"MockInvocation.swift",
"Moxie.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.