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 GatheredKit, reference main (5fe60e), with Swift 6.0 for Linux on 29 Nov 2024 03:44:10 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.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JosephDuffy/GatheredKit.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/JosephDuffy/GatheredKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5fe60e4 Use `ResolutionMeasurement` for screen resolution properties
Cloned https://github.com/JosephDuffy/GatheredKit.git
Revision (git rev-parse @):
5fe60e4ce57c97b9109d032c426051c7db21432c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JosephDuffy/GatheredKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/JosephDuffy/GatheredKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.34s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.48s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/15] Write sources
[14/15] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/58] Emitting module GatheredKit
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[17/63] Compiling GatheredKit SourceIdentifier.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[18/63] Compiling GatheredKit SourceKind.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[19/63] Compiling GatheredKit UpdatingSource.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[20/63] Compiling GatheredKit ControllableSourceProvider.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[21/63] Compiling GatheredKit SingleSourceProvider.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[22/63] Compiling GatheredKit SourceProvider.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[23/63] Compiling GatheredKit SourceProviderEvent.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[24/63] Compiling GatheredKit SourceProviderIdentifier.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[25/63] Compiling GatheredKit UpdatingSourceProvider.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[26/63] Compiling GatheredKit UnitFrequency+radiansPerSecond.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[27/63] Compiling GatheredKit UnitMagneticField.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[28/63] Compiling GatheredKit UpdatableProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[29/63] Compiling GatheredKit BasePollingSource.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[30/63] Compiling GatheredKit Source.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[31/63] Compiling GatheredKit SourceAvailability.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[32/63] Compiling GatheredKit SourceError.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[33/63] Compiling GatheredKit SourceEvent.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[34/63] Compiling GatheredKit BoolProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[35/63] Compiling GatheredKit AccelerationProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[36/63] Compiling GatheredKit AngleProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[37/63] Compiling GatheredKit AnyProperty+measurement.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[38/63] Compiling GatheredKit FrequencyProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[39/63] Compiling GatheredKit LengthProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[40/63] Compiling GatheredKit Controllable.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[41/63] Compiling GatheredKit ControllableError.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[42/63] Compiling GatheredKit CustomisableUpdateIntervalControllable.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[43/63] Compiling GatheredKit OperationQueue+convenience.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[44/63] Compiling GatheredKit String+localized.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[45/63] Compiling GatheredKit castToOptional.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[46/63] Compiling GatheredKit MagneticFieldProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[47/63] Compiling GatheredKit MeasurementProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[48/63] Compiling GatheredKit OptionalMeasurementProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[49/63] Compiling GatheredKit PressureProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[50/63] Compiling GatheredKit SpeedProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[51/63] Compiling GatheredKit NumericProperties.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[52/63] Compiling GatheredKit OptionalProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[53/63] Compiling GatheredKit Property.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[54/63] Compiling GatheredKit PropertyIdentifier.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[55/63] Compiling GatheredKit ReadOnlyProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[56/63] Compiling GatheredKit ScaleProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[57/63] Compiling GatheredKit Snapshot.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[58/63] Compiling GatheredKit PercentProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[59/63] Compiling GatheredKit StringProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[60/63] Compiling GatheredKit ManuallyUpdatablePropertiesProvider.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[61/63] Compiling GatheredKit PropertiesProviding.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[62/63] Compiling GatheredKit AnySnapshot.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
[63/63] Compiling GatheredKit BasicProperty.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// An object that can have the status of its updates controlled.
BUILD FAILURE 6.0 linux