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 main (6dfb67), with Swift 6.1 for macOS (SPM) on 11 Sep 2025 17:07:05 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wrkstrm/WrkstrmMain
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6dfb675 Add documentation for problem space and solution
Cloned https://github.com/wrkstrm/WrkstrmMain.git
Revision (git rev-parse @):
6dfb675c85798bee6af3f3fde9ccb67f8706d2f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmMain.git at main
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/1650] Fetching wrkstrmmain
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (0.78s)
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 main (6dfb675)
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+AnyDictionary.swift",
        "JSON/JSON+AnyEquatableArrayEnum.swift",
        "JSON/JSON+AnyEquatableDictionaryEnum.swift",
        "JSON/JSON+AnyEquatableStruct.swift",
        "JSON/JSON+AnyEquatableStructDictionary.swift",
        "JSON/JSON+EmptyCodableStruct.swift",
        "JSON/JSON+KVPair.swift",
        "JSON/JSON+Parser.swift",
        "JSON/JSON+ParserInstrumentationDetails.swift",
        "JSON/JSON.swift",
        "JSON/JSONComposite.swift",
        "JSON/KeyedDecodingContainer+FuzzyDecoding.swift",
        "Protocols/Injectable.swift",
        "Protocols/JSONDataCoding.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/39] 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/42] Compiling WrkstrmMain JSON+AnyDictionary.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/42] Compiling WrkstrmMain JSON+AnyEquatableArrayEnum.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/42] Compiling WrkstrmMain JSON+AnyEquatableDictionaryEnum.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/42] Compiling WrkstrmMain JSON+AnyEquatableStruct.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/42] 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/42] 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
[10/42] 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
[11/42] 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
[12/42] 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
[13/42] 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
[14/42] 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
[15/42] 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
[16/42] 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
[17/42] Compiling WrkstrmMain JSONDataCoding.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/42] 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
[19/42] 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
[20/42] 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
[21/42] 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
[22/42] 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
[23/42] 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
[24/42] 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
[25/42] 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
[26/42] 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
[27/42] 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
[28/42] 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
[29/42] 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
[30/42] 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
[31/42] Compiling WrkstrmMain JSON+AnyEquatableStructDictionary.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
[32/42] Compiling WrkstrmMain JSON+EmptyCodableStruct.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
[33/42] Compiling WrkstrmMain JSON+KVPair.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
[34/42] Compiling WrkstrmMain JSON+Parser.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
[35/42] Compiling WrkstrmMain JSON+ParserInstrumentationDetails.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
[36/42] 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
[37/42] Compiling WrkstrmMain JSONComposite.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
[38/42] 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
[39/42] 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
[40/42] 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
[41/42] 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
[42/42] 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
Build complete! (4.48s)
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+AnyDictionary.swift",
        "JSON/JSON+AnyEquatableArrayEnum.swift",
        "JSON/JSON+AnyEquatableDictionaryEnum.swift",
        "JSON/JSON+AnyEquatableStruct.swift",
        "JSON/JSON+AnyEquatableStructDictionary.swift",
        "JSON/JSON+EmptyCodableStruct.swift",
        "JSON/JSON+KVPair.swift",
        "JSON/JSON+Parser.swift",
        "JSON/JSON+ParserInstrumentationDetails.swift",
        "JSON/JSON.swift",
        "JSON/JSONComposite.swift",
        "JSON/KeyedDecodingContainer+FuzzyDecoding.swift",
        "Protocols/Injectable.swift",
        "Protocols/JSONDataCoding.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/main
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.11s)
Building documentation for 'WrkstrmMain'...
warning: 'Metadata' contains unexpected content
Arbitrary markup content is not allowed as a child of the 'Metadata' directive.
 --> CollectionsIndex.md:1:1-4:2
1 + @Metadata {
2 + @Title("Custom Collections Index")
3 + @PageKind(article)
4 + }
5 |
6 | An index of custom collection types in WrkstrmMain.
warning: An article is expected to start with a top-level heading title
 --> CollectionsIndex.md:1:1-4:2
