Build Information
Failed to build Loggie, reference master (b3ff67), with Swift 6.1 for Linux on 15 Oct 2025 08:18:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kvngwxxk/Loggie.git
Reference: master
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/kvngwxxk/Loggie
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b3ff67b Merge pull request #10 from kvngwxxk/develop
Cloned https://github.com/kvngwxxk/Loggie.git
Revision (git rev-parse @):
b3ff67b1cf43d3c2c89aa1d38197d347006055ec
SUCCESS checkout https://github.com/kvngwxxk/Loggie.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/kvngwxxk/Loggie.git
https://github.com/kvngwxxk/Loggie.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.6.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
}
],
"manifest_display_name" : "Loggie",
"name" : "Loggie",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Loggie",
"targets" : [
"Loggie"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LoggieNetwork",
"targets" : [
"LoggieNetwork"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggieTests",
"module_type" : "SwiftTarget",
"name" : "LoggieTests",
"path" : "Tests/LoggieTests",
"sources" : [
"LoggieTests.swift"
],
"target_dependencies" : [
"Loggie"
],
"type" : "test"
},
{
"c99name" : "LoggieNetworkTests",
"module_type" : "SwiftTarget",
"name" : "LoggieNetworkTests",
"path" : "Tests/LoggieNetworkTests",
"sources" : [
"LoggieNetworkTests.swift"
],
"target_dependencies" : [
"LoggieNetwork"
],
"type" : "test"
},
{
"c99name" : "LoggieNetwork",
"module_type" : "SwiftTarget",
"name" : "LoggieNetwork",
"path" : "Sources/LoggieNetwork",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"LoggieNetwork"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/LoggieNetwork/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/LoggieNetwork/Resources/LoggieNetworkLogModel.xcdatamodeld",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CoreDataManager.swift",
"LoggieNetwork.swift",
"LoggieNetworkInterceptor.swift",
"LoggieNetworkLog+CoreDataClass.swift",
"LoggieNetworkLog+CoreDataProperties.swift",
"LoggieNetworkTracker.swift",
"LoggieWebViewMessageHandler.swift",
"PendingLogsStore.swift",
"View/Bundle+Localization.swift",
"View/LoggieNetworkFloatingButtonManager.swift",
"View/LoggieNetworkLogDetailViewController.swift",
"View/LoggieNetworkLogListViewController.swift",
"View/LoggieNetworkLogTableViewCell.swift",
"View/LoggieNetworkSettingsViewController.swift",
"WKWebView+Extensions.swift"
],
"target_dependencies" : [
"Loggie"
],
"type" : "library"
},
{
"c99name" : "Loggie",
"module_type" : "SwiftTarget",
"name" : "Loggie",
"path" : "Sources/Loggie",
"product_memberships" : [
"Loggie",
"LoggieNetwork"
],
"sources" : [
"LogLevel.swift",
"Loggie.swift",
"LoggieVersion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 -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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30470] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.16s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (6.13s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Building for debugging...
[0/8] Write sources
[0/8] Copying PrivacyInfo.xcprivacy
[0/8] Copying Localizable.xcstrings
[0/8] Copying Info.plist
[0/8] Copying LoggieNetworkLogModel.xcdatamodeld
[6/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/51] Emitting module Loggie
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
[10/51] Emitting module Alamofire
[11/56] Compiling Loggie LoggieVersion.swift
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
[12/56] Compiling Loggie LogLevel.swift
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
[13/56] Compiling Loggie Loggie.swift
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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/44] Compiling Loggie LoggieVersion.swift
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
[3/44] Compiling Loggie Loggie.swift
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/44] Compiling Loggie LogLevel.swift
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
[5/44] Emitting module Loggie
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
BUILD FAILURE 6.1 linux