Build Information
Successful build of Revolve, reference main (7dab27), with Swift 6.0 for macOS (SPM) on 13 Feb 2026 11:07:20 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/handasa-io/Revolve.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/handasa-io/Revolve
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7dab27d Create LICENSE
Cloned https://github.com/handasa-io/Revolve.git
Revision (git rev-parse @):
7dab27d4e72521cd8021bc3f8a91013b7b683635
SUCCESS checkout https://github.com/handasa-io/Revolve.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/handasa-io/Revolve.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/23] Compiling ConcurrencyExtras UncheckedSendable.swift
[7/23] Compiling XCTestDynamicOverlay Unimplemented.swift
[8/23] Emitting module ConcurrencyExtras
[9/23] Compiling ConcurrencyExtras ActorIsolated.swift
[10/23] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[11/23] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[12/23] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[13/23] Compiling XCTestDynamicOverlay Deprecations.swift
[14/23] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[15/23] Compiling XCTestDynamicOverlay XCTFail.swift
[16/23] Emitting module XCTestDynamicOverlay
[17/23] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[18/23] Compiling ConcurrencyExtras Locking.swift
[19/23] Compiling ConcurrencyExtras MainSerialExecutor.swift
[20/23] Compiling ConcurrencyExtras Task.swift
[21/23] Compiling ConcurrencyExtras AsyncStream.swift
[22/23] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[23/23] Compiling ConcurrencyExtras LockIsolated.swift
[24/35] Compiling CombineSchedulers NSRecursiveLock.swift
[25/36] Compiling CombineSchedulers UIScheduler.swift
[26/36] Compiling CombineSchedulers UnimplementedScheduler.swift
[27/36] Compiling CombineSchedulers Timer.swift
[28/36] Compiling CombineSchedulers TestScheduler.swift
[29/36] Compiling CombineSchedulers UIKit.swift
[30/36] Compiling CombineSchedulers Lock.swift
[31/36] Compiling CombineSchedulers ImmediateScheduler.swift
[32/36] Compiling CombineSchedulers Deprecations.swift
[33/36] Compiling CombineSchedulers AnyScheduler.swift
[34/36] Compiling CombineSchedulers Concurrency.swift
[35/36] Compiling CombineSchedulers SwiftUI.swift
[36/36] Emitting module CombineSchedulers
[37/42] Compiling Revolve State.swift
[38/42] Compiling Revolve Revolve.swift
[39/42] Emitting module Revolve
[40/42] Compiling Revolve Reducer.swift
[41/42] Compiling Revolve Action.swift
[42/42] Compiling Revolve StateStore.swift
Build complete! (20.16s)
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2550] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.01s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (3.50s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/5607] Fetching xctest-dynamic-overlay
[2/6493] Fetching xctest-dynamic-overlay, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.54s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.58s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.58s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Build complete.
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
}
],
"manifest_display_name" : "Revolve",
"name" : "Revolve",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Revolve",
"targets" : [
"Revolve"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RevolveTests",
"module_type" : "SwiftTarget",
"name" : "RevolveTests",
"path" : "Tests/RevolveTests",
"sources" : [
"Counter.swift",
"RevolveTests.swift"
],
"target_dependencies" : [
"Revolve"
],
"type" : "test"
},
{
"c99name" : "Revolve",
"module_type" : "SwiftTarget",
"name" : "Revolve",
"path" : "Sources/Revolve",
"product_dependencies" : [
"CombineSchedulers"
],
"product_memberships" : [
"Revolve"
],
"sources" : [
"Action.swift",
"Reducer.swift",
"Revolve.swift",
"State.swift",
"StateStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.