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 WrkstrmMain, reference 2.4.1 (2fd291), with Swift 6.1 for macOS (SPM) on 27 Aug 2025 07:31:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmMain.git
Reference: 2.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wrkstrm/WrkstrmMain
 * tag               2.4.1      -> FETCH_HEAD
HEAD is now at 2fd2914 Merge pull request #44 from wrkstrm/codex/add-tests-for-decodeallowingnulloremptyobject
Cloned https://github.com/wrkstrm/WrkstrmMain.git
Revision (git rev-parse @):
2fd2914d10e7676830376cdc3e8504b8cf32e8c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmMain.git at 2.4.1
warning: 'spi-builder-workspace': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
========================================
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": "wrkstrmmain",
      "name": "WrkstrmMain",
      "url": "https://github.com/wrkstrm/WrkstrmMain.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WrkstrmMain",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/wrkstrm/WrkstrmMain.git
[1/1568] Fetching wrkstrmmain
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (0.90s)
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Creating working copy for https://github.com/wrkstrm/WrkstrmMain.git
Working copy of https://github.com/wrkstrm/WrkstrmMain.git resolved at 2.4.1 (2fd2914)
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
warning: '.resolve-product-dependencies': dependency 'wrkstrmmain' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wrkstrm/WrkstrmMain.git
https://github.com/wrkstrm/WrkstrmMain.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WrkstrmMain",
  "name" : "WrkstrmMain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "WrkstrmMain",
      "targets" : [
        "WrkstrmMain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WrkstrmMainTests",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmMainTests",
      "path" : "Tests/WrkstrmMainTests",
      "sources" : [
        "ArrayFilterTests.swift",
        "BinaryTreeTests.swift",
        "CollectionTests.swift",
        "CommandLineTests.swift",
        "IndexedCollectionTests.swift",
        "JSONFuzzyDecodingTests.swift",
        "ListTests.swift",
        "OptionalComparableTests.swift",
        "OptionalFlattenableTests.swift",
        "RandomTests.swift",
        "RangeMagnitudeTests.swift",
        "SequenceDecomposeTests.swift",
        "SequenceUniqueTests.swift",
        "SortedArrayTests.swift",
        "StringCountTests.swift",
        "StringErrorTests.swift",
        "StringKebabTests.swift",
        "StringRepeatTests.swift",
        "StringTests.swift",
        "UIntBitSetTests.swift"
      ],
      "target_dependencies" : [
        "WrkstrmMain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WrkstrmMain",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmMain",
      "path" : "Sources/WrkstrmMain",
      "product_memberships" : [
        "WrkstrmMain"
      ],
      "sources" : [
        "CustomCollections/Classes/BinaryTree.swift",
        "CustomCollections/Classes/Tree.swift",
        "CustomCollections/Enums/List.swift",
        "CustomCollections/Enums/Sort.swift",
        "CustomCollections/Structs/IndexedCollection.swift",
        "CustomCollections/Structs/SortedArray.swift",
        "Extensions/Array+Filter.swift",
        "Extensions/ClosedRange+Magnitude.swift",
        "Extensions/Collection+Sorting.swift",
        "Extensions/CommandLine+Executable.swift",
        "Extensions/Optional/Optional+AnyFlattenable.swift",
        "Extensions/Optional/OptionalComparisons.swift",
        "Extensions/RandomAccessCollection+IndexedCollection.swift",
        "Extensions/Sequence+Decompose.swift",
        "Extensions/Sequence+Unique.swift",
        "Extensions/String/String+Contains.swift",
        "Extensions/String/String+Count.swift",
        "Extensions/String/String+KebabCase.swift",
        "Extensions/String/String+Repeat.swift",
        "Extensions/String/String+Source.swift",
        "Extensions/String/StringError.swift",
        "Extensions/UInt+BitSetting.swift",
        "JSON/AnyCodingKey.swift",
        "JSON/DynamicCodingKey.swift",
        "JSON/JSON.swift",
        "JSON/KeyedDecodingContainer+FuzzyDecoding.swift",
        "Protocols/Injectable.swift",
        "Random/Random.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/29] Emitting module WrkstrmMain
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/31] Compiling WrkstrmMain JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/31] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/31] Compiling WrkstrmMain Array+Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/31] Compiling WrkstrmMain ClosedRange+Magnitude.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/31] Compiling WrkstrmMain Collection+Sorting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/31] Compiling WrkstrmMain String+Contains.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/31] Compiling WrkstrmMain String+Count.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/31] Compiling WrkstrmMain String+KebabCase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/31] Compiling WrkstrmMain Injectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/31] Compiling WrkstrmMain Random.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/31] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/31] Compiling WrkstrmMain Sequence+Decompose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/31] Compiling WrkstrmMain Sequence+Unique.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/31] Compiling WrkstrmMain CommandLine+Executable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/31] Compiling WrkstrmMain Optional+AnyFlattenable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/31] Compiling WrkstrmMain OptionalComparisons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/31] Compiling WrkstrmMain BinaryTree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/31] Compiling WrkstrmMain Tree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/31] Compiling WrkstrmMain List.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/31] Compiling WrkstrmMain UInt+BitSetting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/31] Compiling WrkstrmMain AnyCodingKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/31] Compiling WrkstrmMain DynamicCodingKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/31] Compiling WrkstrmMain String+Repeat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/31] Compiling WrkstrmMain String+Source.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/31] Compiling WrkstrmMain StringError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/31] Compiling WrkstrmMain Sort.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/31] Compiling WrkstrmMain IndexedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/31] Compiling WrkstrmMain SortedArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (4.29s)
warning: 'spi-builder-workspace': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WrkstrmMain",
  "name" : "WrkstrmMain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "WrkstrmMain",
      "targets" : [
        "WrkstrmMain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WrkstrmMainTests",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmMainTests",
      "path" : "Tests/WrkstrmMainTests",
      "sources" : [
        "ArrayFilterTests.swift",
        "BinaryTreeTests.swift",
        "CollectionTests.swift",
        "CommandLineTests.swift",
        "IndexedCollectionTests.swift",
        "JSONFuzzyDecodingTests.swift",
        "ListTests.swift",
        "OptionalComparableTests.swift",
        "OptionalFlattenableTests.swift",
        "RandomTests.swift",
        "RangeMagnitudeTests.swift",
        "SequenceDecomposeTests.swift",
        "SequenceUniqueTests.swift",
        "SortedArrayTests.swift",
        "StringCountTests.swift",
        "StringErrorTests.swift",
        "StringKebabTests.swift",
        "StringRepeatTests.swift",
        "StringTests.swift",
        "UIntBitSetTests.swift"
      ],
      "target_dependencies" : [
        "WrkstrmMain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WrkstrmMain",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmMain",
      "path" : "Sources/WrkstrmMain",
      "product_memberships" : [
        "WrkstrmMain"
      ],
      "sources" : [
        "CustomCollections/Classes/BinaryTree.swift",
        "CustomCollections/Classes/Tree.swift",
        "CustomCollections/Enums/List.swift",
        "CustomCollections/Enums/Sort.swift",
        "CustomCollections/Structs/IndexedCollection.swift",
        "CustomCollections/Structs/SortedArray.swift",
        "Extensions/Array+Filter.swift",
        "Extensions/ClosedRange+Magnitude.swift",
        "Extensions/Collection+Sorting.swift",
        "Extensions/CommandLine+Executable.swift",
        "Extensions/Optional/Optional+AnyFlattenable.swift",
        "Extensions/Optional/OptionalComparisons.swift",
        "Extensions/RandomAccessCollection+IndexedCollection.swift",
        "Extensions/Sequence+Decompose.swift",
        "Extensions/Sequence+Unique.swift",
        "Extensions/String/String+Contains.swift",
        "Extensions/String/String+Count.swift",
        "Extensions/String/String+KebabCase.swift",
        "Extensions/String/String+Repeat.swift",
        "Extensions/String/String+Source.swift",
        "Extensions/String/StringError.swift",
        "Extensions/UInt+BitSetting.swift",
        "JSON/AnyCodingKey.swift",
        "JSON/DynamicCodingKey.swift",
        "JSON/JSON.swift",
        "JSON/KeyedDecodingContainer+FuzzyDecoding.swift",
        "Protocols/Injectable.swift",
        "Random/Random.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
warning: 'spi-builder-workspace': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/wrkstrm/wrkstrmmain/2.4.1
Repository:               wrkstrm/WrkstrmMain
Swift version used:       6.1
Target:                   WrkstrmMain
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'WrkstrmMain'...
Finished extracting symbol information for 'WrkstrmMain'. (3.55s)
Building documentation for 'WrkstrmMain'...
warning: 'KeyedDecodingContainer' doesn't exist at '/WrkstrmMain/JSONFuzzyDecoding'
  --> JSONFuzzyDecoding.md:10:5-10:27
8  | ### Handling Inconsistent Objects
9  |
10 + - ``KeyedDecodingContainer/decodeAllowingNullOrEmptyObject(_:forKey:)``
11 |
12 | ### Handling Arrays or Single Objects
warning: 'KeyedDecodingContainer' doesn't exist at '/WrkstrmMain/JSONFuzzyDecoding'
  --> JSONFuzzyDecoding.md:14:5-14:27
12 | ### Handling Arrays or Single Objects
13 |
14 + - ``KeyedDecodingContainer/decodeArrayAllowingNullOrSingle(_:forKey:)``
15 |
16 | ## Overview
warning: Only links are allowed in task group list items
  --> Random.md:19:1-19:41
17 | The `Random` namespace provides static functions to generate strings using different character sets:
18 |
19 + - Printable ASCII (`U+0020` to `U+007E`)
   | ╰─suggestion: Remove non-link item
20 | - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
21 | - A mixed combination of the two
warning: Only links are allowed in task group list items
  --> Random.md:19:1-19:41
17 | The `Random` namespace provides static functions to generate strings using different character sets:
18 |
19 + - Printable ASCII (`U+0020` to `U+007E`)
   | ╰─suggestion: Remove non-link item
20 | - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
21 | - A mixed combination of the two
warning: Only links are allowed in task group list items
  --> Random.md:20:1-20:81
18 |
19 | - Printable ASCII (`U+0020` to `U+007E`)
20 + - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
   | ╰─suggestion: Remove non-link item
21 | - A mixed combination of the two
22 |
warning: Only links are allowed in task group list items
  --> Random.md:20:1-20:81
18 |
19 | - Printable ASCII (`U+0020` to `U+007E`)
20 + - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
   | ╰─suggestion: Remove non-link item
21 | - A mixed combination of the two
22 |
warning: Only links are allowed in task group list items
  --> Random.md:21:1-22:1
19 | - Printable ASCII (`U+0020` to `U+007E`)
20 | - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
21 + - A mixed combination of the two
   | ╰─suggestion: Remove non-link item
22 +
23 | Each function supports variable lengths and, for ASCII and mixed modes, a `noConfusing` option to exclude characters like `0`, `O`, `1`, `l`, and `I`.
24 |
warning: Only links are allowed in task group list items
  --> Random.md:21:1-22:1
19 | - Printable ASCII (`U+0020` to `U+007E`)
20 | - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
21 + - A mixed combination of the two
   | ╰─suggestion: Remove non-link item
22 +
23 | Each function supports variable lengths and, for ASCII and mixed modes, a `noConfusing` option to exclude characters like `0`, `O`, `1`, `l`, and `I`.
24 |
warning: Only links are allowed in task group list items
  --> Random.md:43:1-43:46
41 | ## Character Pools
42 |
43 + * ASCII character pool contains 95 characters
   | ╰─suggestion: Remove non-link item
44 | * Emoji pool contains \~1212 characters with default emoji presentation
45 | * Mixed pool combines both for 1307 total characters
warning: Only links are allowed in task group list items
  --> Random.md:43:1-43:46
41 | ## Character Pools
42 |
43 + * ASCII character pool contains 95 characters
   | ╰─suggestion: Remove non-link item
44 | * Emoji pool contains \~1212 characters with default emoji presentation
45 | * Mixed pool combines both for 1307 total characters
warning: Only links are allowed in task group list items
  --> Random.md:44:1-44:72
42 |
43 | * ASCII character pool contains 95 characters
44 + * Emoji pool contains \~1212 characters with default emoji presentation
   | ╰─suggestion: Remove non-link item
45 | * Mixed pool combines both for 1307 total characters
46 |
warning: Only links are allowed in task group list items
  --> Random.md:44:1-44:72
42 |
43 | * ASCII character pool contains 95 characters
44 + * Emoji pool contains \~1212 characters with default emoji presentation
   | ╰─suggestion: Remove non-link item
45 | * Mixed pool combines both for 1307 total characters
46 |
warning: Only links are allowed in task group list items
  --> Random.md:45:1-46:1
43 | * ASCII character pool contains 95 characters
44 | * Emoji pool contains \~1212 characters with default emoji presentation
45 + * Mixed pool combines both for 1307 total characters
   | ╰─suggestion: Remove non-link item
46 +
47 | With just 2 characters from the mixed set, you can represent over 1.7 million distinct values (`1307^2`).
48 |
warning: Only links are allowed in task group list items
  --> Random.md:45:1-46:1
43 | * ASCII character pool contains 95 characters
44 | * Emoji pool contains \~1212 characters with default emoji presentation
45 + * Mixed pool combines both for 1307 total characters
   | ╰─suggestion: Remove non-link item
46 +
47 | With just 2 characters from the mixed set, you can represent over 1.7 million distinct values (`1307^2`).
48 |
Finished building documentation for 'WrkstrmMain' (0.25s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/wrkstrm/wrkstrmmain/2.4.1
warning: 'spi-builder-workspace': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.69s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.18s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.96s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.73s)
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-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Compiling Snippets Snippet.swift
[11/57] Emitting module Snippets
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Compiling SymbolKit Mixin+Equals.swift
[14/57] Compiling SymbolKit Mixin+Hash.swift
[15/57] Compiling SymbolKit Mixin.swift
[16/57] Compiling SymbolKit LineList.swift
[17/57] Compiling SymbolKit Position.swift
[18/57] Compiling SymbolKit SemanticVersion.swift
[19/57] Compiling SymbolKit AccessControl.swift
[20/57] Compiling SymbolKit Availability.swift
[21/57] Compiling SymbolKit AvailabilityItem.swift
[22/57] Compiling SymbolKit Domain.swift
[23/57] Emitting module SymbolKit
[24/57] Compiling SymbolKit DeclarationFragments.swift
[25/57] Compiling SymbolKit Fragment.swift
[26/57] Compiling SymbolKit FragmentKind.swift
[27/57] Compiling SymbolKit FunctionParameter.swift
[28/57] Compiling SymbolKit FunctionSignature.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.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 Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.04s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/28] Emitting module WrkstrmMain
[3/30] Compiling WrkstrmMain BinaryTree.swift
[4/30] Compiling WrkstrmMain Tree.swift
[5/30] Compiling WrkstrmMain List.swift
[6/30] Compiling WrkstrmMain Array+Filter.swift
[7/30] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[8/30] Compiling WrkstrmMain Collection+Sorting.swift
[9/30] Compiling WrkstrmMain UInt+BitSetting.swift
[10/30] Compiling WrkstrmMain AnyCodingKey.swift
[11/30] Compiling WrkstrmMain DynamicCodingKey.swift
[12/30] Compiling WrkstrmMain JSON.swift
[13/30] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
[14/30] Compiling WrkstrmMain CommandLine+Executable.swift
[15/30] Compiling WrkstrmMain Optional+AnyFlattenable.swift
[16/30] Compiling WrkstrmMain OptionalComparisons.swift
[17/30] Compiling WrkstrmMain String+Contains.swift
[18/30] Compiling WrkstrmMain String+Count.swift
[19/30] Compiling WrkstrmMain String+KebabCase.swift
[20/30] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
[21/30] Compiling WrkstrmMain Sequence+Decompose.swift
[22/30] Compiling WrkstrmMain Sequence+Unique.swift
[23/30] Compiling WrkstrmMain Sort.swift
[24/30] Compiling WrkstrmMain IndexedCollection.swift
[25/30] Compiling WrkstrmMain SortedArray.swift
[26/30] Compiling WrkstrmMain String+Repeat.swift
[27/30] Compiling WrkstrmMain String+Source.swift
[28/30] Compiling WrkstrmMain StringError.swift
[29/30] Compiling WrkstrmMain Injectable.swift
[30/30] Compiling WrkstrmMain Random.swift
Build of target: 'WrkstrmMain' complete! (1.51s)
     632
5	/Users/admin/builder/spi-builder-workspace/.docs/wrkstrm/wrkstrmmain/2.4.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/wrkstrm/wrkstrmmain/2.4.1
File count: 632
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-wrkstrm-wrkstrmmain-2.4.1-add6db74.zip to s3://spi-docs-inbox/prod-wrkstrm-wrkstrmmain-2.4.1-add6db74.zip
Copying... [13%]
Copying... [26%]
Copying... [33%]
Copying... [46%]
Copying... [52%]
Copying... [65%]
Copying... [72%]
Copying... [85%]
Copying... [91%]
Copying... [100%]
Done.