Build Information
Successful build of swift-architecture-toolkit, reference 0.2.1 (76c599), with Swift 6.1 for macOS (SPM) on 25 Mar 2026 21:43:12 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeBaseCamp/swift-architecture-toolkit.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeBaseCamp/swift-architecture-toolkit
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 76c5995 ART: Fix tests.
Cloned https://github.com/CodeBaseCamp/swift-architecture-toolkit.git
Revision (git rev-parse @):
76c5995ff52230f3e8ecabddae8a0832f931a435
SUCCESS checkout https://github.com/CodeBaseCamp/swift-architecture-toolkit.git at 0.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/CodeBaseCamp/swift-architecture-toolkit.git
https://github.com/CodeBaseCamp/swift-architecture-toolkit.git
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "quick",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
}
],
"manifest_display_name" : "swift-architecture-toolkit",
"name" : "swift-architecture-toolkit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ART",
"targets" : [
"ART"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ARTTests",
"module_type" : "SwiftTarget",
"name" : "ARTTests",
"path" : "Tests/ARTTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"Data Structures/CompositeErrorSpec.swift",
"Data Structures/NonEmptyListSpec.swift",
"Example/Logic/App.Coeffects.swift",
"Example/Logic/App.Error.swift",
"Example/Logic/App.Request.swift",
"Example/Logic/App.SideEffect.swift",
"Example/Logic/App.SideEffectPerformer.swift",
"Example/Logic/App.State.swift",
"Example/UI/App.ErrorMessageView.swift",
"Example/UI/App.MainView.swift",
"Example/UI/App.MainViewModel.swift",
"Example/UsageExampleSpec.swift",
"Example/Utilities/App.Typealiases.swift",
"Logic/Coeffects/DefaultCoeffectsSpec.swift",
"Logic/Coeffects/TestCoeffects.swift",
"Logic/ModelSpec.swift",
"Logic/PropertyPathSpec.swift",
"Logic/SideEffectPerformerSpec.swift",
"Logic/Store/StoreSpec.swift",
"UI/ModelViewSpec.swift",
"Utilities/TestError.swift",
"Utilities/TestSideEffect.swift"
],
"target_dependencies" : [
"ART"
],
"type" : "test"
},
{
"c99name" : "ART",
"module_type" : "SwiftTarget",
"name" : "ART",
"path" : "Sources/ART",
"product_memberships" : [
"ART"
],
"sources" : [
"Implementation/Data Structures/Change/Change.swift",
"Implementation/Data Structures/Change/PotentialChange.swift",
"Implementation/Data Structures/CompletionIndication.swift",
"Implementation/Data Structures/Error/CompositeError.swift",
"Implementation/Data Structures/Error/SideEffectExecutionError.swift",
"Implementation/Data Structures/NonEmptyList.swift",
"Implementation/Data Structures/SuccessIndication.swift",
"Implementation/Data Structures/ValueWithDefault.swift",
"Implementation/Data Structures/WeakContainer.swift",
"Implementation/Extensions/NSRecursiveLock+ART.swift",
"Implementation/Extensions/UUID+ART.swift",
"Implementation/Logic/Coeffects/DefaultCoeffects.swift",
"Implementation/Logic/SendableUserDefaults.swift",
"Implementation/Logic/Side Effects/CompositeSideEffect.swift",
"Implementation/Logic/State/Logic/Executable.swift",
"Implementation/Logic/State/Logic/ExecutableExecutor.swift",
"Implementation/Logic/State/Logic/LogicModule.swift",
"Implementation/Logic/State/Logic/UILogicModule.swift",
"Implementation/Logic/State/Model.swift",
"Implementation/Logic/State/Observers/PropertyPathObserver.swift",
"Implementation/Logic/State/Observers/ValueObserver.swift",
"Implementation/Logic/State/PropertyPath.swift",
"Implementation/Logic/State/PropertyUpdate.swift",
"Implementation/Logic/State/Reducer.swift",
"Implementation/Logic/State/Requests/RequestHandler.swift",
"Implementation/Logic/State/Store.swift",
"Implementation/UI/Conditional Views/ConditionalView.swift",
"Implementation/UI/Conditional Views/NonStaticConditionalView.swift",
"Implementation/UI/Conditional Views/StaticConditionalView.swift",
"Implementation/UI/ModelView+ContextCreation.swift",
"Implementation/UI/ModelView.swift",
"Implementation/UI/ModelViewWithContent.swift",
"Implementation/UI/ModelViewWithIdentifiedContent.swift",
"Implementation/UI/StaticModelView.swift",
"Implementation/UI/StaticViewContext.swift",
"Implementation/UI/ViewContext+Creation.swift",
"Implementation/UI/ViewContext.swift",
"Implementation/UI/ViewModel.swift",
"Implementation/UI/ViewWithObservedContext.swift",
"Implementation/Utilities/DebugEnsure.swift",
"Implementation/Utilities/Ensure.swift",
"Implementation/Utilities/FatalError.swift",
"Implementation/Utilities/FunctionalCopying.swift",
"Implementation/Utilities/FunctionalSetting.swift",
"Implementation/Utilities/RequiredLet.swift",
"Protocols/CoeffectsProtocol.swift",
"Protocols/ErrorProtocol.swift",
"Protocols/HumanReadable.swift",
"Protocols/ModelProtocol.swift",
"Protocols/ReducerProtocol.swift",
"Protocols/RequestProtocol.swift",
"Protocols/SideEffectPerformer.swift",
"Protocols/SideEffectProtocol.swift",
"Protocols/StateProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/8] Write sources
[7/8] Write swift-version-2F0A5646E1D333AE.txt
[9/58] Emitting module ART
[10/63] Compiling ART DebugEnsure.swift
[11/63] Compiling ART Ensure.swift
[12/63] Compiling ART FatalError.swift
[13/63] Compiling ART FunctionalCopying.swift
[14/63] Compiling ART FunctionalSetting.swift
[15/63] Compiling ART ReducerProtocol.swift
[16/63] Compiling ART RequestProtocol.swift
[17/63] Compiling ART SideEffectPerformer.swift
[18/63] Compiling ART SideEffectProtocol.swift
[19/63] Compiling ART StateProtocol.swift
[20/63] Compiling ART Model.swift
[21/63] Compiling ART PropertyPathObserver.swift
[22/63] Compiling ART ValueObserver.swift
[23/63] Compiling ART PropertyPath.swift
[24/63] Compiling ART PropertyUpdate.swift
[25/63] Compiling ART Reducer.swift
[26/63] Compiling ART Change.swift
[27/63] Compiling ART PotentialChange.swift
[28/63] Compiling ART CompletionIndication.swift
[29/63] Compiling ART CompositeError.swift
[30/63] Compiling ART SideEffectExecutionError.swift
[31/63] Compiling ART NonEmptyList.swift
[32/63] Compiling ART SuccessIndication.swift
[33/63] Compiling ART ValueWithDefault.swift
[34/63] Compiling ART WeakContainer.swift
[35/63] Compiling ART NSRecursiveLock+ART.swift
[36/63] Compiling ART UUID+ART.swift
[37/63] Compiling ART DefaultCoeffects.swift
[38/63] Compiling ART RequiredLet.swift
[39/63] Compiling ART CoeffectsProtocol.swift
[40/63] Compiling ART ErrorProtocol.swift
[41/63] Compiling ART HumanReadable.swift
[42/63] Compiling ART ModelProtocol.swift
[43/63] Compiling ART SendableUserDefaults.swift
[44/63] Compiling ART CompositeSideEffect.swift
[45/63] Compiling ART Executable.swift
[46/63] Compiling ART ExecutableExecutor.swift
[47/63] Compiling ART LogicModule.swift
[48/63] Compiling ART UILogicModule.swift
[49/63] Compiling ART ModelView+ContextCreation.swift
[50/63] Compiling ART ModelView.swift
[51/63] Compiling ART ModelViewWithContent.swift
[52/63] Compiling ART ModelViewWithIdentifiedContent.swift
[53/63] Compiling ART StaticModelView.swift
[54/63] Compiling ART StaticViewContext.swift
[55/63] Compiling ART ViewContext+Creation.swift
[56/63] Compiling ART ViewContext.swift
[57/63] Compiling ART ViewModel.swift
[58/63] Compiling ART ViewWithObservedContext.swift
[59/63] Compiling ART RequestHandler.swift
[60/63] Compiling ART Store.swift
[61/63] Compiling ART ConditionalView.swift
[62/63] Compiling ART NonStaticConditionalView.swift
[63/63] Compiling ART StaticConditionalView.swift
Build complete! (33.92s)
Fetching https://github.com/Quick/Nimble.git
[1/19813] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.03s)
warning: 'nimble': /Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
2 | import PackageDescription
3 |
4 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
5 | name: "Nimble",
6 | platforms: [
Fetching https://github.com/Quick/Quick.git
[1/14886] Fetching quick
Fetched https://github.com/Quick/Quick.git from cache (2.97s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.88s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.51s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.89s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.98s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.61s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.77s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.38s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.48s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.53s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at main (2b4547b)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at main (035b88a)
warning: 'nimble': /Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
2 | import PackageDescription
3 |
4 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
5 | name: "Nimble",
6 | platforms: [
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
Build complete.
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "quick",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
}
],
"manifest_display_name" : "swift-architecture-toolkit",
"name" : "swift-architecture-toolkit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ART",
"targets" : [
"ART"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ARTTests",
"module_type" : "SwiftTarget",
"name" : "ARTTests",
"path" : "Tests/ARTTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"Data Structures/CompositeErrorSpec.swift",
"Data Structures/NonEmptyListSpec.swift",
"Example/Logic/App.Coeffects.swift",
"Example/Logic/App.Error.swift",
"Example/Logic/App.Request.swift",
"Example/Logic/App.SideEffect.swift",
"Example/Logic/App.SideEffectPerformer.swift",
"Example/Logic/App.State.swift",
"Example/UI/App.ErrorMessageView.swift",
"Example/UI/App.MainView.swift",
"Example/UI/App.MainViewModel.swift",
"Example/UsageExampleSpec.swift",
"Example/Utilities/App.Typealiases.swift",
"Logic/Coeffects/DefaultCoeffectsSpec.swift",
"Logic/Coeffects/TestCoeffects.swift",
"Logic/ModelSpec.swift",
"Logic/PropertyPathSpec.swift",
"Logic/SideEffectPerformerSpec.swift",
"Logic/Store/StoreSpec.swift",
"UI/ModelViewSpec.swift",
"Utilities/TestError.swift",
"Utilities/TestSideEffect.swift"
],
"target_dependencies" : [
"ART"
],
"type" : "test"
},
{
"c99name" : "ART",
"module_type" : "SwiftTarget",
"name" : "ART",
"path" : "Sources/ART",
"product_memberships" : [
"ART"
],
"sources" : [
"Implementation/Data Structures/Change/Change.swift",
"Implementation/Data Structures/Change/PotentialChange.swift",
"Implementation/Data Structures/CompletionIndication.swift",
"Implementation/Data Structures/Error/CompositeError.swift",
"Implementation/Data Structures/Error/SideEffectExecutionError.swift",
"Implementation/Data Structures/NonEmptyList.swift",
"Implementation/Data Structures/SuccessIndication.swift",
"Implementation/Data Structures/ValueWithDefault.swift",
"Implementation/Data Structures/WeakContainer.swift",
"Implementation/Extensions/NSRecursiveLock+ART.swift",
"Implementation/Extensions/UUID+ART.swift",
"Implementation/Logic/Coeffects/DefaultCoeffects.swift",
"Implementation/Logic/SendableUserDefaults.swift",
"Implementation/Logic/Side Effects/CompositeSideEffect.swift",
"Implementation/Logic/State/Logic/Executable.swift",
"Implementation/Logic/State/Logic/ExecutableExecutor.swift",
"Implementation/Logic/State/Logic/LogicModule.swift",
"Implementation/Logic/State/Logic/UILogicModule.swift",
"Implementation/Logic/State/Model.swift",
"Implementation/Logic/State/Observers/PropertyPathObserver.swift",
"Implementation/Logic/State/Observers/ValueObserver.swift",
"Implementation/Logic/State/PropertyPath.swift",
"Implementation/Logic/State/PropertyUpdate.swift",
"Implementation/Logic/State/Reducer.swift",
"Implementation/Logic/State/Requests/RequestHandler.swift",
"Implementation/Logic/State/Store.swift",
"Implementation/UI/Conditional Views/ConditionalView.swift",
"Implementation/UI/Conditional Views/NonStaticConditionalView.swift",
"Implementation/UI/Conditional Views/StaticConditionalView.swift",
"Implementation/UI/ModelView+ContextCreation.swift",
"Implementation/UI/ModelView.swift",
"Implementation/UI/ModelViewWithContent.swift",
"Implementation/UI/ModelViewWithIdentifiedContent.swift",
"Implementation/UI/StaticModelView.swift",
"Implementation/UI/StaticViewContext.swift",
"Implementation/UI/ViewContext+Creation.swift",
"Implementation/UI/ViewContext.swift",
"Implementation/UI/ViewModel.swift",
"Implementation/UI/ViewWithObservedContext.swift",
"Implementation/Utilities/DebugEnsure.swift",
"Implementation/Utilities/Ensure.swift",
"Implementation/Utilities/FatalError.swift",
"Implementation/Utilities/FunctionalCopying.swift",
"Implementation/Utilities/FunctionalSetting.swift",
"Implementation/Utilities/RequiredLet.swift",
"Protocols/CoeffectsProtocol.swift",
"Protocols/ErrorProtocol.swift",
"Protocols/HumanReadable.swift",
"Protocols/ModelProtocol.swift",
"Protocols/ReducerProtocol.swift",
"Protocols/RequestProtocol.swift",
"Protocols/SideEffectPerformer.swift",
"Protocols/SideEffectProtocol.swift",
"Protocols/StateProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.