Build Information
Successful build of swift-mini-redux, reference 0.2.11 (7b50d0), with Swift 6.1 for macOS (SPM) on 1 May 2026 01:42:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ba01ei/swift-mini-redux.git
Reference: 0.2.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ba01ei/swift-mini-redux
* tag 0.2.11 -> FETCH_HEAD
HEAD is now at 7b50d0e simplify packages
Cloned https://github.com/ba01ei/swift-mini-redux.git
Revision (git rev-parse @):
7b50d0e27bf5e81e0c8d2b49fc4a7e3ae952ef3c
SUCCESS checkout https://github.com/ba01ei/swift-mini-redux.git at 0.2.11
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ba01ei/swift-mini-redux.git
https://github.com/ba01ei/swift-mini-redux.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-mini-redux",
"name" : "swift-mini-redux",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MiniRedux",
"targets" : [
"MiniRedux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "MiniReduxTests",
"module_type" : "SwiftTarget",
"name" : "MiniReduxTests",
"path" : "Tests/MiniReduxTests",
"sources" : [
"ObservableBasic.swift",
"ObservableConcatenate.swift",
"ObservableDelegation.swift",
"ObservableList.swift",
"ObservableOnChange.swift",
"PreObservation/Basic.swift",
"PreObservation/Delegation.swift",
"PreObservation/List.swift",
"PreObservation/Publisher.swift",
"UpdateInPlace.swift"
],
"target_dependencies" : [
"MiniRedux"
],
"type" : "test"
},
{
"c99name" : "MiniRedux",
"module_type" : "SwiftTarget",
"name" : "MiniRedux",
"path" : "Sources/MiniRedux",
"product_memberships" : [
"MiniRedux"
],
"sources" : [
"BaseStore.swift",
"ChangeObserver.swift",
"Effect.swift",
"Helpers/Array+UpdateInPlace.swift",
"PreObservation/Reducer.swift",
"PreObservation/Store+Delegate.swift",
"PreObservation/Store+Equatable.swift",
"PreObservation/Store.swift",
"Reflectable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling MiniRedux Store+Delegate.swift
[4/12] Compiling MiniRedux ChangeObserver.swift
[5/12] Compiling MiniRedux Reducer.swift
[6/12] Compiling MiniRedux Array+UpdateInPlace.swift
[7/12] Compiling MiniRedux Store+Equatable.swift
[8/12] Compiling MiniRedux Reflectable.swift
[9/12] Emitting module MiniRedux
[10/12] Compiling MiniRedux BaseStore.swift
[11/12] Compiling MiniRedux Store.swift
[12/12] Compiling MiniRedux Effect.swift
Build complete! (8.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-mini-redux",
"name" : "swift-mini-redux",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MiniRedux",
"targets" : [
"MiniRedux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "MiniReduxTests",
"module_type" : "SwiftTarget",
"name" : "MiniReduxTests",
"path" : "Tests/MiniReduxTests",
"sources" : [
"ObservableBasic.swift",
"ObservableConcatenate.swift",
"ObservableDelegation.swift",
"ObservableList.swift",
"ObservableOnChange.swift",
"PreObservation/Basic.swift",
"PreObservation/Delegation.swift",
"PreObservation/List.swift",
"PreObservation/Publisher.swift",
"UpdateInPlace.swift"
],
"target_dependencies" : [
"MiniRedux"
],
"type" : "test"
},
{
"c99name" : "MiniRedux",
"module_type" : "SwiftTarget",
"name" : "MiniRedux",
"path" : "Sources/MiniRedux",
"product_memberships" : [
"MiniRedux"
],
"sources" : [
"BaseStore.swift",
"ChangeObserver.swift",
"Effect.swift",
"Helpers/Array+UpdateInPlace.swift",
"PreObservation/Reducer.swift",
"PreObservation/Store+Delegate.swift",
"PreObservation/Store+Equatable.swift",
"PreObservation/Store.swift",
"Reflectable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.