1 + @Metadata {
  | ╰─suggestion: Add a title
2 + @Title("Custom Collections Index")
3 + @PageKind(article)
4 + }
5 |
6 | An index of custom collection types in WrkstrmMain.
warning: 'Title' directive is unsupported as a child of the 'Metadata' directive
These directives are allowed: 'AlternateRepresentation', 'Available', 'CallToAction', 'Comment', 'CustomMetadata', 'DisplayName', 'DocumentationExtension', 'PageColor', 'PageImage', 'PageKind', 'Redirected', 'SupportedLanguage', 'TechnologyRoot', 'TitleHeading'
 --> CollectionsIndex.md:2:1-2:35
1 | @Metadata {
2 + @Title("Custom Collections Index")
  | ╰─suggestion: Remove unsupported child content
3 | @PageKind(article)
4 | }
warning: 'Metadata' contains unexpected content
Arbitrary markup content is not allowed as a child of the 'Metadata' directive.
 --> CollectionsOverview.md:1:1-4:2
1 + @Metadata {
2 + @Title("Collections Overview")
3 + @PageKind(article)
4 + }
5 |
6 | WrkstrmMain includes a few lightweight, reusable collection types for day‑to‑day algorithms.
warning: An article is expected to start with a top-level heading title
 --> CollectionsOverview.md:1:1-4:2
1 + @Metadata {
  | ╰─suggestion: Add a title
2 + @Title("Collections Overview")
3 + @PageKind(article)
4 + }
5 |
6 | WrkstrmMain includes a few lightweight, reusable collection types for day‑to‑day algorithms.
warning: 'Title' directive is unsupported as a child of the 'Metadata' directive
These directives are allowed: 'AlternateRepresentation', 'Available', 'CallToAction', 'Comment', 'CustomMetadata', 'DisplayName', 'DocumentationExtension', 'PageColor', 'PageImage', 'PageKind', 'Redirected', 'SupportedLanguage', 'TechnologyRoot', 'TitleHeading'
 --> CollectionsOverview.md:2:1-2:31
1 | @Metadata {
2 + @Title("Collections Overview")
  | ╰─suggestion: Remove unsupported child content
3 | @PageKind(article)
4 | }
warning: Only links are allowed in task group list items
  --> Injectable.md:10:1-10:13
8  | ### Managing Dependencies
9  |
10 + - `Resource`
   | ╰─suggestion: Remove non-link item
11 | - `inject(_:)`
12 | - `assertDependencies()`
warning: Only links are allowed in task group list items
  --> Injectable.md:10:1-10:13
8  | ### Managing Dependencies
9  |
10 + - `Resource`
   | ╰─suggestion: Remove non-link item
11 | - `inject(_:)`
12 | - `assertDependencies()`
warning: Only links are allowed in task group list items
  --> Injectable.md:11:1-11:15
9  |
10 | - `Resource`
11 + - `inject(_:)`
   | ╰─suggestion: Remove non-link item
12 | - `assertDependencies()`
13 |
warning: Only links are allowed in task group list items
  --> Injectable.md:11:1-11:15
9  |
10 | - `Resource`
11 + - `inject(_:)`
   | ╰─suggestion: Remove non-link item
12 | - `assertDependencies()`
13 |
warning: Only links are allowed in task group list items
  --> Injectable.md:12:1-13:1
10 | - `Resource`
11 | - `inject(_:)`
12 + - `assertDependencies()`
   | ╰─suggestion: Remove non-link item
13 +
14 | ## Overview
15 |
warning: Only links are allowed in task group list items
  --> Injectable.md:12:1-13:1
10 | - `Resource`
11 | - `inject(_:)`
12 + - `assertDependencies()`
   | ╰─suggestion: Remove non-link item
13 +
14 | ## Overview
15 |
warning: 'Metadata' contains unexpected content
Arbitrary markup content is not allowed as a child of the 'Metadata' directive.
 --> JSONIndex.md:1:1-4:2
1 + @Metadata {
2 + @Title("JSON Types Index")
3 + @PageKind(article)
4 + }
5 |
6 | An overview of the small, focused files and symbols that make up the `JSON` namespace in WrkstrmMain.
warning: An article is expected to start with a top-level heading title
 --> JSONIndex.md:1:1-4:2
