The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Plinth with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dclelland/Plinth.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dclelland/Plinth
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7955332 Remove Comparisons folder; add Ramps module
Cloned https://github.com/dclelland/Plinth.git
Revision (git rev-parse @):
79553328b46e9abe262eedb2e02e2a2958132b32
SUCCESS checkout https://github.com/dclelland/Plinth.git at main
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.23s)
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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "plinth",
      "name": "Plinth",
      "url": "https://github.com/dclelland/Plinth.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Plinth",
      "dependencies": [
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics",
          "version": "1.0.2",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dclelland/Plinth.git from cache
Fetched https://github.com/dclelland/Plinth.git from cache (0.44s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.20s)
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
Creating working copy for https://github.com/dclelland/Plinth.git
Working copy of https://github.com/dclelland/Plinth.git resolved at main (7955332)
warning: '.resolve-product-dependencies': dependency 'plinth' is not used by any target
Found 1 product dependencies
  - swift-numerics
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dclelland/Plinth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version-6044DDE57671499D.txt
[7/16] Compiling RealModule Float80+Real.swift
[8/16] Compiling RealModule Float+Real.swift
[9/16] Compiling RealModule Real.swift
[10/17] Compiling RealModule Float16+Real.swift
[11/17] Compiling RealModule RealFunctions.swift
[12/17] Emitting module RealModule
[13/17] Compiling RealModule ElementaryFunctions.swift
[14/17] Compiling RealModule AugmentedArithmetic.swift
[15/17] Compiling RealModule Double+Real.swift
[16/17] Compiling RealModule AlgebraicField.swift
[17/17] Compiling RealModule ApproximateEquality.swift
[18/22] Compiling ComplexModule Arithmetic.swift
[19/22] Compiling ComplexModule Differentiable.swift
[20/22] Compiling ComplexModule ElementaryFunctions.swift
[21/22] Compiling ComplexModule Complex.swift
[22/22] Emitting module ComplexModule
[23/24] Emitting module Numerics
[24/24] Compiling Numerics Numerics.swift
[25/60] Compiling Plinth Ones.swift
[26/60] Compiling Plinth Products.swift
[27/60] Compiling Plinth Roots.swift
[28/60] Compiling Plinth SquareRoot.swift
[29/60] Compiling Plinth Transposition.swift
[30/65] Compiling Plinth Normalization.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:58:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:76:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:114:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:132:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
[31/65] Compiling Plinth Random.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:58:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:76:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:114:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:132:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
[32/65] Compiling Plinth Center.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:58:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:76:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:114:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:132:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
[33/65] Compiling Plinth Concatenate.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:58:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:76:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:114:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:132:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
[34/65] Compiling Plinth Crop.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:58:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:76:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:114:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plinth/Extensions/Statistics/Random.swift:132:9: warning: result of call to 'withUnsafeMutablePointer(to:_:)' is unused
        withUnsafeMutablePointer(to: &count) { count in
        ^                       ~~~~~~~~~~~~~~~~~~~~~~~
[35/65] Compiling Plinth Zeros.swift
[36/65] Compiling Plinth Comparisons.swift
[37/65] Compiling Plinth Interpolation.swift
[38/65] Compiling Plinth Powers.swift
[39/65] Compiling Plinth Ramps.swift
[40/65] Compiling Plinth Eigendecomposition.swift
[41/65] Compiling Plinth Exponentiation.swift
[42/65] Compiling Plinth Identity.swift
[43/65] Compiling Plinth Inversion.swift
[44/65] Compiling Plinth Multiplication.swift
[45/65] Compiling Plinth Autocorrelation.swift
[46/65] Compiling Plinth FFT.swift
[47/65] Compiling Plinth FFTShift.swift
[48/65] Compiling Plinth Gaussian.swift
[49/65] Compiling Plinth Moments.swift
[50/65] Compiling Plinth ComplexMatrix.swift
[51/65] Compiling Plinth Arithmetic.swift
[52/65] Compiling Plinth Conversions.swift
[53/65] Compiling Plinth Functors.swift
[54/65] Compiling Plinth Submatrix.swift
[55/65] Emitting module Plinth
[56/65] Compiling Plinth Wrappers.swift
[57/65] Compiling Plinth Bitmaps.swift
[58/65] Compiling Plinth Images.swift
[59/65] Compiling Plinth Diagonal.swift
[60/65] Compiling Plinth Division.swift
[61/65] Compiling Plinth Pad.swift
[62/65] Compiling Plinth Reshape.swift
[63/65] Compiling Plinth Shift.swift
[64/65] Compiling Plinth Matrix.swift
[65/65] Compiling Plinth Shape.swift
Build complete! (9.40s)
Build complete.
Done.