Build Information
Failed to build Harbor, reference 3.0.0 (bc68bd
), with Swift 6.0 for Linux on 26 Dec 2024 00:02:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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.0
Building package at path: $PWD
https://github.com/javiermanzo/Harbor.git
https://github.com/javiermanzo/Harbor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "logbird",
"requirement" : {
"exact" : [
"1.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/javiermanzo/LogBird"
}
],
"manifest_display_name" : "Harbor",
"name" : "Harbor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Harbor",
"targets" : [
"Harbor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HarborJRPC",
"targets" : [
"HarborJRPC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "HarborTests",
"module_type" : "SwiftTarget",
"name" : "HarborTests",
"path" : "Tests/HarborTests",
"sources" : [
"HarborBodyTests.swift",
"HarborMockTests.swift",
"HarborRequestManagerAuthTests.swift",
"HarborSHA256Tests.swift",
"HarborTests.swift",
"Mocks/MockModel.swift",
"Mocks/MocksRequest.swift"
],
"target_dependencies" : [
"Harbor"
],
"type" : "test"
},
{
"c99name" : "HarborJRPCTests",
"module_type" : "SwiftTarget",
"name" : "HarborJRPCTests",
"path" : "Tests/HarborJRPCTests",
"sources" : [
"HarborJRPCTests.swift"
],
"target_dependencies" : [
"HarborJRPC"
],
"type" : "test"
},
{
"c99name" : "HarborJRPC",
"module_type" : "SwiftTarget",
"name" : "HarborJRPC",
"path" : "Sources/HarborJRPC",
"product_memberships" : [
"HarborJRPC"
],
"sources" : [
"HJRPCConfig.swift",
"HJRPCRequestError.swift",
"HJRPCRequestManager.swift",
"HJRPCRequestProtocol.swift",
"HJRPCResponse.swift",
"HJSONRPCResponse.swift",
"HarborJRPC.swift"
],
"target_dependencies" : [
"Harbor"
],
"type" : "library"
},
{
"c99name" : "Harbor",
"module_type" : "SwiftTarget",
"name" : "Harbor",
"path" : "Sources/Harbor",
"product_dependencies" : [
"LogBird"
],
"product_memberships" : [
"Harbor",
"HarborJRPC"
],
"sources" : [
"HAuthProviderProtocol.swift",
"HConfig.swift",
"HDebugRequestProtocol.swift",
"HHttpMethod.swift",
"HRequestError.swift",
"HRequestManager.swift",
"HRequestProtocol.swift",
"HResponse.swift",
"HURLSessionDelegate.swift",
"Harbor.swift",
"HmTLS.swift",
"Mock/HMock.swift",
"Mock/HMocker.swift",
"Utils/NSMutableData-extension.swift",
"Utils/PKCS12.swift",
"Utils/SHA256.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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:)'
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:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "Harbor",
8 | platforms: [.iOS(.v15), .macOS(.v14)],
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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:)'
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:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "Harbor",
8 | platforms: [.iOS(.v15), .macOS(.v14)],
Fetching https://github.com/javiermanzo/LogBird
[1/130] Fetching logbird
Fetched https://github.com/javiermanzo/LogBird from cache (0.19s)
Computing version for https://github.com/javiermanzo/LogBird
Computed https://github.com/javiermanzo/LogBird at 1.0.0 (0.45s)
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 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 {
[6/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 {
[7/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 {
[8/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/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 {
[10/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 {
[11/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 {
[12/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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:)'
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:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "Harbor",
8 | platforms: [.iOS(.v15), .macOS(.v14)],
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] 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 {
[3/9] 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 {
[4/9] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] 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 {
[6/9] 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 {
[7/9] 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 {
[8/9] 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 {
[9/9] 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 {
BUILD FAILURE 6.0 linux