The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-numerics with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/apple/swift-numerics.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/18] Write sources
[6/18] Compiling _NumericsShims _NumericsShims.c
[7/18] Write swift-version-24593BA9C3E375BF.txt
[9/28] Compiling RealModule Float+Real.swift
[10/29] Compiling RealModule Float80+Real.swift
[11/29] Compiling RealModule RealFunctions.swift
[12/29] Compiling RealModule AlgebraicField.swift
[13/29] Compiling RealModule ApproximateEquality.swift
[14/29] Compiling RealModule ElementaryFunctions.swift
[15/29] Emitting module RealModule
[16/29] Compiling RealModule AugmentedArithmetic.swift
[17/29] Compiling RealModule Double+Real.swift
[18/29] Compiling RealModule Float16+Real.swift
[19/29] Compiling RealModule Real.swift
[20/30] Wrapping AST for RealModule for debugging
[22/35] Compiling ComplexModule ElementaryFunctions.swift
[23/35] Emitting module ComplexModule
[24/35] Compiling ComplexModule Differentiable.swift
[25/35] Compiling ComplexModule Complex.swift
[26/35] Compiling ComplexModule Arithmetic.swift
[27/36] Wrapping AST for ComplexModule for debugging
[29/38] Emitting module Numerics
[30/38] Compiling Numerics Numerics.swift
[31/39] Wrapping AST for Numerics for debugging
[33/43] Compiling _TestSupport Interval.swift
[34/43] Compiling _TestSupport RealTestSupport.swift
[35/43] Emitting module _TestSupport
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
[36/43] Compiling _TestSupport Error.swift
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
/host/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 {
            ^
[37/44] Wrapping AST for _TestSupport for debugging
[39/48] Emitting module ComplexLog
[40/48] Compiling ComplexLog main.swift
[41/48] Emitting module ComplexLog1p
[42/48] Compiling ComplexLog1p main.swift
[44/50] Wrapping AST for ComplexLog for debugging
[45/50] Write Objects.LinkFileList
[45/50] Wrapping AST for ComplexLog1p for debugging
[47/50] Write Objects.LinkFileList
[48/50] Linking ComplexLog1p
[49/50] Linking ComplexLog
Build complete! (12.94s)
Build complete.
Done.

Build Machine: Linux 1