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 PropertyBased, reference 0.2.3 (34563b), with Swift 6.2 (beta) for Wasm on 19 Aug 2025 14:46:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/x-sheep/swift-property-based.git
Reference: 0.2.3
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/x-sheep/swift-property-based
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 34563bd Update README.md
Cloned https://github.com/x-sheep/swift-property-based.git
Revision (git rev-parse @):
34563bd04791d74d907083b53e560542599cbd47
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/x-sheep/swift-property-based.git at 0.2.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/x-sheep/swift-property-based.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/31] Compiling PropertyBased Shrink+Integer.swift
[4/31] Compiling PropertyBased Shrink+MutableCollection.swift
[5/31] Compiling PropertyBased Shrink+Optional.swift
[6/31] Compiling PropertyBased Shrink+Tuple.swift
[7/31] Compiling PropertyBased Shrink+Bitset.swift
[8/31] Compiling PropertyBased Shrink+Collection.swift
[9/31] Compiling PropertyBased Shrink+Date.swift
[10/31] Compiling PropertyBased Shrink+Float.swift
[11/34] Compiling PropertyBased PropertyCheck+Pack.swift
[12/34] Compiling PropertyBased PropertyCheck.swift
[13/34] Compiling PropertyBased SeededRandomNumberGenerator.swift
[14/34] Compiling PropertyBased Shrink+Appended.swift
[15/34] Compiling PropertyBased Gen+Collection.swift
[16/34] Compiling PropertyBased Gen+Color.swift
[17/34] Compiling PropertyBased Gen+Date.swift
[18/34] Compiling PropertyBased Gen+Duration.swift
[19/34] Compiling PropertyBased ClosedIntegerRange.swift
[20/34] Compiling PropertyBased Date+String.swift
[21/34] Compiling PropertyBased EnableShrinkTrait.swift
[22/34] Compiling PropertyBased FixedSeedTrait.swift
[23/34] Emitting module PropertyBased
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:161:17: warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
159 |     /// - Returns: A generator of `NewValue`s.
160 |     @inlinable
161 |     public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
    |                 `- warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
162 |         NewValue, ShrinkSequence
163 |     > where ResultValue == (ItemA, ItemB) {
[24/34] Compiling PropertyBased Shrink.swift
[25/34] Compiling PropertyBased Xoshiro.swift
[26/34] Compiling PropertyBased Zip.swift
[27/34] Compiling PropertyBased Gen+Float.swift
[28/34] Compiling PropertyBased Gen+Int.swift
[29/34] Compiling PropertyBased Gen+SIMD.swift
[30/34] Compiling PropertyBased Gen+String.swift
[31/34] Compiling PropertyBased Gen.swift
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:161:17: warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
159 |     /// - Returns: A generator of `NewValue`s.
160 |     @inlinable
161 |     public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
    |                 `- warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
162 |         NewValue, ShrinkSequence
163 |     > where ResultValue == (ItemA, ItemB) {
[32/34] Compiling PropertyBased Generator.swift
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:161:17: warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
159 |     /// - Returns: A generator of `NewValue`s.
160 |     @inlinable
161 |     public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
    |                 `- warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
162 |         NewValue, ShrinkSequence
163 |     > where ResultValue == (ItemA, ItemB) {
[33/34] Compiling PropertyBased IssueCounting.swift
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:161:17: warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
159 |     /// - Returns: A generator of `NewValue`s.
160 |     @inlinable
161 |     public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
    |                 `- warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
162 |         NewValue, ShrinkSequence
163 |     > where ResultValue == (ItemA, ItemB) {
[34/34] Compiling PropertyBased Mutex.swift
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:161:17: warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
159 |     /// - Returns: A generator of `NewValue`s.
160 |     @inlinable
161 |     public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
    |                 `- warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
162 |         NewValue, ShrinkSequence
163 |     > where ResultValue == (ItemA, ItemB) {
Build complete! (12.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PropertyBased",
  "name" : "PropertyBased",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PropertyBased",
      "targets" : [
        "PropertyBased"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PropertyBasedTests",
      "module_type" : "SwiftTarget",
      "name" : "PropertyBasedTests",
      "path" : "Tests/PropertyBasedTests",
      "sources" : [
        "FixedSeedTests.swift",
        "GenTests+Collection.swift",
        "GenTests+Date.swift",
        "GenTests+SIMD.swift",
        "GenTests+String.swift",
        "GenTests.swift",
        "IntegerAdditionTests.swift",
        "PropertyCheckTests.swift",
        "ShrinkTests+Array.swift",
        "ShrinkTests+Bitset.swift",
        "ShrinkTests+Date.swift",
        "ShrinkTests+Dictionary.swift",
        "ShrinkTests+Float.swift",
        "ShrinkTests+Integer.swift",
        "ShrinkTests+Tuple.swift",
        "Utils.swift",
        "ZipTests.swift"
      ],
      "target_dependencies" : [
        "PropertyBased"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PropertyBased",
      "module_type" : "SwiftTarget",
      "name" : "PropertyBased",
      "path" : "Sources/PropertyBased",
      "product_memberships" : [
        "PropertyBased"
      ],
      "sources" : [
        "ClosedIntegerRange.swift",
        "Date+String.swift",
        "EnableShrinkTrait.swift",
        "FixedSeedTrait.swift",
        "Gen+Collection.swift",
        "Gen+Color.swift",
        "Gen+Date.swift",
        "Gen+Duration.swift",
        "Gen+Float.swift",
        "Gen+Int.swift",
        "Gen+SIMD.swift",
        "Gen+String.swift",
        "Gen.swift",
        "Generator.swift",
        "IssueCounting.swift",
        "Mutex.swift",
        "PropertyCheck+Pack.swift",
        "PropertyCheck.swift",
        "SeededRandomNumberGenerator.swift",
        "Shrink+Appended.swift",
        "Shrink+Bitset.swift",
        "Shrink+Collection.swift",
        "Shrink+Date.swift",
        "Shrink+Float.swift",
        "Shrink+Integer.swift",
        "Shrink+MutableCollection.swift",
        "Shrink+Optional.swift",
        "Shrink+Tuple.swift",
        "Shrink.swift",
        "Xoshiro.swift",
        "Zip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.