Build Information
Successful build of OneWay, reference 3.0.0 (5894a6), with Swift 6.1 for Linux on 15 Nov 2025 19:32:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevYeom/OneWay.git
Reference: 3.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/DevYeom/OneWay
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 5894a6e Swap the build and test steps in the CI (#116)
Cloned https://github.com/DevYeom/OneWay.git
Revision (git rev-parse @):
5894a6e5c839d67746e4108cecd7e0803314b8a4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DevYeom/OneWay.git at 3.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/DevYeom/OneWay.git
https://github.com/DevYeom/OneWay.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks"
}
],
"manifest_display_name" : "OneWay",
"name" : "OneWay",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "OneWay",
"targets" : [
"OneWay"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OneWayTesting",
"targets" : [
"OneWayTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OneWayTests",
"module_type" : "SwiftTarget",
"name" : "OneWayTests",
"path" : "Tests/OneWayTests",
"product_dependencies" : [
"Clocks"
],
"sources" : [
"EffectTests.swift",
"EffectsBuilderTests.swift",
"PropertyWrappersTests.swift",
"StoreTests.swift",
"TestHelper/Publisher+Async.swift",
"ViewStoreTests.swift"
],
"target_dependencies" : [
"OneWay",
"OneWayTesting"
],
"type" : "test"
},
{
"c99name" : "OneWayTestingTests",
"module_type" : "SwiftTarget",
"name" : "OneWayTestingTests",
"path" : "Tests/OneWayTestingTests",
"sources" : [
"TestingTests.swift",
"XCTestTests.swift"
],
"target_dependencies" : [
"OneWayTesting"
],
"type" : "test"
},
{
"c99name" : "OneWayTesting",
"module_type" : "SwiftTarget",
"name" : "OneWayTesting",
"path" : "Sources/OneWayTesting",
"product_memberships" : [
"OneWayTesting"
],
"sources" : [
"Store+Testing.swift",
"TestingEnvironment.swift"
],
"target_dependencies" : [
"OneWay"
],
"type" : "library"
},
{
"c99name" : "OneWay",
"module_type" : "SwiftTarget",
"name" : "OneWay",
"path" : "Sources/OneWay",
"product_memberships" : [
"OneWay",
"OneWayTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/OneWay/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AnyEffect.swift",
"AsyncSequences/AsyncViewStateSequence.swift",
"Effect.swift",
"EffectsBuilder.swift",
"LoggingOptions.swift",
"PropertyWrappers/CopyOnWrite.swift",
"PropertyWrappers/Ignored.swift",
"PropertyWrappers/Triggered.swift",
"Reducer.swift",
"Store.swift",
"ViewStore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-clocks
[1/1299] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.25s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.75s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/886] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.22s)
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.62s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.11s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.49s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Building for debugging...
[0/4] Write sources
[2/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/16] Compiling OneWay Ignored.swift
[6/16] Compiling OneWay Triggered.swift
[7/17] Compiling OneWay LoggingOptions.swift
[8/17] Compiling OneWay CopyOnWrite.swift
[9/17] Emitting module OneWay
[10/17] Compiling OneWay AnyEffect.swift
[11/17] Compiling OneWay AsyncViewStateSequence.swift
[12/17] Compiling OneWay Effect.swift
[13/17] Compiling OneWay EffectsBuilder.swift
[14/17] Compiling OneWay resource_bundle_accessor.swift
[15/17] Compiling OneWay ViewStore.swift
[16/17] Compiling OneWay Store.swift
[17/17] Compiling OneWay Reducer.swift
[19/21] Compiling OneWayTesting Store+Testing.swift
[20/21] Emitting module OneWayTesting
[21/21] Compiling OneWayTesting TestingEnvironment.swift
Build complete! (12.54s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks"
}
],
"manifest_display_name" : "OneWay",
"name" : "OneWay",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "OneWay",
"targets" : [
"OneWay"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OneWayTesting",
"targets" : [
"OneWayTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OneWayTests",
"module_type" : "SwiftTarget",
"name" : "OneWayTests",
"path" : "Tests/OneWayTests",
"product_dependencies" : [
"Clocks"
],
"sources" : [
"EffectTests.swift",
"EffectsBuilderTests.swift",
"PropertyWrappersTests.swift",
"StoreTests.swift",
"TestHelper/Publisher+Async.swift",
"ViewStoreTests.swift"
],
"target_dependencies" : [
"OneWay",
"OneWayTesting"
],
"type" : "test"
},
{
"c99name" : "OneWayTestingTests",
"module_type" : "SwiftTarget",
"name" : "OneWayTestingTests",
"path" : "Tests/OneWayTestingTests",
"sources" : [
"TestingTests.swift",
"XCTestTests.swift"
],
"target_dependencies" : [
"OneWayTesting"
],
"type" : "test"
},
{
"c99name" : "OneWayTesting",
"module_type" : "SwiftTarget",
"name" : "OneWayTesting",
"path" : "Sources/OneWayTesting",
"product_memberships" : [
"OneWayTesting"
],
"sources" : [
"Store+Testing.swift",
"TestingEnvironment.swift"
],
"target_dependencies" : [
"OneWay"
],
"type" : "library"
},
{
"c99name" : "OneWay",
"module_type" : "SwiftTarget",
"name" : "OneWay",
"path" : "Sources/OneWay",
"product_memberships" : [
"OneWay",
"OneWayTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/OneWay/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AnyEffect.swift",
"AsyncSequences/AsyncViewStateSequence.swift",
"Effect.swift",
"EffectsBuilder.swift",
"LoggingOptions.swift",
"PropertyWrappers/CopyOnWrite.swift",
"PropertyWrappers/Ignored.swift",
"PropertyWrappers/Triggered.swift",
"Reducer.swift",
"Store.swift",
"ViewStore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.