The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PropertyBased, reference 1.2.0 (edaffe), with Swift 6.2 for macOS (SPM) on 18 Apr 2026 05:49:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/x-sheep/swift-property-based.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/x-sheep/swift-property-based
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at edaffed Add support for handling Issues with lower severity (#21)
Cloned https://github.com/x-sheep/swift-property-based.git
Revision (git rev-parse @):
edaffedcd90339544fefb2f045f3fa988d94c794
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/x-sheep/swift-property-based.git at 1.2.0
========================================
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.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/32] Compiling PropertyBased Shrink+MutableCollection.swift
[4/32] Compiling PropertyBased Shrink+Optional.swift
[5/32] Compiling PropertyBased Shrink+Tuple.swift
[6/35] Compiling PropertyBased Generator.swift
[7/35] Compiling PropertyBased IssueCounting.swift
[8/35] Compiling PropertyBased Mutex.swift
[9/35] Compiling PropertyBased Shrink+Date.swift
[10/35] Compiling PropertyBased Shrink+Float.swift
[11/35] Compiling PropertyBased Shrink+Integer.swift
[12/35] Compiling PropertyBased Gen+SIMD.swift
[13/35] Compiling PropertyBased Gen+String.swift
[14/35] Compiling PropertyBased Gen.swift
[15/35] Compiling PropertyBased ClosedIntegerRange.swift
[16/35] Compiling PropertyBased Date+String.swift
[17/35] Compiling PropertyBased EnableShrinkTrait.swift
[18/35] Compiling PropertyBased FixedSeedTrait.swift
[19/35] Compiling PropertyBased Shrink+Appended.swift
[20/35] Compiling PropertyBased Shrink+Bitset.swift
[21/35] Compiling PropertyBased Shrink+Collection.swift
[22/35] Compiling PropertyBased PropertyCheck+Pack.swift
[23/35] Compiling PropertyBased PropertyCheck.swift
[24/35] Compiling PropertyBased SeededRandomNumberGenerator.swift
[25/35] Compiling PropertyBased Gen+Float.swift
[26/35] Compiling PropertyBased Gen+Frequency.swift
[27/35] Compiling PropertyBased Gen+Int.swift
[28/35] Compiling PropertyBased Shrink.swift
[29/35] Compiling PropertyBased Xoshiro.swift
[30/35] Compiling PropertyBased Zip.swift
[31/35] Emitting module PropertyBased
[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! (9.31s)
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" : [
        "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",
        "WarningTests.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"
}
Done.