Build Information
Successful build of PropertyBased, reference main (46c645), with Swift 6.2 for macOS (SPM) on 16 Dec 2025 13:38:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 46c6452 Use IssueHandlingTrait within unit tests
Cloned https://github.com/x-sheep/swift-property-based.git
Revision (git rev-parse @):
46c64522e5eeebd62e447b0f173599ec1ef9dc19
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/x-sheep/swift-property-based.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-property-based",
"name": "PropertyBased",
"url": "https://github.com/x-sheep/swift-property-based.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-property-based",
"dependencies": [
]
}
]
}
Fetching https://github.com/x-sheep/swift-property-based.git
[1/1198] Fetching swift-property-based
Fetched https://github.com/x-sheep/swift-property-based.git from cache (0.88s)
Creating working copy for https://github.com/x-sheep/swift-property-based.git
Working copy of https://github.com/x-sheep/swift-property-based.git resolved at main (46c6452)
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/32] Emitting module PropertyBased
[4/35] Compiling PropertyBased Shrink+MutableCollection.swift
[5/35] Compiling PropertyBased Shrink+Optional.swift
[6/35] Compiling PropertyBased Shrink+Tuple.swift
[7/35] Compiling PropertyBased PropertyCheck+Pack.swift
[8/35] Compiling PropertyBased PropertyCheck.swift
[9/35] Compiling PropertyBased SeededRandomNumberGenerator.swift
[10/35] Compiling PropertyBased Shrink+Appended.swift
[11/35] Compiling PropertyBased Shrink+Bitset.swift
[12/35] Compiling PropertyBased Shrink+Collection.swift
[13/35] Compiling PropertyBased Gen+Float.swift
[14/35] Compiling PropertyBased Gen+Frequency.swift
[15/35] Compiling PropertyBased Gen+Int.swift
[16/35] Compiling PropertyBased Shrink+Date.swift
[17/35] Compiling PropertyBased Shrink+Float.swift
[18/35] Compiling PropertyBased Shrink+Integer.swift
[19/35] Compiling PropertyBased ClosedIntegerRange.swift
[20/35] Compiling PropertyBased Date+String.swift
[21/35] Compiling PropertyBased EnableShrinkTrait.swift
[22/35] Compiling PropertyBased FixedSeedTrait.swift
[23/35] Compiling PropertyBased Shrink.swift
[24/35] Compiling PropertyBased Xoshiro.swift
[25/35] Compiling PropertyBased Zip.swift
[26/35] Compiling PropertyBased Gen+SIMD.swift
[27/35] Compiling PropertyBased Gen+String.swift
[28/35] Compiling PropertyBased Gen.swift
[29/35] Compiling PropertyBased Generator.swift
[30/35] Compiling PropertyBased IssueCounting.swift
[31/35] Compiling PropertyBased Mutex.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! (8.72s)
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",
"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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/x-sheep/swift-property-based/main
Repository: x-sheep/swift-property-based
Swift version used: 6.2
Target: PropertyBased
Extracting symbol information for 'PropertyBased'...
Finished extracting symbol information for 'PropertyBased'. (3.89s)
Building documentation for 'PropertyBased'...
Finished building documentation for 'PropertyBased' (0.59s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/x-sheep/swift-property-based/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3608] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.98s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets SnippetParser.swift
[8/57] Compiling Snippets Snippet.swift
[9/57] Emitting module Snippets
[10/57] Compiling SymbolKit SemanticVersion.swift
[11/57] Compiling SymbolKit AccessControl.swift
[12/57] Compiling SymbolKit Availability.swift
[13/57] Compiling SymbolKit AvailabilityItem.swift
[14/57] Compiling SymbolKit Domain.swift
[15/57] Compiling SymbolKit Names.swift
[16/57] Compiling SymbolKit SPI.swift
[17/57] Compiling SymbolKit Snippet.swift
[18/57] Compiling SymbolKit Extension.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Compiling SymbolKit Symbol.swift
[30/57] Compiling SymbolKit SymbolKind.swift
[31/57] Compiling SymbolKit SymbolGraph.swift
[32/57] Compiling SymbolKit GraphCollector.swift
[33/57] Compiling SymbolKit SourceRange.swift
[34/57] Compiling SymbolKit Metadata.swift
[35/57] Compiling SymbolKit Module.swift
[36/57] Compiling SymbolKit OperatingSystem.swift
[37/57] Compiling SymbolKit Platform.swift
[38/57] Compiling SymbolKit Relationship.swift
[39/57] Compiling SymbolKit RelationshipKind.swift
[40/57] Compiling SymbolKit SourceOrigin.swift
[41/57] Compiling SymbolKit GenericConstraints.swift
[42/57] Compiling SymbolKit Swift.swift
[43/57] Compiling SymbolKit Identifier.swift
[44/57] Compiling SymbolKit KindIdentifier.swift
[45/57] Compiling SymbolKit Location.swift
[46/57] Compiling SymbolKit Mutability.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.51s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'PropertyBased' complete! (0.22s)
1682
13 /Users/admin/builder/spi-builder-workspace/.docs/x-sheep/swift-property-based/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/x-sheep/swift-property-based/main
File count: 1682
Doc size: 13.0MB
Preparing doc bundle ...
Uploading prod-x-sheep-swift-property-based-main-22fbd50b.zip to s3://spi-docs-inbox/prod-x-sheep-swift-property-based-main-22fbd50b.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [42%]
Copying... [53%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.