The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OneWay, reference main (514c71), with Swift 6.2 (beta) for Linux on 22 Jun 2025 08:51:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevYeom/OneWay.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 514c714 Improve the debounce performance (#105)
Cloned https://github.com/DevYeom/OneWay.git
Revision (git rev-parse @):
514c7140fccf0f3d48b541acb8cac24f8e25482a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DevYeom/OneWay.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DevYeom/OneWay.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.30s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.70s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/861] Fetching swift-concurrency-extras
[785/6328] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.32s)
[1969/5467] 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.1 (1.05s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.36s)
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.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling OneWay ViewStore.swift
[6/16] Compiling OneWay AnyEffect.swift
/host/spi-builder-workspace/Sources/OneWay/AsyncSequences/AsyncViewStateSequence.swift:86:41: warning: capture of 'keyPath' with non-Sendable type 'KeyPath<State, Property>' in a '@Sendable' closure [#SendableClosureCaptures]
84 |             continuation.yield(last)
85 |         }
86 |         return stream.map { $0[keyPath: keyPath] }
   |                                         `- warning: capture of 'keyPath' with non-Sendable type 'KeyPath<State, Property>' in a '@Sendable' closure [#SendableClosureCaptures]
87 |     }
88 |     #endif
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[7/16] Compiling OneWay AsyncViewStateSequence.swift
/host/spi-builder-workspace/Sources/OneWay/AsyncSequences/AsyncViewStateSequence.swift:86:41: warning: capture of 'keyPath' with non-Sendable type 'KeyPath<State, Property>' in a '@Sendable' closure [#SendableClosureCaptures]
84 |             continuation.yield(last)
85 |         }
86 |         return stream.map { $0[keyPath: keyPath] }
   |                                         `- warning: capture of 'keyPath' with non-Sendable type 'KeyPath<State, Property>' in a '@Sendable' closure [#SendableClosureCaptures]
87 |     }
88 |     #endif
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[8/16] Compiling OneWay resource_bundle_accessor.swift
[9/16] Compiling OneWay Reducer.swift
[10/16] Compiling OneWay Triggered.swift
[11/16] Emitting module OneWay
/host/spi-builder-workspace/Sources/OneWay/Store.swift:71:22: warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         self.reducer = reducer()
 70 |         (states, continuation) = AsyncStream<State>.makeStream()
 71 |         Task { await bindExternalEffect() }
    |                      `- warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 72 |         defer { continuation.yield(state) }
 73 |     }
/host/spi-builder-workspace/Sources/OneWay/Store.swift:63:12: warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     ///   state.
 62 |     ///   - state: The state to initialize a store.
 63 |     public init(
    |            `- warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         reducer: @Sendable @autoclosure () -> R,
 65 |         state: State
[12/16] Compiling OneWay CopyOnWrite.swift
[13/16] Compiling OneWay Ignored.swift
[14/16] Compiling OneWay Store.swift
/host/spi-builder-workspace/Sources/OneWay/Store.swift:71:22: warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         self.reducer = reducer()
 70 |         (states, continuation) = AsyncStream<State>.makeStream()
 71 |         Task { await bindExternalEffect() }
    |                      `- warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 72 |         defer { continuation.yield(state) }
 73 |     }
/host/spi-builder-workspace/Sources/OneWay/Store.swift:63:12: warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     ///   state.
 62 |     ///   - state: The state to initialize a store.
 63 |     public init(
    |            `- warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         reducer: @Sendable @autoclosure () -> R,
 65 |         state: State
/host/spi-builder-workspace/Sources/OneWay/Store.swift:90:17: warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 88 |         for action in actionQueue {
 89 |             let taskID = TaskID()
 90 |             let effect = reducer.reduce(state: &state, action: action)
    |                 `- warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |             let task = Task { [weak self, taskID] in
 92 |                 guard !Task.isCancelled else { return }
/host/spi-builder-workspace/Sources/OneWay/Store.swift:94:31: warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 92 |                 guard !Task.isCancelled else { return }
 93 |                 for await value in effect.values {
 94 |                     guard let self else { break }
    |                               `- warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
 95 |                     guard !Task.isCancelled else { break }
 96 |                     await send(value)
/host/spi-builder-workspace/Sources/OneWay/Store.swift:136:13: warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
134 |
135 |     private func bindExternalEffect() {
136 |         let values = reducer.bind().values
    |             `- warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
137 |         bindingTask?.cancel()
138 |         bindingTask = Task { [weak self] in
/host/spi-builder-workspace/Sources/OneWay/Store.swift:140:27: warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
138 |         bindingTask = Task { [weak self] in
139 |             for await value in values {
140 |                 guard let self else { break }
    |                           `- warning: capture of non-Sendable type 'R.Type' in an isolated closure; this is an error in the Swift 6 language mode
141 |                 guard !Task.isCancelled else { break }
142 |                 await send(value)
[15/16] Compiling OneWay Effect.swift
[16/16] Compiling OneWay EffectsBuilder.swift
[18/20] Compiling OneWayTesting TestingEnvironment.swift
[19/20] Emitting module OneWayTesting
[20/20] Compiling OneWayTesting Store+Testing.swift
Build complete! (21.71s)
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" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.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",
        "TestHelper/XCTestCase+Expect.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",
        "PropertyWrappers/CopyOnWrite.swift",
        "PropertyWrappers/Ignored.swift",
        "PropertyWrappers/Triggered.swift",
        "Reducer.swift",
        "Store.swift",
        "ViewStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.