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 Capable with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chrs1885/Capable.git
Reference: 2.0.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/chrs1885/Capable
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at f9b3eaf Merge branch 'release/2.0.1'
Cloned https://github.com/chrs1885/Capable.git
Revision (git rev-parse @):
f9b3eaf878aa3d70b9a256c08951a0d4a6cf0d37
SUCCESS checkout https://github.com/chrs1885/Capable.git at 2.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/chrs1885/Capable.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/432] Fetching cwlcatchexception
[433/1668] Fetching cwlcatchexception, cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.23s)
[1/14209] Fetching quick
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
[14210/31500] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.71s)
Fetched https://github.com/Quick/Nimble.git from cache (1.72s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.50s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.56s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.1 (0.48s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.0 (0.44s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/38] Emitting module Capable
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[4/43] Compiling Capable MonoAudio.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[5/43] Compiling Capable OnOffSwitchLabels.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[6/43] Compiling Capable PrefersCrossFadeTransitions.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[7/43] Compiling Capable FeatureProtocol.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[8/43] Compiling Capable ObservableFeatureProtocol.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[9/43] Compiling Capable GuidedAccess.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[10/43] Compiling Capable HearingDevicePairedEar.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[11/43] Compiling Capable IncreaseContrast.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[12/43] Compiling Capable InvertColors.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[13/43] Compiling Capable LargerText.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[14/43] Compiling Capable ReduceMotion.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[15/43] Compiling Capable ReduceTransparency.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[16/43] Compiling Capable ShakeToUndo.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[17/43] Compiling Capable SpeakScreen.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[18/43] Compiling Capable SpeakSelection.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[19/43] Compiling Capable SwitchControl.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[20/43] Compiling Capable VideoAutoplay.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[21/43] Compiling Capable VoiceOver.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[22/43] Compiling Capable AccessibilityFeatureProvider.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[23/43] Compiling Capable FeatureStatusProvider.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[24/43] Compiling Capable String+isDefaultContentSize.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[25/43] Compiling Capable UIContentSizeCategory+values.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[26/43] Compiling Capable Logger.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[27/43] Compiling Capable OSLogType+greaterEqual.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[28/43] Compiling Capable CapableFeature.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[29/43] Compiling Capable FeatureStatus.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[30/43] Compiling Capable NotificationCenterProtocol.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[31/43] Compiling Capable AssistiveTouch.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[32/43] Compiling Capable BoldText.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[33/43] Compiling Capable ButtonShapes.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[34/43] Compiling Capable Capable.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[35/43] Compiling Capable Bool+statusString.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[36/43] Compiling Capable CGFloat+contentSizeString.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[37/43] Compiling Capable HearingDeviceEar+stringValue.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[38/43] Compiling Capable Notification+Name.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[39/43] Compiling Capable ClosedCaptioning.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[40/43] Compiling Capable DarkerSystemColors.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[41/43] Compiling Capable DifferentiateWithoutColor.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[42/43] Compiling Capable FullKeyboardAccess.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[43/43] Compiling Capable Grayscale.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/37] Compiling Capable Capable.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[3/37] Compiling Capable Bool+statusString.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[4/37] Compiling Capable CGFloat+contentSizeString.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[5/37] Compiling Capable HearingDeviceEar+stringValue.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[6/37] Compiling Capable Notification+Name.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[7/37] Compiling Capable String+isDefaultContentSize.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[8/37] Compiling Capable UIContentSizeCategory+values.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[9/37] Compiling Capable Logger.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[10/37] Compiling Capable OSLogType+greaterEqual.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[11/37] Compiling Capable CapableFeature.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[12/37] Compiling Capable ReduceMotion.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[13/37] Compiling Capable ReduceTransparency.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[14/37] Compiling Capable ShakeToUndo.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[15/37] Compiling Capable SpeakScreen.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[16/37] Compiling Capable SpeakSelection.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/37] Emitting module Capable
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[18/42] Compiling Capable MonoAudio.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[19/42] Compiling Capable OnOffSwitchLabels.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[20/42] Compiling Capable PrefersCrossFadeTransitions.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[21/42] Compiling Capable FeatureProtocol.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[22/42] Compiling Capable ObservableFeatureProtocol.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[23/42] Compiling Capable GuidedAccess.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[24/42] Compiling Capable HearingDevicePairedEar.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[25/42] Compiling Capable IncreaseContrast.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[26/42] Compiling Capable InvertColors.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[27/42] Compiling Capable LargerText.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[28/42] Compiling Capable ClosedCaptioning.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[29/42] Compiling Capable DarkerSystemColors.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[30/42] Compiling Capable DifferentiateWithoutColor.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[31/42] Compiling Capable FullKeyboardAccess.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[32/42] Compiling Capable Grayscale.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[33/42] Compiling Capable FeatureStatus.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[34/42] Compiling Capable NotificationCenterProtocol.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[35/42] Compiling Capable AssistiveTouch.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[36/42] Compiling Capable BoldText.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[37/42] Compiling Capable ButtonShapes.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[38/42] Compiling Capable SwitchControl.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[39/42] Compiling Capable VideoAutoplay.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[40/42] Compiling Capable VoiceOver.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[41/42] Compiling Capable AccessibilityFeatureProvider.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
[42/42] Compiling Capable FeatureStatusProvider.swift
/host/spi-builder-workspace/Sources/Capable/Capable.swift:8:8: error: no such module 'os.log'
import os.log
       ^
error: fatalError
BUILD FAILURE 5.10 linux