Build Information
Failed to build Harbor, reference 3.0.0 (bc68bd
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 18:41:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/javiermanzo/Harbor.git
Reference: 3.0.0
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/javiermanzo/Harbor
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at bc68bdc Fix podspec
Cloned https://github.com/javiermanzo/Harbor.git
Revision (git rev-parse @):
bc68bdc06c849c748d44456bb5b9585144a2e98c
SUCCESS checkout https://github.com/javiermanzo/Harbor.git at 3.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/javiermanzo/Harbor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
4 | import PackageDescription
5 |
6 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "Harbor",
8 | platforms: [.iOS(.v15), .macOS(.v14)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/javiermanzo/LogBird
[1/130] Fetching logbird
Fetched https://github.com/javiermanzo/LogBird from cache (0.28s)
Computing version for https://github.com/javiermanzo/LogBird
Computed https://github.com/javiermanzo/LogBird at 1.0.0 (0.62s)
Creating working copy for https://github.com/javiermanzo/LogBird
Working copy of https://github.com/javiermanzo/LogBird resolved at 1.0.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling LogBird LBLogRowView.swift
/host/spi-builder-workspace/.build/checkouts/LogBird/Sources/LogBird/LBLogLevel.swift:9:8: error: no such module 'OSLog'
7 |
8 | import Foundation
9 | import OSLog
| `- error: no such module 'OSLog'
10 |
11 | public enum LBLogLevel: String, Codable, CaseIterable {
[6/12] Compiling LogBird LogBird.swift
/host/spi-builder-workspace/.build/checkouts/LogBird/Sources/LogBird/LBLogLevel.swift:9:8: error: no such module 'OSLog'
7 |
8 | import Foundation
9 | import OSLog
| `- error: no such module 'OSLog'
10 |
11 | public enum LBLogLevel: String, Codable, CaseIterable {
[7/12] Compiling LogBird LBLogLevel.swift
/host/spi-builder-workspace/.build/checkouts/LogBird/Sources/LogBird/LBLogLevel.swift:9:8: error: no such module 'OSLog'
7 |
8 | import Foundation
9 | import OSLog
| `- error: no such module 'OSLog'
10 |
11 | public enum LBLogLevel: String, Codable, CaseIterable {
[8/12] Compiling LogBird LBManager.swift
/host/spi-builder-workspace/.build/checkouts/LogBird/Sources/LogBird/LBLogLevel.swift:9:8: error: no such module 'OSLog'
7 |
8 | import Foundation
9 | import OSLog
| `- error: no such module 'OSLog'
10 |
11 | public enum LBLogLevel: String, Codable, CaseIterable {
[9/12] Compiling LogBird LBLog.swift
/host/spi-builder-workspace/.build/checkouts/LogBird/Sources/LogBird/LBLogLevel.swift:9:8: error: no such module 'OSLog'
7 |
8 | import Foundation
9 | import OSLog
| `- error: no such module 'OSLog'
10 |
11 | public enum LBLogLevel: String, Codable, CaseIterable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/12] Emitting module LogBird
/host/spi-builder-workspace/.build/checkouts/LogBird/Sources/LogBird/LBLogLevel.swift:9:8: error: no such module 'OSLog'
7 |
8 | import Foundation
9 | import OSLog
| `- error: no such module 'OSLog'
10 |
11 | public enum LBLogLevel: String, Codable, CaseIterable {
[11/12] Compiling LogBird LBLogsView.swift
/host/spi-builder-workspace/.build/checkouts/LogBird/Sources/LogBird/LBLogLevel.swift:9:8: error: no such module 'OSLog'
7 |
8 | import Foundation
9 | import OSLog
| `- error: no such module 'OSLog'
10 |
11 | public enum LBLogLevel: String, Codable, CaseIterable {
[12/12] Compiling LogBird LogsViewModel.swift
/host/spi-builder-workspace/.build/checkouts/LogBird/Sources/LogBird/LBLogLevel.swift:9:8: error: no such module 'OSLog'
7 |
8 | import Foundation
9 | import OSLog
| `- error: no such module 'OSLog'
10 |
11 | public enum LBLogLevel: String, Codable, CaseIterable {
BUILD FAILURE 6.2 linux