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 main (582756), with Swift 6.2 (beta) for macOS (SPM) on 13 Sep 2025 01:44:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/x-sheep/swift-property-based
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 582756e Run CI with Swift 6.1 and 6.2
Cloned https://github.com/x-sheep/swift-property-based.git
Revision (git rev-parse @):
582756e7037602ef5e72966065a0f0c7b1b376b2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/x-sheep/swift-property-based.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/x-sheep/swift-property-based.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/31] Emitting module PropertyBased
/Users/admin/builder/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) {
[4/34] Compiling PropertyBased Shrink+MutableCollection.swift
[5/34] Compiling PropertyBased Shrink+Optional.swift
[6/34] Compiling PropertyBased Shrink+Tuple.swift
[7/34] Compiling PropertyBased Gen+SIMD.swift
[8/34] Compiling PropertyBased Gen+String.swift
[9/34] Compiling PropertyBased Gen.swift
[10/34] Compiling PropertyBased Shrink.swift
[11/34] Compiling PropertyBased Xoshiro.swift
[12/34] Compiling PropertyBased Zip.swift
[13/34] Compiling PropertyBased Generator.swift
/Users/admin/builder/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) {
[14/34] Compiling PropertyBased IssueCounting.swift
/Users/admin/builder/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) {
[15/34] Compiling PropertyBased Mutex.swift
/Users/admin/builder/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) {
[16/34] Compiling PropertyBased Shrink+Date.swift
[17/34] Compiling PropertyBased Shrink+Float.swift
[18/34] Compiling PropertyBased Shrink+Integer.swift
[19/34] Compiling PropertyBased Gen+Duration.swift
[20/34] Compiling PropertyBased Gen+Float.swift
[21/34] Compiling PropertyBased Gen+Int.swift
[22/34] Compiling PropertyBased PropertyCheck+Pack.swift
[23/34] Compiling PropertyBased PropertyCheck.swift
[24/34] Compiling PropertyBased SeededRandomNumberGenerator.swift
[25/34] Compiling PropertyBased ClosedIntegerRange.swift
[26/34] Compiling PropertyBased Date+String.swift
[27/34] Compiling PropertyBased EnableShrinkTrait.swift
[28/34] Compiling PropertyBased FixedSeedTrait.swift
[29/34] Compiling PropertyBased Shrink+Appended.swift
[30/34] Compiling PropertyBased Shrink+Bitset.swift
[31/34] Compiling PropertyBased Shrink+Collection.swift
[32/34] Compiling PropertyBased Gen+Collection.swift
[33/34] Compiling PropertyBased Gen+Color.swift
[34/34] Compiling PropertyBased Gen+Date.swift
Build complete! (8.10s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PropertyBased",
  "name" : "PropertyBased",
  "path" : "/Users/admin/builder/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"
}
Done.