The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build XCTestExtensions, reference main (40da6a), with Swift 5.9 for Linux on 20 Aug 2024 16:18:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.50.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/XCTestExtensions.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/elegantchaos/XCTestExtensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 40da6a0 Fixed macOS build
Cloned https://github.com/elegantchaos/XCTestExtensions.git
Revision (git rev-parse @):
40da6a09823c8a9bfa68b6487e92d86b8e8a821e
SUCCESS checkout https://github.com/elegantchaos/XCTestExtensions.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/elegantchaos/XCTestExtensions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:2fbbf0786de06d5b5ae93c54da051e64b9ddb960e317c9af2272259f6411b6fe
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git (0.16s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.6 (0.41s)
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.6
Building for debugging...
[1/10] Compiling Matchable Date+Matching.swift
[2/11] Compiling Matchable MatchableCompound.swift
[3/11] Compiling Matchable Bool+Matching.swift
[4/11] Emitting module Matchable
[5/11] Compiling Matchable Collections+Matching.swift
[6/11] Compiling UITestingExtensions ProcessInfo+XCTestRuntime.swift
[7/11] Emitting module UITestingExtensions
[8/12] Compiling Matchable String+Matching.swift
[11/13] Compiling Matchable Integer+Matching.swift
[12/13] Compiling Matchable Matchable.swift
[13/13] Compiling Matchable FloatingPoint+Matching.swift
[16/29] Compiling XCTestExtensions XCTestRunner.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[17/30] Compiling XCTestExtensions XCTestCase+WaitForAsync.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[18/30] Compiling XCTestExtensions XCTestMonitor.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[19/30] Compiling XCTestExtensions XCTAssertEqual+String.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[20/30] Compiling XCTestExtensions XCTestCase+Combine.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[21/30] Compiling XCTestExtensions XCTestCase+JSON.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[22/30] Compiling XCTestExtensions XCTestCase+Resources.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/30] Emitting module XCTestExtensions
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[24/30] Compiling XCTestExtensions XCTAssert+Result.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[25/30] Compiling XCTestExtensions XCTAssert+Types.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[26/30] Compiling XCTestExtensions XCTAssertEqual+Data.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[27/30] Compiling XCTestExtensions XCTAssertEqual+Result.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[28/30] Compiling XCTestExtensions XCTAssert+Collections.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[29/30] Compiling XCTestExtensions XCTAssert+Matching.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[30/30] Compiling XCTestExtensions XCUIApplication+UITesting.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
error: fatalError
BUILD FAILURE 5.9 linux