1 + @Metadata {
  | ╰─suggestion: Add a title
2 + @Title("JSON Types Index")
3 + @PageKind(article)
4 + }
5 |
6 | An overview of the small, focused files and symbols that make up the `JSON` namespace in WrkstrmMain.
warning: 'Title' directive is unsupported as a child of the 'Metadata' directive
These directives are allowed: 'AlternateRepresentation', 'Available', 'CallToAction', 'Comment', 'CustomMetadata', 'DisplayName', 'DocumentationExtension', 'PageColor', 'PageImage', 'PageKind', 'Redirected', 'SupportedLanguage', 'TechnologyRoot', 'TitleHeading'
 --> JSONIndex.md:2:1-2:27
1 | @Metadata {
2 + @Title("JSON Types Index")
  | ╰─suggestion: Remove unsupported child content
3 | @PageKind(article)
4 | }
warning: 'Metadata' contains unexpected content
Arbitrary markup content is not allowed as a child of the 'Metadata' directive.
 --> ProtocolsIndex.md:1:1-4:2
1 + @Metadata {
2 + @Title("Protocols Index")
3 + @PageKind(article)
4 + }
5 |
6 | Core protocols provided by WrkstrmMain.
warning: An article is expected to start with a top-level heading title
 --> ProtocolsIndex.md:1:1-4:2
1 + @Metadata {
  | ╰─suggestion: Add a title
2 + @Title("Protocols Index")
3 + @PageKind(article)
4 + }
5 |
6 | Core protocols provided by WrkstrmMain.
warning: 'Title' directive is unsupported as a child of the 'Metadata' directive
These directives are allowed: 'AlternateRepresentation', 'Available', 'CallToAction', 'Comment', 'CustomMetadata', 'DisplayName', 'DocumentationExtension', 'PageColor', 'PageImage', 'PageKind', 'Redirected', 'SupportedLanguage', 'TechnologyRoot', 'TitleHeading'
 --> ProtocolsIndex.md:2:1-2:26
1 | @Metadata {
2 + @Title("Protocols Index")
  | ╰─suggestion: Remove unsupported child content
3 | @PageKind(article)
4 | }
warning: 'Metadata' contains unexpected content
Arbitrary markup content is not allowed as a child of the 'Metadata' directive.
 --> ProtocolsOverview.md:1:1-4:2
1 + @Metadata {
2 + @Title("Protocols Overview")
3 + @PageKind(article)
4 + }
5 |
6 | WrkstrmMain defines a small set of protocols intended to stay portable and easy to adapt.
warning: An article is expected to start with a top-level heading title
 --> ProtocolsOverview.md:1:1-4:2
1 + @Metadata {
  | ╰─suggestion: Add a title
2 + @Title("Protocols Overview")
3 + @PageKind(article)
4 + }
5 |
6 | WrkstrmMain defines a small set of protocols intended to stay portable and easy to adapt.
warning: 'Title' directive is unsupported as a child of the 'Metadata' directive
These directives are allowed: 'AlternateRepresentation', 'Available', 'CallToAction', 'Comment', 'CustomMetadata', 'DisplayName', 'DocumentationExtension', 'PageColor', 'PageImage', 'PageKind', 'Redirected', 'SupportedLanguage', 'TechnologyRoot', 'TitleHeading'
 --> ProtocolsOverview.md:2:1-2:29
1 | @Metadata {
2 + @Title("Protocols Overview")
  | ╰─suggestion: Remove unsupported child content
3 | @PageKind(article)
4 | }
warning: Only links are allowed in task group list items
  --> Random.md:13:1-13:40
11 | ### Generating Random Strings
12 |
13 + - `printableASCII(length:noConfusing:)`
   | ╰─suggestion: Remove non-link item
14 | - `emoji(length:)`
15 | - `mixed(length:noConfusing:)`
warning: Only links are allowed in task group list items
  --> Random.md:13:1-13:40
11 | ### Generating Random Strings
12 |
13 + - `printableASCII(length:noConfusing:)`
   | ╰─suggestion: Remove non-link item
14 | - `emoji(length:)`
15 | - `mixed(length:noConfusing:)`
warning: Only links are allowed in task group list items
  --> Random.md:14:1-14:19
12 |
13 | - `printableASCII(length:noConfusing:)`
14 + - `emoji(length:)`
   | ╰─suggestion: Remove non-link item
