The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PropertyBased, reference main (edaffe), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 05:49:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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: 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 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 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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "EnableShrinking"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/x-sheep/swift-property-based.git
[1/1246] Fetching swift-property-based
Fetched https://github.com/x-sheep/swift-property-based.git from cache (0.75s)
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 (edaffed)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/x-sheep/swift-property-based.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/32] Emitting module PropertyBased
[4/35] Compiling PropertyBased Shrink+Appended.swift
[5/35] Compiling PropertyBased Shrink+Bitset.swift
[6/35] Compiling PropertyBased Shrink+Collection.swift
[7/35] Compiling PropertyBased Gen+SIMD.swift
[8/35] Compiling PropertyBased Gen+String.swift
[9/35] Compiling PropertyBased Gen.swift
[10/35] Compiling PropertyBased Generator.swift
[11/35] Compiling PropertyBased IssueCounting.swift
[12/35] Compiling PropertyBased Mutex.swift
[13/35] Compiling PropertyBased PropertyCheck+Pack.swift
[14/35] Compiling PropertyBased PropertyCheck.swift
[15/35] Compiling PropertyBased SeededRandomNumberGenerator.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 Shrink.swift
[20/35] Compiling PropertyBased Xoshiro.swift
[21/35] Compiling PropertyBased Zip.swift
[22/35] Compiling PropertyBased Shrink+MutableCollection.swift
[23/35] Compiling PropertyBased Shrink+Optional.swift
[24/35] Compiling PropertyBased Shrink+Tuple.swift
[25/35] Compiling PropertyBased Shrink+Date.swift
[26/35] Compiling PropertyBased Shrink+Float.swift
[27/35] Compiling PropertyBased Shrink+Integer.swift
[28/35] Compiling PropertyBased Gen+Collection.swift
[29/35] Compiling PropertyBased Gen+Color.swift
[30/35] Compiling PropertyBased Gen+Date.swift
[31/35] Compiling PropertyBased Gen+Duration.swift
[32/35] Compiling PropertyBased ClosedIntegerRange.swift
[33/35] Compiling PropertyBased Date+String.swift
[34/35] Compiling PropertyBased EnableShrinkTrait.swift
[35/35] Compiling PropertyBased FixedSeedTrait.swift
Build complete! (9.86s)
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"
}
✅  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.3
Target:                   PropertyBased
Extracting symbol information for 'PropertyBased'...
Finished extracting symbol information for 'PropertyBased'. (43.54s)
Building documentation for 'PropertyBased'...
warning: Can't resolve 'Gen'
  --> Gen.md:26:5-26:18
