The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftNiceScale with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openalloc/SwiftNiceScale.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/openalloc/SwiftNiceScale
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d33bff6 Simplify See Also section of README
Cloned https://github.com/openalloc/SwiftNiceScale.git
Revision (git rev-parse @):
d33bff64631c73bc79f04ccc473ddf64e12b4dba
SUCCESS checkout https://github.com/openalloc/SwiftNiceScale.git at main
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics (0.25s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.02s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftnicescale",
      "name": "SwiftNiceScale",
      "url": "https://github.com/openalloc/SwiftNiceScale.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftNiceScale",
      "dependencies": [
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics",
          "version": "1.0.2",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/openalloc/SwiftNiceScale.git
[3/70] Fetching swiftnicescale
Fetched https://github.com/openalloc/SwiftNiceScale.git (0.26s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics (0.20s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.03s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Creating working copy for https://github.com/openalloc/SwiftNiceScale.git
Working copy of https://github.com/openalloc/SwiftNiceScale.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swiftnicescale' is not used by any target
Found 1 product dependencies
  - swift-numerics
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling _NumericsShims _NumericsShims.c
[2/11] Compiling RealModule Float80+Real.swift
[3/11] Compiling RealModule Real.swift
[4/12] Compiling RealModule Float+Real.swift
[5/12] Compiling RealModule AugmentedArithmetic.swift
[6/12] Compiling RealModule Double+Real.swift
[7/12] Compiling RealModule AlgebraicField.swift
[8/12] Compiling RealModule ApproximateEquality.swift
[9/12] Emitting module RealModule
[10/12] Compiling RealModule ElementaryFunctions.swift
[11/12] Compiling RealModule Float16+Real.swift
[12/12] Compiling RealModule RealFunctions.swift
[13/17] Compiling ComplexModule ElementaryFunctions.swift
[14/17] Compiling ComplexModule Differentiable.swift
[15/17] Emitting module ComplexModule
[16/17] Compiling ComplexModule Complex.swift
[17/17] Compiling ComplexModule Arithmetic.swift
[18/19] Emitting module Numerics
[19/19] Compiling Numerics Numerics.swift
[20/21] Emitting module NiceScale
[21/21] Compiling NiceScale NiceScale.swift
Build complete! (7.99s)
Build complete.
Done.