15 | - `mixed(length:noConfusing:)`
16 |
warning: Only links are allowed in task group list items
  --> Random.md:14:1-14:19
12 |
13 | - `printableASCII(length:noConfusing:)`
14 + - `emoji(length:)`
   | ╰─suggestion: Remove non-link item
15 | - `mixed(length:noConfusing:)`
16 |
warning: Only links are allowed in task group list items
  --> Random.md:15:1-16:1
13 | - `printableASCII(length:noConfusing:)`
14 | - `emoji(length:)`
15 + - `mixed(length:noConfusing:)`
   | ╰─suggestion: Remove non-link item
16 +
17 | ## Overview
18 |
warning: Only links are allowed in task group list items
  --> Random.md:15:1-16:1
13 | - `printableASCII(length:noConfusing:)`
14 | - `emoji(length:)`
15 + - `mixed(length:noConfusing:)`
   | ╰─suggestion: Remove non-link item
16 +
17 | ## Overview
18 |
warning: Only links are allowed in task group list items
  --> Random.md:21:1-21:41
19 | The `Random` namespace provides static functions to generate strings using different character sets:
20 |
21 + - Printable ASCII (`U+0020` to `U+007E`)
   | ╰─suggestion: Remove non-link item
22 | - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
23 | - A mixed combination of the two
warning: Only links are allowed in task group list items
  --> Random.md:21:1-21:41
19 | The `Random` namespace provides static functions to generate strings using different character sets:
20 |
21 + - Printable ASCII (`U+0020` to `U+007E`)
   | ╰─suggestion: Remove non-link item
22 | - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
23 | - A mixed combination of the two
warning: Only links are allowed in task group list items
  --> Random.md:22:1-22:81
20 |
21 | - Printable ASCII (`U+0020` to `U+007E`)
22 + - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
   | ╰─suggestion: Remove non-link item
23 | - A mixed combination of the two
24 |
warning: Only links are allowed in task group list items
  --> Random.md:22:1-22:81
20 |
21 | - Printable ASCII (`U+0020` to `U+007E`)
22 + - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
   | ╰─suggestion: Remove non-link item
23 | - A mixed combination of the two
24 |
warning: Only links are allowed in task group list items
  --> Random.md:23:1-24:1
21 | - Printable ASCII (`U+0020` to `U+007E`)
22 | - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
23 + - A mixed combination of the two
   | ╰─suggestion: Remove non-link item
24 +
25 | Each function supports variable lengths and, for ASCII and mixed modes, a `noConfusing` option to
26 | exclude characters like `0`, `O`, `1`, `l`, and `I`.
warning: Only links are allowed in task group list items
  --> Random.md:23:1-24:1
21 | - Printable ASCII (`U+0020` to `U+007E`)
22 | - Emoji with default presentation (excluding modifier and multi-codepoint emoji)
23 + - A mixed combination of the two
   | ╰─suggestion: Remove non-link item
24 +
25 | Each function supports variable lengths and, for ASCII and mixed modes, a `noConfusing` option to
26 | exclude characters like `0`, `O`, `1`, `l`, and `I`.
warning: Only links are allowed in task group list items
  --> Random.md:46:1-46:46
44 | ## Character Pools
45 |
46 + - ASCII character pool contains 95 characters
   | ╰─suggestion: Remove non-link item
47 | - Emoji pool contains \~1212 characters with default emoji presentation
48 | - Mixed pool combines both for 1307 total characters
warning: Only links are allowed in task group list items
  --> Random.md:46:1-46:46
44 | ## Character Pools
45 |
46 + - ASCII character pool contains 95 characters
   | ╰─suggestion: Remove non-link item
47 | - Emoji pool contains \~1212 characters with default emoji presentation
48 | - Mixed pool combines both for 1307 total characters
warning: Only links are allowed in task group list items
  --> Random.md:47:1-47:72
45 |
46 | - ASCII character pool contains 95 characters
47 + - Emoji pool contains \~1212 characters with default emoji presentation
   | ╰─suggestion: Remove non-link item
48 | - Mixed pool combines both for 1307 total characters
49 |
warning: Only links are allowed in task group list items
  --> Random.md:47:1-47:72
45 |
46 | - ASCII character pool contains 95 characters
47 + - Emoji pool contains \~1212 characters with default emoji presentation
   | ╰─suggestion: Remove non-link item