24 | ### Generating numbers
25 |
26 + - ``/Gen/int(in:)``
27 | - ``/Gen/float(in:)``
28 | - ``/Gen/double(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:27:5-27:20
25 |
26 | - ``/Gen/int(in:)``
27 + - ``/Gen/float(in:)``
28 | - ``/Gen/double(in:)``
29 | - ``/Gen/bool``
warning: Can't resolve 'Gen'
  --> Gen.md:28:5-28:21
26 | - ``/Gen/int(in:)``
27 | - ``/Gen/float(in:)``
28 + - ``/Gen/double(in:)``
29 | - ``/Gen/bool``
30 |
warning: Can't resolve 'Gen'
  --> Gen.md:29:5-29:14
27 | - ``/Gen/float(in:)``
28 | - ``/Gen/double(in:)``
29 + - ``/Gen/bool``
30 |
31 | ### Generating strings
warning: Can't resolve 'Generator'
  --> Gen.md:33:51-33:73
31 | ### Generating strings
32 |
33 + You can generate individual characters, and use ``/Generator/string(of:)`` to form strings.
34 |
35 | - ``/Gen/letter``
warning: Can't resolve 'Gen'
  --> Gen.md:35:5-35:16
33 | You can generate individual characters, and use ``/Generator/string(of:)`` to form strings.
34 |
35 + - ``/Gen/letter``
36 | - ``/Gen/lowercaseLetter``
37 | - ``/Gen/uppercaseLetter``
warning: Can't resolve 'Gen'
  --> Gen.md:36:5-36:25
34 |
35 | - ``/Gen/letter``
36 + - ``/Gen/lowercaseLetter``
37 | - ``/Gen/uppercaseLetter``
38 | - ``/Gen/number``
warning: Can't resolve 'Gen'
  --> Gen.md:37:5-37:25
35 | - ``/Gen/letter``
36 | - ``/Gen/lowercaseLetter``
37 + - ``/Gen/uppercaseLetter``
38 | - ``/Gen/number``
39 | - ``/Gen/letterOrNumber``
warning: Can't resolve 'Gen'
  --> Gen.md:38:5-38:16
36 | - ``/Gen/lowercaseLetter``
37 | - ``/Gen/uppercaseLetter``
38 + - ``/Gen/number``
39 | - ``/Gen/letterOrNumber``
40 | - ``/Gen/latin1``
warning: Can't resolve 'Gen'
  --> Gen.md:39:5-39:24
37 | - ``/Gen/uppercaseLetter``
38 | - ``/Gen/number``
39 + - ``/Gen/letterOrNumber``
40 | - ``/Gen/latin1``
41 | - ``/Gen/ascii``
warning: Can't resolve 'Gen'
  --> Gen.md:40:5-40:16
38 | - ``/Gen/number``
39 | - ``/Gen/letterOrNumber``
40 + - ``/Gen/latin1``
41 | - ``/Gen/ascii``
42 | - ``/Gen/character(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:41:5-41:15
39 | - ``/Gen/letterOrNumber``
40 | - ``/Gen/latin1``
41 + - ``/Gen/ascii``
42 | - ``/Gen/character(in:)``
43 | - ``/Gen/unicodeScalar(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:42:5-42:24
40 | - ``/Gen/latin1``
41 | - ``/Gen/ascii``
42 + - ``/Gen/character(in:)``
43 | - ``/Gen/unicodeScalar(in:)``
44 |
warning: Can't resolve 'Gen'
  --> Gen.md:43:5-43:28
41 | - ``/Gen/ascii``
42 | - ``/Gen/character(in:)``
43 + - ``/Gen/unicodeScalar(in:)``
44 |
45 | ### Generating dates
warning: Can't resolve 'Gen'
  --> Gen.md:47:5-47:14
45 | ### Generating dates
46 |
47 + - ``/Gen/date``
48 | - ``/Gen/date(in:)``
49 | - ``/Gen/date(inYear:)``
warning: Can't resolve 'Gen'
  --> Gen.md:48:5-48:19
46 |
47 | - ``/Gen/date``
48 + - ``/Gen/date(in:)``
49 | - ``/Gen/date(inYear:)``
50 | - ``/Gen/dateTime``
warning: Can't resolve 'Gen'
  --> Gen.md:49:5-49:23
47 | - ``/Gen/date``
48 | - ``/Gen/date(in:)``
49 + - ``/Gen/date(inYear:)``
50 | - ``/Gen/dateTime``
51 | - ``/Gen/dateTime(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:50:5-50:18
48 | - ``/Gen/date(in:)``
49 | - ``/Gen/date(inYear:)``
50 + - ``/Gen/dateTime``
51 | - ``/Gen/dateTime(in:)``
52 | - ``/Gen/dateTime(inYear:)``
warning: Can't resolve 'Gen'
  --> Gen.md:51:5-51:23
49 | - ``/Gen/date(inYear:)``
50 | - ``/Gen/dateTime``
51 + - ``/Gen/dateTime(in:)``
52 | - ``/Gen/dateTime(inYear:)``
53 | - ``/Gen/year``
warning: Can't resolve 'Gen'
  --> Gen.md:52:5-52:27
50 | - ``/Gen/dateTime``
51 | - ``/Gen/dateTime(in:)``
52 + - ``/Gen/dateTime(inYear:)``
53 | - ``/Gen/year``
54 | - ``/Gen/year(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:53:5-53:14
51 | - ``/Gen/dateTime(in:)``
52 | - ``/Gen/dateTime(inYear:)``
53 + - ``/Gen/year``
54 | - ``/Gen/year(in:)``
55 |
warning: Can't resolve 'Gen'
  --> Gen.md:54:5-54:19
52 | - ``/Gen/dateTime(inYear:)``
53 | - ``/Gen/year``
54 + - ``/Gen/year(in:)``
55 |
56 | ### Generating enums with associated values
warning: Can't resolve 'Gen'
  --> Gen.md:58:5-58:19
56 | ### Generating enums with associated values
57 |
58 + - ``/Gen/oneOf(_:)``
59 | - ``/Gen/frequency(_:)``
60 |
warning: Can't resolve 'Gen'
  --> Gen.md:59:5-59:23
57 |
58 | - ``/Gen/oneOf(_:)``
59 + - ``/Gen/frequency(_:)``
60 |
61 | ### Handling immutable collections
warning: Can't resolve 'Gen'
  --> Gen.md:63:5-63:14
61 | ### Handling immutable collections
62 |
63 + - ``/Gen/case``
64 | - ``/Gen/element(of:)``
65 | - ``/Gen/shuffled(_:)``
warning: Can't resolve 'Gen'
  --> Gen.md:64:5-64:22
62 |
63 | - ``/Gen/case``
64 + - ``/Gen/element(of:)``
65 | - ``/Gen/shuffled(_:)``
66 | - ``/Gen/optionSet``
warning: Can't resolve 'Gen'
  --> Gen.md:65:5-65:22
63 | - ``/Gen/case``
64 | - ``/Gen/element(of:)``
65 + - ``/Gen/shuffled(_:)``
66 | - ``/Gen/optionSet``
67 | - ``/Gen/optionSet(of:)``
warning: Can't resolve 'Gen'
  --> Gen.md:66:5-66:19
64 | - ``/Gen/element(of:)``
65 | - ``/Gen/shuffled(_:)``
66 + - ``/Gen/optionSet``
67 | - ``/Gen/optionSet(of:)``
68 |
warning: Can't resolve 'Gen'
  --> Gen.md:67:5-67:24
65 | - ``/Gen/shuffled(_:)``
66 | - ``/Gen/optionSet``
67 + - ``/Gen/optionSet(of:)``
68 |
69 | ### Generating specific number types
warning: Can't resolve 'Gen'
  --> Gen.md:71:5-71:19
69 | ### Generating specific number types
70 |
71 + - ``/Gen/int8(in:)``
72 | - ``/Gen/int16(in:)``
73 | - ``/Gen/int32(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:72:5-72:20
70 |
71 | - ``/Gen/int8(in:)``
72 + - ``/Gen/int16(in:)``
73 | - ``/Gen/int32(in:)``
74 | - ``/Gen/int64(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:73:5-73:20
71 | - ``/Gen/int8(in:)``
72 | - ``/Gen/int16(in:)``
73 + - ``/Gen/int32(in:)``
74 | - ``/Gen/int64(in:)``
75 | - ``/Gen/int128(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:74:5-74:20
72 | - ``/Gen/int16(in:)``
73 | - ``/Gen/int32(in:)``
74 + - ``/Gen/int64(in:)``
75 | - ``/Gen/int128(in:)``
76 | - ``/Gen/uint(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:75:5-75:21
73 | - ``/Gen/int32(in:)``
74 | - ``/Gen/int64(in:)``
75 + - ``/Gen/int128(in:)``
76 | - ``/Gen/uint(in:)``
77 | - ``/Gen/uint8(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:76:5-76:19
74 | - ``/Gen/int64(in:)``
75 | - ``/Gen/int128(in:)``
76 + - ``/Gen/uint(in:)``
77 | - ``/Gen/uint8(in:)``
78 | - ``/Gen/uint16(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:77:5-77:20
75 | - ``/Gen/int128(in:)``
76 | - ``/Gen/uint(in:)``
77 + - ``/Gen/uint8(in:)``
78 | - ``/Gen/uint16(in:)``
79 | - ``/Gen/uint32(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:78:5-78:21
76 | - ``/Gen/uint(in:)``
77 | - ``/Gen/uint8(in:)``
78 + - ``/Gen/uint16(in:)``
79 | - ``/Gen/uint32(in:)``
80 | - ``/Gen/uint64(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:79:5-79:21
77 | - ``/Gen/uint8(in:)``
78 | - ``/Gen/uint16(in:)``
79 + - ``/Gen/uint32(in:)``
80 | - ``/Gen/uint64(in:)``
81 | - ``/Gen/uint128(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:80:5-80:21
78 | - ``/Gen/uint16(in:)``
79 | - ``/Gen/uint32(in:)``
80 + - ``/Gen/uint64(in:)``
81 | - ``/Gen/uint128(in:)``
82 | - ``/Gen/cgFloat(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:81:5-81:22
79 | - ``/Gen/uint32(in:)``
80 | - ``/Gen/uint64(in:)``
81 + - ``/Gen/uint128(in:)``
82 | - ``/Gen/cgFloat(in:)``
83 | - ``/Gen/float16(in:)``
warning: Can't resolve 'Gen'
  --> Gen.md:82:5-82:22
80 | - ``/Gen/uint64(in:)``
81 | - ``/Gen/uint128(in:)``
82 + - ``/Gen/cgFloat(in:)``
83 | - ``/Gen/float16(in:)``
84 |
warning: Can't resolve 'Gen'
  --> Gen.md:83:5-83:22
81 | - ``/Gen/uint128(in:)``
82 | - ``/Gen/cgFloat(in:)``
83 + - ``/Gen/float16(in:)``
84 |
85 | ## See Also
Finished building documentation for 'PropertyBased' (0.84s)
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/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.87s)
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.6
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
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module Snippets
[7/53] Compiling Snippets Snippet.swift
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Compiling SymbolKit Mixin+Equals.swift
[15/57] Compiling SymbolKit Mixin+Hash.swift
[16/57] Compiling SymbolKit Mixin.swift
[17/57] Compiling SymbolKit LineList.swift
[18/57] Compiling SymbolKit Position.swift
[19/57] Compiling SymbolKit SemanticVersion.swift
[20/57] Compiling SymbolKit AccessControl.swift
[21/57] Compiling SymbolKit Availability.swift
[22/57] Compiling SymbolKit AvailabilityItem.swift
[23/57] Compiling SymbolKit Domain.swift
[24/57] Compiling SymbolKit Symbol.swift
[25/57] Compiling SymbolKit SymbolKind.swift
[26/57] Compiling SymbolKit SymbolGraph.swift
[27/57] Compiling SymbolKit GraphCollector.swift
[28/57] Compiling SymbolKit GenericConstraint.swift
[29/57] Compiling SymbolKit GenericParameter.swift
[30/57] Compiling SymbolKit Generics.swift
[31/57] Compiling SymbolKit Namespace.swift
[32/57] Compiling SymbolKit Identifier.swift
[33/57] Compiling SymbolKit KindIdentifier.swift
[34/57] Compiling SymbolKit Location.swift
[35/57] Compiling SymbolKit Mutability.swift
[36/57] Compiling SymbolKit DeclarationFragments.swift
[37/57] Compiling SymbolKit Fragment.swift
[38/57] Compiling SymbolKit FragmentKind.swift
[39/57] Compiling SymbolKit FunctionParameter.swift
[40/57] Compiling SymbolKit FunctionSignature.swift
[41/57] Compiling SymbolKit SourceRange.swift
[42/57] Compiling SymbolKit Metadata.swift
[43/57] Compiling SymbolKit Module.swift
[44/57] Compiling SymbolKit OperatingSystem.swift
[45/57] Compiling SymbolKit Platform.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.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! (4.31s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'PropertyBased' complete! (0.25s)
    1686
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: 1686
Doc size:   13.0MB
Preparing doc bundle ...
Uploading prod-x-sheep-swift-property-based-main-d8341047.zip to s3://spi-docs-inbox/prod-x-sheep-swift-property-based-main-d8341047.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [42%]
Copying... [52%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.