Build Information
Successful build of combine-schedulers, reference main (592828
), with Swift 5.9 for Linux on 15 Oct 2024 19:02:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/combine-schedulers.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/pointfreeco/combine-schedulers
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5928286 Update Package@swift-6.0.swift (#98)
Cloned https://github.com/pointfreeco/combine-schedulers.git
Revision (git rev-parse @):
5928286acce13def418ec36d05a001a9641086f2
SUCCESS checkout https://github.com/pointfreeco/combine-schedulers.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/pointfreeco/combine-schedulers.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:9f9025114c0603ac6ea1951d396f9bc1cd3a7c1b5aa8548b3ea2615c8c5705ce
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/704] Fetching swift-concurrency-extras
[705/5672] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras (0.67s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.68s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.2.2 (0.31s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.1.0 (0.93s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.2.2
Building for debugging...
[1/26] Compiling IssueReporting TestContext.swift
[2/26] Compiling IssueReporting Unimplemented.swift
[3/28] Compiling IssueReporting WithExpectedIssue.swift
[4/28] Compiling IssueReporting WithIssueContext.swift
[5/28] Compiling IssueReporting Rethrows.swift
[6/28] Compiling IssueReporting SwiftTesting.swift
[7/28] Compiling IssueReporting UncheckedSendable.swift
[8/28] Emitting module IssueReporting
[9/28] Compiling IssueReporting AppHostWarning.swift
[10/28] Compiling IssueReporting FailureObserver.swift
[11/28] Compiling IssueReporting LockIsolated.swift
[12/28] Compiling IssueReporting BreakpointReporter.swift
[13/28] Compiling IssueReporting FatalErrorReporter.swift
[14/28] Compiling IssueReporting RuntimeWarningReporter.swift
[15/28] Compiling IssueReporting ReportIssue.swift
[16/28] Compiling ConcurrencyExtras Result.swift
[17/28] Compiling ConcurrencyExtras LockIsolated.swift
[18/28] Compiling ConcurrencyExtras MainSerialExecutor.swift
[19/28] Compiling ConcurrencyExtras Task.swift
[20/29] Compiling ConcurrencyExtras Locking.swift
[21/29] Compiling IssueReporting Warn.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/Warn.swift:2:19: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import Foundation
~~~~~~~~~~~~~~~~^
[22/29] Compiling IssueReporting XCTest.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/Warn.swift:2:19: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import Foundation
~~~~~~~~~~~~~~~~^
[23/29] Compiling IssueReporting IsTesting.swift
[24/29] Compiling IssueReporting IssueReporter.swift
[25/30] Emitting module ConcurrencyExtras
[28/30] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[30/31] Compiling ConcurrencyExtras UncheckedSendable.swift
[34/45] Compiling CombineSchedulers Timer.swift
[35/45] Compiling CombineSchedulers SwiftUI.swift
[36/45] Compiling CombineSchedulers TestScheduler.swift
[37/46] Compiling CombineSchedulers UIKit.swift
[38/46] Compiling CombineSchedulers UIScheduler.swift
[39/46] Compiling CombineSchedulers ImmediateScheduler.swift
[40/46] Compiling CombineSchedulers Deprecations.swift
[41/46] Compiling CombineSchedulers AnyScheduler.swift
[42/46] Compiling CombineSchedulers Concurrency.swift
[43/46] Emitting module CombineSchedulers
[44/46] Compiling CombineSchedulers Lock.swift
[45/46] Compiling CombineSchedulers NSRecursiveLock.swift
[46/46] Compiling CombineSchedulers UnimplementedScheduler.swift
Build complete! (9.19s)
Build complete.
Done.