The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftEngineeringNumberFormatter, reference 3.0.1 (3b5e84), with Swift 6.0 for macOS (SPM) on 7 May 2026 14:13:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RuiNelson/SwiftEngineeringNumberFormatter
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at 3b5e84d refactor: replace log10-based log1000 with while-loop for Double and Decimal
Cloned https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git
Revision (git rev-parse @):
3b5e84dd68f6647a989ecd69ddafcca2470c03b9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git at 3.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/RuiNelson/SwiftEngineeringNumberFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/9] Compiling SwiftEngineeringNumberFormatter MathFuncs.swift
[6/9] Compiling SwiftEngineeringNumberFormatter MetricPrefixes.swift
[7/9] Compiling SwiftEngineeringNumberFormatter Extensions.swift
[8/9] Emitting module SwiftEngineeringNumberFormatter
[9/9] Compiling SwiftEngineeringNumberFormatter EngineeringNumberFormatter.swift
Build complete! (21.60s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (3.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3712] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftEngineeringNumberFormatter",
  "name" : "SwiftEngineeringNumberFormatter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftEngineeringNumberFormatter",
      "targets" : [
        "SwiftEngineeringNumberFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftEngineeringNumberFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEngineeringNumberFormatterTests",
      "path" : "Tests/SwiftEngineeringNumberFormatterTests",
      "sources" : [
        "SwiftEngineeringNumberFormatterTests.swift"
      ],
      "target_dependencies" : [
        "SwiftEngineeringNumberFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftEngineeringNumberFormatter",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEngineeringNumberFormatter",
      "path" : "Sources/SwiftEngineeringNumberFormatter",
      "product_memberships" : [
        "SwiftEngineeringNumberFormatter"
      ],
      "sources" : [
        "EngineeringNumberFormatter.swift",
        "Extensions.swift",
        "MathFuncs.swift",
        "MetricPrefixes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.