The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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/UKfvDsi8u/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/dclelland/Plinth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling _NumericsShims _NumericsShims.c
[2/11] Compiling RealModule Real.swift
[3/11] Compiling RealModule Float80+Real.swift
[4/12] Compiling RealModule Float+Real.swift
[5/12] Compiling RealModule Float16+Real.swift
[6/12] Compiling RealModule ElementaryFunctions.swift
[7/12] Emitting module RealModule
[8/12] Compiling RealModule AlgebraicField.swift
[9/12] Compiling RealModule ApproximateEquality.swift
[10/12] Compiling RealModule AugmentedArithmetic.swift
[11/12] Compiling RealModule Double+Real.swift
[12/12] Compiling RealModule RealFunctions.swift
[13/17] Compiling ComplexModule Arithmetic.swift
[14/17] Compiling ComplexModule Complex.swift
[15/17] Emitting module ComplexModule
[16/17] Compiling ComplexModule Differentiable.swift
[17/17] Compiling ComplexModule ElementaryFunctions.swift
[18/19] Compiling Numerics Numerics.swift
[19/19] Emitting module Numerics
[20/55] Compiling Plinth Zeros.swift
[21/55] Compiling Plinth Comparisons.swift
[22/55] Compiling Plinth Interpolation.swift
[23/55] Compiling Plinth Powers.swift
[24/55] Compiling Plinth Ramps.swift
[25/60] Compiling Plinth Eigendecomposition.swift
[26/60] Compiling Plinth Exponentiation.swift
[27/60] Compiling Plinth Identity.swift
[28/60] Compiling Plinth Inversion.swift
[29/60] Compiling Plinth Multiplication.swift
[30/60] Compiling Plinth Normalization.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/60] Compiling Plinth Random.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/60] Compiling Plinth Center.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/60] Compiling Plinth Concatenate.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/60] Compiling Plinth Crop.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/60] Compiling Plinth Autocorrelation.swift
[36/60] Compiling Plinth FFT.swift
[37/60] Compiling Plinth FFTShift.swift
[38/60] Compiling Plinth Gaussian.swift
[39/60] Compiling Plinth Moments.swift
[40/60] Emitting module Plinth
[41/60] Compiling Plinth Ones.swift
[42/60] Compiling Plinth Products.swift
[43/60] Compiling Plinth Roots.swift
[44/60] Compiling Plinth SquareRoot.swift
[45/60] Compiling Plinth Transposition.swift
[46/60] Compiling Plinth ComplexMatrix.swift
[47/60] Compiling Plinth Arithmetic.swift
[48/60] Compiling Plinth Conversions.swift
[49/60] Compiling Plinth Functors.swift
[50/60] Compiling Plinth Submatrix.swift
[51/60] Compiling Plinth Wrappers.swift
[52/60] Compiling Plinth Bitmaps.swift
[53/60] Compiling Plinth Images.swift
[54/60] Compiling Plinth Diagonal.swift
[55/60] Compiling Plinth Division.swift
[56/60] Compiling Plinth Pad.swift
[57/60] Compiling Plinth Reshape.swift
[58/60] Compiling Plinth Shift.swift
[59/60] Compiling Plinth Matrix.swift
[60/60] Compiling Plinth Shape.swift
Build complete! (15.34s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics (0.22s)
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
Build complete.
Done.

Build Machine: Mac 7