This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
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:  $workDir
https://github.com/k-kohey/Parchment-swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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 2>&1
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-docc-plugin
[1/9524] Fetching sqlite.swift
[2/10982] Fetching sqlite.swift, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.77s)
[8382/9524] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.45s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (0.75s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.28s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.48s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (1.05s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.14.1
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
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
/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/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/49] 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/50] 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/50] Compiling SQLite Connection+Aggregation.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/50] Compiling SQLite Connection+Attach.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/50] Compiling SQLite AggregateFunctions.swift
[13/50] Compiling SQLite Coding.swift
[14/50] Compiling SQLite Collation.swift
[15/50] Compiling SQLite CoreFunctions.swift
[16/54] Compiling SQLite Statement.swift
[17/54] Compiling SQLite URIQueryParameter.swift
[18/54] Compiling SQLite Value.swift
[19/54] Compiling SQLite Cipher.swift
[20/54] Compiling SQLite FTS4.swift
[21/54] Compiling SQLite Connection.swift
[22/54] Compiling SQLite Errors.swift
[23/54] Compiling SQLite Result.swift
[24/54] Compiling SQLite SQLiteFeature.swift
[25/54] Compiling SQLite SQLiteVersion.swift
[26/54] Compiling SQLite FTS5.swift
[27/54] Compiling SQLite RTree.swift
[28/54] Compiling SQLite Foundation.swift
[29/54] Compiling SQLite Helpers.swift
[30/54] Emitting module SQLite
[31/54] Compiling SQLite Backup.swift
[32/54] Compiling SQLite Blob.swift
[35/54] Compiling SQLite Connection+Pragmas.swift
[36/54] 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 |
[37/54] 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 |
[38/54] 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 |
[39/54] Compiling SQLite Connection+Schema.swift
[40/54] Compiling SQLite SchemaChanger.swift
[41/54] Compiling SQLite SchemaDefinitions.swift
[42/54] Compiling SQLite SchemaReader.swift
[43/54] Compiling SQLite CustomFunctions.swift
[44/54] Compiling SQLite DateAndTimeFunctions.swift
[45/54] Compiling SQLite Expression.swift
[46/54] Compiling SQLite Operators.swift
[47/54] 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 |
/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 |
/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 |
[50/54] 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 |
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.