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 1.1.1 (fccc9c), with Swift 6.2 for Android on 4 Nov 2025 18:27:32 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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/x-sheep/swift-property-based.git
Reference: 1.1.1
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               1.1.1      -> FETCH_HEAD
HEAD is now at fccc9c5 Fix Optional generator returning more nils when value is filtered
Cloned https://github.com/x-sheep/swift-property-based.git
Revision (git rev-parse @):
fccc9c5cec06f4c8a971e7d528cb774e4692b2c7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/x-sheep/swift-property-based.git at 1.1.1
========================================
Build
========================================
Selected platform:         android
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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/31] Emitting module PropertyBased
[4/35] Compiling PropertyBased Shrink+Tuple.swift
[5/35] Compiling PropertyBased Shrink.swift
[6/35] Compiling PropertyBased Xoshiro.swift
[7/35] Compiling PropertyBased Zip.swift
[8/35] Compiling PropertyBased Shrink+Float.swift
[9/35] Compiling PropertyBased Shrink+Integer.swift
[10/35] Compiling PropertyBased Shrink+MutableCollection.swift
[11/35] Compiling PropertyBased Shrink+Optional.swift
[12/35] Compiling PropertyBased ClosedIntegerRange.swift
[13/35] Compiling PropertyBased Date+String.swift
[14/35] Compiling PropertyBased EnableShrinkTrait.swift
[15/35] Compiling PropertyBased FixedSeedTrait.swift
[16/35] Compiling PropertyBased Gen+Float.swift
[17/35] Compiling PropertyBased Gen+Frequency.swift
[18/35] Compiling PropertyBased Gen+Int.swift
[19/35] Compiling PropertyBased Gen+SIMD.swift
[20/35] Compiling PropertyBased Mutex.swift
[21/35] Compiling PropertyBased PropertyCheck+Pack.swift
[22/35] Compiling PropertyBased PropertyCheck.swift
[23/35] Compiling PropertyBased SeededRandomNumberGenerator.swift
[24/35] Compiling PropertyBased Gen+String.swift
[25/35] Compiling PropertyBased Gen.swift
[26/35] Compiling PropertyBased Generator.swift
[27/35] Compiling PropertyBased IssueCounting.swift
[28/35] Compiling PropertyBased Shrink+Appended.swift
[29/35] Compiling PropertyBased Shrink+Bitset.swift
[30/35] Compiling PropertyBased Shrink+Collection.swift
[31/35] Compiling PropertyBased Shrink+Date.swift
[32/35] Compiling PropertyBased Gen+Collection.swift
[33/35] Compiling PropertyBased Gen+Color.swift
[34/35] Compiling PropertyBased Gen+Date.swift
[35/35] Compiling PropertyBased Gen+Duration.swift
Build complete! (21.77s)
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" : [
        "ActorTests.swift",
        "FixedSeedTests.swift",
        "GenTests+Collection.swift",
        "GenTests+Date.swift",
        "GenTests+Frequency.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+Frequency.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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.