48 | - Mixed pool combines both for 1307 total characters
49 |
warning: Only links are allowed in task group list items
  --> Random.md:48:1-49:1
46 | - ASCII character pool contains 95 characters
47 | - Emoji pool contains \~1212 characters with default emoji presentation
48 + - Mixed pool combines both for 1307 total characters
   | ╰─suggestion: Remove non-link item
49 +
50 | With just 2 characters from the mixed set, you can represent over 1.7 million distinct values
51 | (`1307^2`).
warning: Only links are allowed in task group list items
  --> Random.md:48:1-49:1
46 | - ASCII character pool contains 95 characters
47 | - Emoji pool contains \~1212 characters with default emoji presentation
48 + - Mixed pool combines both for 1307 total characters
   | ╰─suggestion: Remove non-link item
49 +
50 | With just 2 characters from the mixed set, you can represent over 1.7 million distinct values
51 | (`1307^2`).
warning: 'Metadata' contains unexpected content
Arbitrary markup content is not allowed as a child of the 'Metadata' directive.
 --> RandomIndex.md:1:1-4:2
1 + @Metadata {
2 + @Title("Random Utilities Index")
3 + @PageKind(article)
4 + }
5 |
6 | Random utility types in WrkstrmMain.
warning: An article is expected to start with a top-level heading title
 --> RandomIndex.md:1:1-4:2
1 + @Metadata {
  | ╰─suggestion: Add a title
2 + @Title("Random Utilities Index")
3 + @PageKind(article)
4 + }
5 |
6 | Random utility types in WrkstrmMain.
warning: 'Title' directive is unsupported as a child of the 'Metadata' directive
These directives are allowed: 'AlternateRepresentation', 'Available', 'CallToAction', 'Comment', 'CustomMetadata', 'DisplayName', 'DocumentationExtension', 'PageColor', 'PageImage', 'PageKind', 'Redirected', 'SupportedLanguage', 'TechnologyRoot', 'TitleHeading'
 --> RandomIndex.md:2:1-2:33
1 | @Metadata {
2 + @Title("Random Utilities Index")
  | ╰─suggestion: Remove unsupported child content
3 | @PageKind(article)
4 | }
warning: 'Metadata' contains unexpected content
Arbitrary markup content is not allowed as a child of the 'Metadata' directive.
 --> WrkstrmMain.md:1:1-4:2
1 + @Metadata {
2 + @Title("WrkstrmMain")
3 + @PageKind(article)
4 + }
5 |
6 | WrkstrmMain contains core, portable helpers and patterns that we treat as a flagship library for best practices in API design, documentation, observability, and performance.
warning: An article is expected to start with a top-level heading title
 --> WrkstrmMain.md:1:1-4:2
1 + @Metadata {
  | ╰─suggestion: Add a title
2 + @Title("WrkstrmMain")
3 + @PageKind(article)
4 + }
5 |
6 | WrkstrmMain contains core, portable helpers and patterns that we treat as a flagship library for best practices in API design, documentation, observability, and performance.
warning: 'Title' directive is unsupported as a child of the 'Metadata' directive
These directives are allowed: 'AlternateRepresentation', 'Available', 'CallToAction', 'Comment', 'CustomMetadata', 'DisplayName', 'DocumentationExtension', 'PageColor', 'PageImage', 'PageKind', 'Redirected', 'SupportedLanguage', 'TechnologyRoot', 'TitleHeading'
 --> WrkstrmMain.md:2:1-2:22
