Build Information
Failed to build SwiftCloudDrive, reference 1.4.4 (4f2f38), with Swift 6.1 for Linux on 11 Jun 2025 17:22:40 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewmccormack/SwiftCloudDrive.git
Reference: 1.4.4
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/drewmccormack/SwiftCloudDrive
* tag 1.4.4 -> FETCH_HEAD
HEAD is now at 4f2f387 Fixed build errors with Xcode 26.
Cloned https://github.com/drewmccormack/SwiftCloudDrive.git
Revision (git rev-parse @):
4f2f38724d6a8724f727c1bc10d9cddd17fbb9e8
SUCCESS checkout https://github.com/drewmccormack/SwiftCloudDrive.git at 1.4.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/drewmccormack/SwiftCloudDrive.git
https://github.com/drewmccormack/SwiftCloudDrive.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftCloudDrive",
"name" : "SwiftCloudDrive",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SwiftCloudDrive",
"targets" : [
"SwiftCloudDrive"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SwiftCloudDriveTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCloudDriveTests",
"path" : "Tests/SwiftCloudDriveTests",
"sources" : [
"CloudDriveTests.swift"
],
"target_dependencies" : [
"SwiftCloudDrive"
],
"type" : "test"
},
{
"c99name" : "SwiftCloudDrive",
"module_type" : "SwiftTarget",
"name" : "SwiftCloudDrive",
"path" : "Sources/SwiftCloudDrive",
"product_memberships" : [
"SwiftCloudDrive"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftCloudDrive/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CloudDrive.swift",
"CoordinatedFileManager.swift",
"Errors.swift",
"FileMonitor.swift",
"MetadataMonitor.swift",
"RootRelativePath.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling SwiftCloudDrive FileMonitor.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/11] Emitting module SwiftCloudDrive
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[6/11] Compiling SwiftCloudDrive MetadataMonitor.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[7/11] Compiling SwiftCloudDrive CloudDrive.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[8/11] Compiling SwiftCloudDrive resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[9/11] Compiling SwiftCloudDrive CoordinatedFileManager.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[10/11] Compiling SwiftCloudDrive Errors.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[11/11] Compiling SwiftCloudDrive RootRelativePath.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling SwiftCloudDrive MetadataMonitor.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[3/9] Compiling SwiftCloudDrive FileMonitor.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[4/9] Compiling SwiftCloudDrive Errors.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[5/9] Compiling SwiftCloudDrive CoordinatedFileManager.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[6/9] Compiling SwiftCloudDrive RootRelativePath.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[7/9] Compiling SwiftCloudDrive resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/9] Emitting module SwiftCloudDrive
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
[9/9] Compiling SwiftCloudDrive CloudDrive.swift
/host/spi-builder-workspace/Sources/SwiftCloudDrive/CloudDrive.swift:2:8: error: no such module 'os'
1 | import Foundation
2 | import os
| `- error: no such module 'os'
3 |
4 | public protocol CloudDriveObserver {
BUILD FAILURE 6.1 linux