The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of OneWay, reference 2.10.0 (514c71), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 17:23:14 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 .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevYeom/OneWay.git
Reference: 2.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevYeom/OneWay
 * tag               2.10.0     -> FETCH_HEAD
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 2.10.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DevYeom/OneWay.git
https://github.com/DevYeom/OneWay.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/15] Emitting module OneWay
[6/16] Compiling OneWay Triggered.swift
[7/16] Compiling OneWay EffectsBuilder.swift
[8/16] Compiling OneWay AnyEffect.swift
/Users/admin/builder/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
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
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 |     @objc deinit
3 | }
[9/16] Compiling OneWay AsyncViewStateSequence.swift
/Users/admin/builder/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
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
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 |     @objc deinit
3 | }
[10/16] Compiling OneWay Effect.swift
[11/16] Compiling OneWay Store.swift
[12/16] Compiling OneWay resource_bundle_accessor.swift
[13/16] Compiling OneWay Ignored.swift
[14/16] Compiling OneWay CopyOnWrite.swift
[15/16] Compiling OneWay ViewStore.swift
[16/16] Compiling OneWay Reducer.swift
[17/19] Compiling OneWayTesting TestingEnvironment.swift
[18/19] Emitting module OneWayTesting
[19/19] Compiling OneWayTesting Store+Testing.swift
Build complete! (17.74s)
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.40s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.93s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.46s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.46s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.00s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.50s)
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
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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.