The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-numerics with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-numerics.git
Reference: 1.0.2
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-numerics
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 0a5bc04 Merge pull request #215 from stephentyrone/arm64-mac-cmake-1.0
Cloned https://github.com/apple/swift-numerics.git
Revision (git rev-parse @):
0a5bc04095a675662cf24757cc0640aa2204253b
SUCCESS checkout https://github.com/apple/swift-numerics.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/apple/swift-numerics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/16] Write sources
[0/16] Write ComplexLog-entitlement.plist
[0/16] Write ComplexLog1p-entitlement.plist
[8/16] Compiling _NumericsShims _NumericsShims.c
[9/16] Write swift-version--423B1241ED78D482.txt
[11/26] Emitting module RealModule
[12/27] Compiling RealModule Real.swift
[13/27] Compiling RealModule RealFunctions.swift
[14/27] Compiling RealModule Float+Real.swift
[15/27] Compiling RealModule AlgebraicField.swift
[16/27] Compiling RealModule ApproximateEquality.swift
[17/27] Compiling RealModule Float16+Real.swift
[18/27] Compiling RealModule ElementaryFunctions.swift
[19/27] Compiling RealModule Float80+Real.swift
[20/27] Compiling RealModule AugmentedArithmetic.swift
[21/27] Compiling RealModule Double+Real.swift
[22/32] Compiling ComplexModule ElementaryFunctions.swift
[23/32] Compiling ComplexModule Differentiable.swift
[24/32] Compiling ComplexModule Complex.swift
[25/32] Compiling ComplexModule Arithmetic.swift
[26/32] Emitting module ComplexModule
[27/34] Compiling Numerics Numerics.swift
[28/34] Emitting module Numerics
[29/38] Emitting module _TestSupport
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:21:13: warning: cannot use conformance of 'Float' to 'Real' here; 'RealModule' was not imported by this file; this is an error in Swift 6
public func componentwiseError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:21:13: note: The missing import of module 'RealModule' will be added implicitly
public func componentwiseError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:21:13: warning: cannot use conformance of 'Double' to 'Real' here; 'RealModule' was not imported by this file; this is an error in Swift 6
public func componentwiseError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:21:13: note: The missing import of module 'RealModule' will be added implicitly
public func componentwiseError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:26:13: warning: cannot use conformance of 'Float' to 'Real' here; 'RealModule' was not imported by this file; this is an error in Swift 6
public func relativeError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:26:13: note: The missing import of module 'RealModule' will be added implicitly
public func relativeError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:26:13: warning: cannot use conformance of 'Double' to 'Real' here; 'RealModule' was not imported by this file; this is an error in Swift 6
public func relativeError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:26:13: note: The missing import of module 'RealModule' will be added implicitly
public func relativeError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
[30/38] Compiling _TestSupport RealTestSupport.swift
[31/38] Compiling _TestSupport Error.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:21:13: warning: cannot use conformance of 'Float' to 'Real' here; 'RealModule' was not imported by this file; this is an error in Swift 6
public func componentwiseError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:21:13: note: The missing import of module 'RealModule' will be added implicitly
public func componentwiseError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:21:13: warning: cannot use conformance of 'Double' to 'Real' here; 'RealModule' was not imported by this file; this is an error in Swift 6
public func componentwiseError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:21:13: note: The missing import of module 'RealModule' will be added implicitly
public func componentwiseError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:26:13: warning: cannot use conformance of 'Float' to 'Real' here; 'RealModule' was not imported by this file; this is an error in Swift 6
public func relativeError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:26:13: note: The missing import of module 'RealModule' will be added implicitly
public func relativeError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:26:13: warning: cannot use conformance of 'Double' to 'Real' here; 'RealModule' was not imported by this file; this is an error in Swift 6
public func relativeError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_TestSupport/Error.swift:26:13: note: The missing import of module 'RealModule' will be added implicitly
public func relativeError(_ tst: Complex<Float>, _ ref: Complex<Double>) -> Double {
            ^
[32/38] Compiling _TestSupport Interval.swift
[33/42] Compiling ComplexLog1p main.swift
[34/42] Emitting module ComplexLog1p
[35/42] Compiling ComplexLog main.swift
[35/42] Write Objects.LinkFileList
[37/42] Emitting module ComplexLog
[37/42] Write Objects.LinkFileList
[38/42] Linking ComplexLog1p
[39/42] Linking ComplexLog
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/ComplexLog1p: replacing existing signature
[40/42] Applying ComplexLog1p
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/ComplexLog: replacing existing signature
[41/42] Applying ComplexLog
Build complete! (1.99s)
Build complete.
Done.

Build Machine: Mac 7