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 v1.5.1 (40da6a), with Swift 5.10 for Linux on 20 Aug 2024 16:18:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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: v1.5.1
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
 * tag               v1.5.1     -> FETCH_HEAD
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 v1.5.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/elegantchaos/XCTestExtensions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f99c45c6693c369319405b8761f4e4d2fe7d5bc9f23302c8842c79031f22f7c0
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.19s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.6 (0.37s)
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...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/14] Emitting module UITestingExtensions
[6/14] Compiling UITestingExtensions ProcessInfo+XCTestRuntime.swift
[7/14] Compiling Matchable MatchableCompound.swift
[8/15] Compiling Matchable Matchable.swift
[9/16] Compiling Matchable Integer+Matching.swift
[11/16] Compiling Matchable String+Matching.swift
[12/16] Compiling Matchable Date+Matching.swift
[13/16] Compiling Matchable FloatingPoint+Matching.swift
[14/16] Compiling Matchable Collections+Matching.swift
[15/16] Emitting module Matchable
[16/16] Compiling Matchable Bool+Matching.swift
[18/31] Compiling XCTestExtensions XCTestRunner.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[19/32] Compiling XCTestExtensions XCTestCase+WaitForAsync.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[20/32] Compiling XCTestExtensions XCTestMonitor.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)
[21/32] Emitting module XCTestExtensions
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[22/32] Compiling XCTestExtensions XCTAssert+Result.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[23/32] Compiling XCTestExtensions XCTAssert+Types.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[24/32] Compiling XCTestExtensions XCTAssertEqual+Data.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[25/32] Compiling XCTestExtensions XCTAssertEqual+Result.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[26/32] Compiling XCTestExtensions XCTAssert+Collections.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[27/32] Compiling XCTestExtensions XCTAssert+Matching.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[28/32] Compiling XCTestExtensions XCTAssertEqual+String.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[29/32] Compiling XCTestExtensions XCTestCase+Combine.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[30/32] Compiling XCTestExtensions XCTestCase+JSON.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[31/32] Compiling XCTestExtensions XCTestCase+Resources.swift
/host/spi-builder-workspace/Sources/XCTestExtensions/XCUIApplication+UITesting.swift:8:8: error: no such module 'CoreServices'
import CoreServices
       ^
[32/32] 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.10 linux