1 | @Metadata {
2 + @Title("WrkstrmMain")
  | ╰─suggestion: Remove unsupported child content
3 | @PageKind(article)
4 | }
Finished building documentation for 'WrkstrmMain' (0.30s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/wrkstrm/wrkstrmmain/main
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.65s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.09s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.51s)
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
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
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling SymbolKit Identifier.swift
[8/53] Compiling SymbolKit KindIdentifier.swift
[9/53] Compiling SymbolKit Location.swift
[10/53] Compiling SymbolKit Mutability.swift
[11/53] Compiling SymbolKit DeclarationFragments.swift
[12/53] Compiling SymbolKit Fragment.swift
[13/53] Compiling SymbolKit FragmentKind.swift
[14/53] Compiling SymbolKit FunctionParameter.swift
[15/53] Compiling SymbolKit FunctionSignature.swift
[16/57] Emitting module SymbolKit
[17/57] Compiling SymbolKit Relationship.swift
[18/57] Compiling SymbolKit RelationshipKind.swift
[19/57] Compiling SymbolKit SourceOrigin.swift
[20/57] Compiling SymbolKit GenericConstraints.swift
[21/57] Compiling SymbolKit Swift.swift
[22/57] Compiling Snippets Snippet.swift
[23/57] Emitting module Snippets
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit Mixin+Equals.swift
[30/57] Compiling SymbolKit Mixin+Hash.swift
[31/57] Compiling SymbolKit Mixin.swift
[32/57] Compiling SymbolKit LineList.swift
[33/57] Compiling SymbolKit Position.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.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.19s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/38] Emitting module WrkstrmMain
[3/41] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
[4/41] Compiling WrkstrmMain Sequence+Decompose.swift
[5/41] Compiling WrkstrmMain Sequence+Unique.swift
[6/41] Compiling WrkstrmMain String+Contains.swift
[7/41] Compiling WrkstrmMain BinaryTree.swift
[8/41] Compiling WrkstrmMain Tree.swift
[9/41] Compiling WrkstrmMain List.swift
[10/41] Compiling WrkstrmMain Sort.swift
[11/41] Compiling WrkstrmMain JSON+AnyDictionary.swift
[12/41] Compiling WrkstrmMain JSON+AnyEquatableArrayEnum.swift
[13/41] Compiling WrkstrmMain JSON+AnyEquatableDictionaryEnum.swift
[14/41] Compiling WrkstrmMain JSON+AnyEquatableStruct.swift
[15/41] Compiling WrkstrmMain StringError.swift
[16/41] Compiling WrkstrmMain UInt+BitSetting.swift
[17/41] Compiling WrkstrmMain AnyCodingKey.swift
[18/41] Compiling WrkstrmMain DynamicCodingKey.swift
[19/41] Compiling WrkstrmMain JSON+AnyEquatableStructDictionary.swift
[20/41] Compiling WrkstrmMain JSON+EmptyCodableStruct.swift
[21/41] Compiling WrkstrmMain JSON+KVPair.swift
[22/41] Compiling WrkstrmMain JSON+Parser.swift
[23/41] Compiling WrkstrmMain Collection+Sorting.swift
[24/41] Compiling WrkstrmMain CommandLine+Executable.swift
[25/41] Compiling WrkstrmMain Optional+AnyFlattenable.swift
[26/41] Compiling WrkstrmMain OptionalComparisons.swift
[27/41] Compiling WrkstrmMain String+Count.swift
[28/41] Compiling WrkstrmMain String+KebabCase.swift
[29/41] Compiling WrkstrmMain String+Repeat.swift
[30/41] Compiling WrkstrmMain String+Source.swift
[31/41] Compiling WrkstrmMain IndexedCollection.swift
[32/41] Compiling WrkstrmMain SortedArray.swift
[33/41] Compiling WrkstrmMain Array+Filter.swift
[34/41] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[35/41] Compiling WrkstrmMain JSON+ParserInstrumentationDetails.swift
[36/41] Compiling WrkstrmMain JSON.swift
[37/41] Compiling WrkstrmMain JSONComposite.swift
[38/41] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
[39/41] Compiling WrkstrmMain Injectable.swift
[40/41] Compiling WrkstrmMain JSONDataCoding.swift
[41/41] Compiling WrkstrmMain Random.swift
Build of target: 'WrkstrmMain' complete! (1.04s)
     742
5	/Users/admin/builder/spi-builder-workspace/.docs/wrkstrm/wrkstrmmain/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/wrkstrm/wrkstrmmain/main
File count: 742
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-wrkstrm-wrkstrmmain-main-e5568864.zip to s3://spi-docs-inbox/prod-wrkstrm-wrkstrmmain-main-e5568864.zip
Copying... [12%]
Copying... [23%]
Copying... [35%]
Copying... [41%]
Copying... [52%]
Copying... [64%]
Copying... [76%]
Copying... [81%]
Copying... [93%]
Copying... [100%]
Done.