Build Information
Failed to build PublisherExpectations, reference 1.0.2 (623cdd
), with Swift 6.1 for Linux on 28 Apr 2025 08:38:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yannxou/PublisherExpectations.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/yannxou/PublisherExpectations
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 623cdd9 removed duplicated code
Cloned https://github.com/yannxou/PublisherExpectations.git
Revision (git rev-parse @):
623cdd9236d66dd1aa173640cbbd8aab194f7fc3
SUCCESS checkout https://github.com/yannxou/PublisherExpectations.git at 1.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/yannxou/PublisherExpectations.git
https://github.com/yannxou/PublisherExpectations.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-custom-dump",
"requirement" : {
"exact" : [
"1.1.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
}
],
"manifest_display_name" : "PublisherExpectations",
"name" : "PublisherExpectations",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "PublisherExpectations",
"targets" : [
"PublisherExpectations"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PublisherExpectationsTests",
"module_type" : "SwiftTarget",
"name" : "PublisherExpectationsTests",
"path" : "Tests/PublisherExpectationsTests",
"sources" : [
"PublisherFailureExpectationTests.swift",
"PublisherFinishedExpectationTests.swift",
"PublisherValueExpectationTests.swift"
],
"target_dependencies" : [
"PublisherExpectations"
],
"type" : "test"
},
{
"c99name" : "PublisherExpectations",
"module_type" : "SwiftTarget",
"name" : "PublisherExpectations",
"path" : "Sources/PublisherExpectations",
"product_dependencies" : [
"CustomDump"
],
"product_memberships" : [
"PublisherExpectations"
],
"sources" : [
"API/PublisherFailureExpectation.swift",
"API/PublisherFinishedExpectation.swift",
"API/PublisherValueExpectation.swift",
"FailureMessages.swift",
"PublisherExpectation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.30s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.1.2 (0.85s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.66s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.21s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.1.2
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/24] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/26] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/26] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/26] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/26] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/26] Compiling IssueReporting ErrorReporting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/26] Compiling IssueReporting AppHostWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/26] Compiling IssueReporting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/26] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/26] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/26] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/26] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/26] Compiling IssueReporting FailureObserver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/26] Compiling IssueReporting LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/26] Compiling IssueReporting Rethrows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/26] Compiling IssueReporting SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/26] Compiling IssueReporting UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/26] Compiling IssueReporting Warn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/26] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/26] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/26] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/30] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/30] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/30] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/56] Compiling CustomDump UserNotifications.swift
[33/56] Compiling CustomDump UserNotificationsUI.swift
[34/56] Compiling CustomDump CustomDumpReflectable.swift
[35/59] Compiling CustomDump GameKit.swift
[36/59] Compiling CustomDump KeyPath.swift
[37/59] Compiling CustomDump Photos.swift
[38/59] Compiling CustomDump Speech.swift
[39/59] Compiling CustomDump StoreKit.swift
[40/59] Compiling CustomDump Swift.swift
[41/59] Compiling CustomDump SwiftUI.swift
[42/59] Compiling CustomDump UIKit.swift
[43/59] Compiling CustomDump Unordered.swift
[44/59] Compiling CustomDump XCTAssertDifference.swift
[45/59] Compiling CustomDump XCTAssertNoDifference.swift
[46/59] Emitting module CustomDump
[47/59] Compiling CustomDump CoreImage.swift
[48/59] Compiling CustomDump CoreLocation.swift
[49/59] Compiling CustomDump CoreMotion.swift
[50/59] Compiling CustomDump Foundation.swift
[51/59] Compiling CustomDump CollectionDifference.swift
[52/59] Compiling CustomDump Mirror.swift
[53/59] Compiling CustomDump String.swift
[54/59] Compiling CustomDump Dump.swift
[55/59] Compiling CustomDump AnyType.swift
[56/59] Compiling CustomDump Box.swift
[57/59] Compiling CustomDump CustomDumpRepresentable.swift
[58/59] Compiling CustomDump CustomDumpStringConvertible.swift
[59/59] Compiling CustomDump Diff.swift
[61/66] Compiling PublisherExpectations PublisherExpectation.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/66] Emitting module PublisherExpectations
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
[63/66] Compiling PublisherExpectations PublisherFinishedExpectation.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
[64/66] Compiling PublisherExpectations PublisherValueExpectation.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
[65/66] Compiling PublisherExpectations PublisherFailureExpectation.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
[66/66] Compiling PublisherExpectations FailureMessages.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/20] Compiling IssueReporting XCTest.swift
[3/20] Compiling IssueReporting IsTesting.swift
[4/20] Compiling IssueReporting IssueReporter.swift
[5/22] Compiling IssueReporting TestContext.swift
[6/22] Compiling IssueReporting Unimplemented.swift
[7/22] Compiling IssueReporting ErrorReporting.swift
[8/22] Compiling IssueReporting AppHostWarning.swift
[9/22] Compiling IssueReporting Deprecations.swift
[10/22] Compiling IssueReporting RuntimeWarningReporter.swift
[11/22] Compiling IssueReporting ReportIssue.swift
[12/22] Compiling IssueReporting FailureObserver.swift
[13/22] Compiling IssueReporting LockIsolated.swift
[14/22] Compiling IssueReporting Rethrows.swift
[15/22] Emitting module IssueReporting
[16/22] Compiling IssueReporting BreakpointReporter.swift
[17/22] Compiling IssueReporting FatalErrorReporter.swift
[18/22] Compiling IssueReporting SwiftTesting.swift
[19/22] Compiling IssueReporting UncheckedSendable.swift
[20/22] Compiling IssueReporting Warn.swift
[21/22] Compiling IssueReporting WithExpectedIssue.swift
[22/22] Compiling IssueReporting WithIssueContext.swift
[24/26] Compiling XCTestDynamicOverlay Deprecations.swift
[25/26] Compiling XCTestDynamicOverlay Exports.swift
[26/26] Emitting module XCTestDynamicOverlay
[28/52] Compiling CustomDump UserNotifications.swift
[29/52] Compiling CustomDump UserNotificationsUI.swift
[30/52] Compiling CustomDump CustomDumpReflectable.swift
[31/55] Compiling CustomDump CollectionDifference.swift
[32/55] Compiling CustomDump Mirror.swift
[33/55] Compiling CustomDump String.swift
[34/55] Compiling CustomDump Unordered.swift
[35/55] Compiling CustomDump XCTAssertDifference.swift
[36/55] Compiling CustomDump XCTAssertNoDifference.swift
[37/55] Compiling CustomDump CoreImage.swift
[38/55] Compiling CustomDump CoreLocation.swift
[39/55] Compiling CustomDump CoreMotion.swift
[40/55] Compiling CustomDump Foundation.swift
[41/55] Emitting module CustomDump
[42/55] Compiling CustomDump Dump.swift
[43/55] Compiling CustomDump AnyType.swift
[44/55] Compiling CustomDump Box.swift
[45/55] Compiling CustomDump GameKit.swift
[46/55] Compiling CustomDump KeyPath.swift
[47/55] Compiling CustomDump Photos.swift
[48/55] Compiling CustomDump Speech.swift
[49/55] Compiling CustomDump CustomDumpRepresentable.swift
[50/55] Compiling CustomDump CustomDumpStringConvertible.swift
[51/55] Compiling CustomDump Diff.swift
[52/55] Compiling CustomDump StoreKit.swift
[53/55] Compiling CustomDump Swift.swift
[54/55] Compiling CustomDump SwiftUI.swift
[55/55] Compiling CustomDump UIKit.swift
[57/62] Compiling PublisherExpectations FailureMessages.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
[58/62] Compiling PublisherExpectations PublisherValueExpectation.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
[59/62] Compiling PublisherExpectations PublisherExpectation.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/62] Emitting module PublisherExpectations
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
[61/62] Compiling PublisherExpectations PublisherFailureExpectation.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
[62/62] Compiling PublisherExpectations PublisherFinishedExpectation.swift
/host/spi-builder-workspace/Sources/PublisherExpectations/API/PublisherFailureExpectation.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import XCTest
3 |
BUILD FAILURE 6.1 linux