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 Units, reference main (152b28), with Swift 6.1 for macOS (SPM) on 21 Jun 2025 11:27:22 UTC.

Swift 6 data race errors: 4

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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NeedleInAJayStack/Units.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NeedleInAJayStack/Units
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 152b28a fix: move spi yaml
Cloned https://github.com/NeedleInAJayStack/Units.git
Revision (git rev-parse @):
152b28abe24d20a8ea40a6186ecedd442d31668f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NeedleInAJayStack/Units.git at main
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.1 (1.73s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.1
========================================
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": "units",
      "name": "Units",
      "url": "https://github.com/NeedleInAJayStack/Units.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Units",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.5.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/NeedleInAJayStack/Units.git
[1/1109] Fetching units
Fetched https://github.com/NeedleInAJayStack/Units.git from cache (0.76s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.04s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/NeedleInAJayStack/Units.git
Working copy of https://github.com/NeedleInAJayStack/Units.git resolved at main (152b28a)
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NeedleInAJayStack/Units.git
https://github.com/NeedleInAJayStack/Units.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Units",
  "name" : "Units",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Units",
      "targets" : [
        "Units"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "unit",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnitsTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitsTests",
      "path" : "Tests/UnitsTests",
      "sources" : [
        "DefinitionTests.swift",
        "ExpressionTests.swift",
        "MeasurementTests.swift",
        "ParserTests.swift",
        "UnitTests.swift",
        "XCTest+Measurement.swift"
      ],
      "target_dependencies" : [
        "Units"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Units",
      "module_type" : "SwiftTarget",
      "name" : "Units",
      "path" : "Sources/Units",
      "product_memberships" : [
        "Units",
        "unit"
      ],
      "sources" : [
        "Expression.swift",
        "Measurement/Double+Measurement.swift",
        "Measurement/Int+Measurement.swift",
        "Measurement/Measurement.swift",
        "Parser.swift",
        "Quantity.swift",
        "Registry.swift",
        "Unit/DefaultUnits.swift",
        "Unit/DefinedUnit.swift",
        "Unit/Equations.swift",
        "Unit/Unit+DefaultUnits.swift",
        "Unit/Unit.swift",
        "UnitError.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "sources" : [
        "PerformanceTests.swift"
      ],
      "target_dependencies" : [
        "Units"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "unit"
      ],
      "sources" : [
        "Convert.swift",
        "List.swift",
        "Unit.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Units"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.4"
}
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[2/10] Write unit-entitlement.plist
[3/10] Write sources
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/25] Emitting module ArgumentParserToolInfo
[9/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/63] Compiling ArgumentParser ArgumentHelp.swift
[11/63] Compiling ArgumentParser ArgumentVisibility.swift
[12/63] Compiling ArgumentParser CompletionKind.swift
[13/63] Compiling ArgumentParser Errors.swift
[14/67] Compiling ArgumentParser AsyncParsableCommand.swift
[15/67] Compiling ArgumentParser CommandConfiguration.swift
[16/67] Compiling ArgumentParser EnumerableFlag.swift
[17/67] Compiling ArgumentParser ExpressibleByArgument.swift
[18/67] Compiling ArgumentParser InputOrigin.swift
[19/67] Compiling ArgumentParser Name.swift
[20/67] Compiling ArgumentParser Parsed.swift
[21/67] Compiling ArgumentParser ParsedValues.swift
[22/67] Emitting module ArgumentParser
[23/67] Compiling ArgumentParser Flag.swift
[24/67] Compiling ArgumentParser NameSpecification.swift
[25/67] Compiling ArgumentParser Option.swift
[26/67] Compiling ArgumentParser OptionGroup.swift
[27/67] Compiling ArgumentParser ParsableArguments.swift
[28/67] Compiling ArgumentParser ParsableArgumentsValidation.swift
[29/67] Compiling ArgumentParser ParsableCommand.swift
[30/67] Compiling ArgumentParser ArgumentDecoder.swift
[31/67] Compiling ArgumentParser Platform.swift
[32/67] Compiling ArgumentParser SequenceExtensions.swift
[33/67] Compiling ArgumentParser StringExtensions.swift
[34/67] Compiling ArgumentParser Tree.swift
[35/67] Compiling Units Registry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Units/Registry.swift:5:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Registry' may have shared mutable state; this is an error in the Swift 6 language mode
  1 | /// UnitRegistry defines a structure that contains all defined units. This ensures
  2 | /// that we are able to parse to and from unit symbol representations.
  3 | class Registry {
    |       `- note: class 'Registry' does not conform to the 'Sendable' protocol
  4 |     // TODO: Should we eliminate this singleton and make clients keep track?
  5 |     static let instance = Registry()
    |                |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Registry' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |
  7 |     // Quick access based on symbol
[36/68] Compiling Units DefinedUnit.swift
[37/68] Compiling Units Equations.swift
[38/68] Compiling Units Unit.swift
[39/68] Compiling Units Unit+DefaultUnits.swift
[40/68] Compiling Units DefaultUnits.swift
[45/68] Emitting module Units
/Users/admin/builder/spi-builder-workspace/Sources/Units/Registry.swift:5:16: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Registry' may have shared mutable state; this is an error in the Swift 6 language mode
  1 | /// UnitRegistry defines a structure that contains all defined units. This ensures
  2 | /// that we are able to parse to and from unit symbol representations.
  3 | class Registry {
    |       `- note: class 'Registry' does not conform to the 'Sendable' protocol
  4 |     // TODO: Should we eliminate this singleton and make clients keep track?
  5 |     static let instance = Registry()
    |                |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Registry' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |
  7 |     // Quick access based on symbol
[48/68] Compiling ArgumentParser ArgumentDefinition.swift
[49/68] Compiling ArgumentParser ArgumentSet.swift
[50/68] Compiling ArgumentParser CommandParser.swift
[51/68] Compiling ArgumentParser InputKey.swift
[52/68] Compiling ArgumentParser BashCompletionsGenerator.swift
[53/68] Compiling ArgumentParser CompletionsGenerator.swift
[54/68] Compiling ArgumentParser FishCompletionsGenerator.swift
[55/68] Compiling ArgumentParser ZshCompletionsGenerator.swift
[56/68] Compiling ArgumentParser Argument.swift
[57/68] Compiling ArgumentParser ParserError.swift
[58/68] Compiling ArgumentParser SplitArguments.swift
[59/68] Compiling ArgumentParser DumpHelpGenerator.swift
[60/68] Compiling ArgumentParser HelpCommand.swift
[61/68] Compiling ArgumentParser HelpGenerator.swift
[62/68] Compiling ArgumentParser MessageInfo.swift
[63/68] Compiling ArgumentParser UsageGenerator.swift
[64/68] Compiling ArgumentParser CollectionExtensions.swift
[65/68] Compiling Units UnitError.swift
[66/73] Compiling CLI main.swift
[67/73] Compiling CLI Unit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLI/Unit.swift:4:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | struct Unit: ParsableCommand {
4 |     static var configuration = CommandConfiguration(
  |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
  |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 |         abstract: "A utility for performing unit conversions.",
6 |         subcommands: [Convert.self, List.self]
[68/73] Emitting module CLI
/Users/admin/builder/spi-builder-workspace/Sources/CLI/Convert.swift:5:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | struct Convert: ParsableCommand {
 5 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |         abstract: "Convert a measurement expression to a specified unit.",
 7 |         discussion: """
/Users/admin/builder/spi-builder-workspace/Sources/CLI/Convert.swift:42:1: warning: extension declares a conformance of imported type 'Expression' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Units' introduce this conformance in the future
40 | }
41 |
42 | extension Expression: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Expression' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Units' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
43 |     public convenience init?(argument: String) {
44 |         let argument = argument.replacingOccurrences(of: "_", with: " ")
/Users/admin/builder/spi-builder-workspace/Sources/CLI/Convert.swift:49:1: warning: extension declares a conformance of imported type 'Unit' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Units' introduce this conformance in the future
47 | }
48 |
49 | extension Units.Unit: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Unit' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Units' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |     public init?(argument: String) {
51 |         if let unit = try? Self(fromName: argument) {
/Users/admin/builder/spi-builder-workspace/Sources/CLI/List.swift:5:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | struct List: ParsableCommand {
 5 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |         abstract: "Print a table of the available units, their symbols, and their dimensionality."
 7 |     )
/Users/admin/builder/spi-builder-workspace/Sources/CLI/Unit.swift:4:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | struct Unit: ParsableCommand {
4 |     static var configuration = CommandConfiguration(
  |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
  |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 |         abstract: "A utility for performing unit conversions.",
6 |         subcommands: [Convert.self, List.self]
[69/73] Compiling CLI List.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLI/List.swift:5:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | struct List: ParsableCommand {
 5 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |         abstract: "Print a table of the available units, their symbols, and their dimensionality."
 7 |     )
[70/73] Compiling CLI Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLI/Convert.swift:5:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | struct Convert: ParsableCommand {
 5 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |         abstract: "Convert a measurement expression to a specified unit.",
 7 |         discussion: """
/Users/admin/builder/spi-builder-workspace/Sources/CLI/Convert.swift:42:1: warning: extension declares a conformance of imported type 'Expression' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Units' introduce this conformance in the future
40 | }
41 |
42 | extension Expression: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Expression' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Units' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
43 |     public convenience init?(argument: String) {
44 |         let argument = argument.replacingOccurrences(of: "_", with: " ")
/Users/admin/builder/spi-builder-workspace/Sources/CLI/Convert.swift:49:1: warning: extension declares a conformance of imported type 'Unit' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Units' introduce this conformance in the future
47 | }
48 |
49 | extension Units.Unit: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Unit' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Units' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |     public init?(argument: String) {
51 |         if let unit = try? Self(fromName: argument) {
[70/73] Write Objects.LinkFileList
[71/73] Linking unit
[72/73] Applying unit
Build complete! (7.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Units",
  "name" : "Units",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Units",
      "targets" : [
        "Units"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "unit",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnitsTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitsTests",
      "path" : "Tests/UnitsTests",
      "sources" : [
        "DefinitionTests.swift",
        "ExpressionTests.swift",
        "MeasurementTests.swift",
        "ParserTests.swift",
        "UnitTests.swift",
        "XCTest+Measurement.swift"
      ],
      "target_dependencies" : [
        "Units"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Units",
      "module_type" : "SwiftTarget",
      "name" : "Units",
      "path" : "Sources/Units",
      "product_memberships" : [
        "Units",
        "unit"
      ],
      "sources" : [
        "Expression.swift",
        "Measurement/Double+Measurement.swift",
        "Measurement/Int+Measurement.swift",
        "Measurement/Measurement.swift",
        "Parser.swift",
        "Quantity.swift",
        "Registry.swift",
        "Unit/DefaultUnits.swift",
        "Unit/DefinedUnit.swift",
        "Unit/Equations.swift",
        "Unit/Unit+DefaultUnits.swift",
        "Unit/Unit.swift",
        "UnitError.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "sources" : [
        "PerformanceTests.swift"
      ],
      "target_dependencies" : [
        "Units"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "unit"
      ],
      "sources" : [
        "Convert.swift",
        "List.swift",
        "Unit.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Units"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.4"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/needleinajaystack/units/main
Repository:               NeedleInAJayStack/Units
Swift version used:       6.1
Target:                   Units
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 'Units'...
Finished extracting symbol information for 'Units'. (3.68s)
Building documentation for 'Units'...
warning: Parameter 'symbol' not found in initializer declaration
  --> Sources/Units/Unit/Unit.swift:43:9-43:111
41 |     /// Only defined units are returned - complex unit name equations are not supported.
42 |     ///
43 +     /// - Parameter symbol: A string name of the unit to retrieve. This cannot be a complex equation of names.
   |         ╰─suggestion: Remove 'symbol' parameter documentation
44 |     public init(fromName name: String) throws {
45 |         let definedUnit = try Registry.instance.getUnit(byName: name)
warning: Parameter 'name' is missing documentation
  --> Sources/Units/Unit/Unit.swift:43:111-43:111
41 |     /// Only defined units are returned - complex unit name equations are not supported.
42 |     ///
43 +     /// - Parameter symbol: A string name of the unit to retrieve. This cannot be a complex equation of names.
   |                                                                                                               ╰─suggestion: Document 'name' parameter
44 |     public init(fromName name: String) throws {
45 |         let definedUnit = try Registry.instance.getUnit(byName: name)
Finished building documentation for 'Units' (0.22s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/needleinajaystack/units/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-argument-parser
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.59s)
Updated https://github.com/apple/swift-argument-parser (0.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.1 (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.49s)
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.4
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/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit Identifier.swift
[17/57] Compiling SymbolKit KindIdentifier.swift
[18/57] Compiling SymbolKit Location.swift
[19/57] Compiling SymbolKit Mutability.swift
[20/57] Compiling SymbolKit Relationship.swift
[21/57] Compiling SymbolKit RelationshipKind.swift
[22/57] Compiling SymbolKit SourceOrigin.swift
[23/57] Compiling SymbolKit GenericConstraints.swift
[24/57] Compiling SymbolKit Swift.swift
[25/57] Compiling SymbolKit Names.swift
[26/57] Compiling SymbolKit SPI.swift
[27/57] Compiling SymbolKit Snippet.swift
[28/57] Compiling SymbolKit Extension.swift
[29/57] Compiling SymbolKit SourceRange.swift
[30/57] Compiling SymbolKit Metadata.swift
[31/57] Compiling SymbolKit Module.swift
[32/57] Compiling SymbolKit OperatingSystem.swift
[33/57] Compiling SymbolKit Platform.swift
[34/57] Compiling SymbolKit SemanticVersion.swift
[35/57] Compiling SymbolKit AccessControl.swift
[36/57] Compiling SymbolKit Availability.swift
[37/57] Compiling SymbolKit AvailabilityItem.swift
[38/57] Compiling SymbolKit Domain.swift
[39/57] Compiling SymbolKit DeclarationFragments.swift
[40/57] Compiling SymbolKit Fragment.swift
[41/57] Compiling SymbolKit FragmentKind.swift
[42/57] Compiling SymbolKit FunctionParameter.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.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.21s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/14] Compiling Units DefinedUnit.swift
[3/14] Compiling Units Unit.swift
[4/14] Compiling Units Unit+DefaultUnits.swift
[5/14] Compiling Units Equations.swift
[6/15] Compiling Units Parser.swift
[7/15] Compiling Units Quantity.swift
[8/15] Compiling Units Int+Measurement.swift
[9/15] Compiling Units Measurement.swift
[10/15] Compiling Units Registry.swift
[11/15] Compiling Units DefaultUnits.swift
[12/15] Compiling Units Expression.swift
[13/15] Compiling Units Double+Measurement.swift
[14/15] Emitting module Units
[15/15] Compiling Units UnitError.swift
Build of target: 'Units' complete! (1.68s)
     620
4	/Users/admin/builder/spi-builder-workspace/.docs/needleinajaystack/units/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/needleinajaystack/units/main
File count: 620
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-needleinajaystack-units-main-bbe7eeaf.zip to s3://spi-docs-inbox/prod-needleinajaystack-units-main-bbe7eeaf.zip
Copying... [14%]
Copying... [22%]
Copying... [36%]
Copying... [43%]
Copying... [51%]
Copying... [65%]
Copying... [72%]
Copying... [87%]
Copying... [94%]
Copying... [100%]
Done.