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 Parchment, reference main (5d888b), with Swift 6.0 for Linux on 29 Nov 2024 12:52:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-kohey/Parchment-swift.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/k-kohey/Parchment-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5d888b0 Merge pull request #35 from k-kohey/fix/module_name
Cloned https://github.com/k-kohey/Parchment-swift.git
Revision (git rev-parse @):
5d888b07f7e5efb974b53e91164b8369b7995770
SUCCESS checkout https://github.com/k-kohey/Parchment-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/k-kohey/Parchment-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9589] Fetching sqlite.swift
[289/11627] Fetching sqlite.swift, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.82s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.83s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.45s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.17s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (2.03s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3187] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.34s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/50] Compiling ParchmentCore Payload.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/51] Emitting module ParchmentCore
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[10/51] Compiling SQLite Statement.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[11/51] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[12/51] Compiling ParchmentCore osLogger.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[13/51] Compiling ParchmentCore LoggableDictonary.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[14/51] Compiling SQLite Value.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[15/51] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[16/51] Compiling ParchmentCore LoggerBundler.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[17/51] Compiling ParchmentCore LoggerComponent.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[18/51] Compiling ParchmentCore Mutation.swift
/host/spi-builder-workspace/Sources/ParchmentCore/osLogger.swift:8:8: error: no such module 'os'
 6 | //
 7 |
 8 | import os
   |        `- error: no such module 'os'
 9 | import Foundation
10 |
[19/51] Compiling SQLite SchemaChanger.swift
[20/51] Compiling SQLite SchemaDefinitions.swift
[21/51] Compiling SQLite SchemaReader.swift
[22/51] Compiling SQLite AggregateFunctions.swift
[23/51] Compiling SQLite FTS5.swift
[24/51] Compiling SQLite RTree.swift
[25/51] Compiling SQLite Foundation.swift
[26/51] Compiling SQLite Helpers.swift
[27/51] Compiling SQLite Connection+Schema.swift
[32/51] Compiling SQLite FTS4.swift
[33/51] Compiling SQLite Connection.swift
[34/51] Compiling SQLite Errors.swift
[35/51] Compiling SQLite Result.swift
[36/51] Compiling SQLite SQLiteFeature.swift
[37/51] Compiling SQLite SQLiteVersion.swift
[38/51] Compiling SQLite Coding.swift
[39/51] Compiling SQLite Collation.swift
[40/51] Compiling SQLite CoreFunctions.swift
[41/51] Compiling SQLite CustomFunctions.swift
[42/51] Compiling SQLite Backup.swift
[43/51] Compiling SQLite Blob.swift
[44/51] Compiling SQLite Connection+Aggregation.swift
[45/51] Compiling SQLite Connection+Attach.swift
[46/51] Compiling SQLite Connection+Pragmas.swift
[47/51] Emitting module SQLite
[48/55] Compiling SQLite DateAndTimeFunctions.swift
[49/55] Compiling SQLite Expression.swift
[50/55] Compiling SQLite Operators.swift
[51/55] Compiling SQLite Query+with.swift
BUILD FAILURE 6.0 linux