Build Information
Successful build of CloseEnough with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-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/ZevEisenberg/CloseEnough.git
Reference: main
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/ZevEisenberg/CloseEnough
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5402746 Fix typo.
Cloned https://github.com/ZevEisenberg/CloseEnough.git
Revision (git rev-parse @):
5402746c6ce9a5992e7e879ece92d4e1a2cf285f
SUCCESS checkout https://github.com/ZevEisenberg/CloseEnough.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/ZevEisenberg/CloseEnough.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git
[1/2280] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (0.43s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 0.8.4 (1.31s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay.git resolved at 0.8.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[5/11] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[6/12] Compiling XCTestDynamicOverlay Deprecations.swift
[7/12] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[8/12] Compiling XCTestDynamicOverlay Unimplemented.swift
[9/12] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[10/12] Compiling XCTestDynamicOverlay XCTFail.swift
[11/12] Emitting module XCTestDynamicOverlay
[12/12] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[14/19] Compiling CloseEnough CloseEnough.swift
[15/19] Emitting module CloseEnough
[16/19] Compiling CloseEnough CloseEnoughable Conformances.swift
[17/19] Compiling CloseEnough WithPrecisions.swift
[18/19] Compiling CloseEnough EquatableWithPrecision.swift
[19/19] Compiling CloseEnough PrecisionStore.swift
Build complete! (10.96s)
Build complete.
Done.