Build Information
Failed to build Osiris, reference 2.0.1 (59a11b
), with Swift 6.0 for Linux on 16 Jun 2025 07:11:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samsonjs/Osiris.git
Reference: 2.0.1
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/samsonjs/Osiris
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at 59a11b9 Prepare for 2.0.1 release
Cloned https://github.com/samsonjs/Osiris.git
Revision (git rev-parse @):
59a11b9cee0f7a2aae02d1bf71b9fa4c20822605
SUCCESS checkout https://github.com/samsonjs/Osiris.git at 2.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/samsonjs/Osiris.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
f557aa5ee224: Pulling fs layer
9336d871823a: Pulling fs layer
6bd1048a81f8: Pulling fs layer
fc8b2292f129: Pulling fs layer
f3f5a973980e: Pulling fs layer
779303f5e412: Pulling fs layer
fc8b2292f129: Waiting
779303f5e412: Waiting
f3f5a973980e: Waiting
f557aa5ee224: Verifying Checksum
f557aa5ee224: Download complete
fc8b2292f129: Download complete
f557aa5ee224: Pull complete
f3f5a973980e: Verifying Checksum
f3f5a973980e: Download complete
779303f5e412: Download complete
9336d871823a: Verifying Checksum
9336d871823a: Download complete
6bd1048a81f8: Verifying Checksum
6bd1048a81f8: Download complete
9336d871823a: Pull complete
6bd1048a81f8: Pull complete
fc8b2292f129: Pull complete
f3f5a973980e: Pull complete
779303f5e412: Pull complete
Digest: sha256:b6b5ca269897060a445977894eeda322d27576a88fe7ac1ad02aed9d137eb478
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling Osiris MultipartFormEncoder.swift
/host/spi-builder-workspace/Sources/Osiris/HTTPRequest.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | #if canImport(UIKit)
[4/10] Compiling Osiris HTTPResponse.swift
/host/spi-builder-workspace/Sources/Osiris/HTTPRequest.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | #if canImport(UIKit)
[5/10] Compiling Osiris HTTPRequestError.swift
/host/spi-builder-workspace/Sources/Osiris/HTTPRequest.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | #if canImport(UIKit)
[6/11] Compiling Osiris HTTPRequest.swift
/host/spi-builder-workspace/Sources/Osiris/HTTPRequest.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | #if canImport(UIKit)
[7/11] Compiling Osiris HTTPMethod.swift
/host/spi-builder-workspace/Sources/Osiris/HTTPRequest.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | #if canImport(UIKit)
[8/11] Compiling Osiris HTTPContentType.swift
/host/spi-builder-workspace/Sources/Osiris/HTTPRequest.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | #if canImport(UIKit)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/11] Emitting module Osiris
/host/spi-builder-workspace/Sources/Osiris/HTTPRequest.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | #if canImport(UIKit)
[10/11] Compiling Osiris FormEncoder.swift
/host/spi-builder-workspace/Sources/Osiris/HTTPRequest.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | #if canImport(UIKit)
[11/11] Compiling Osiris RequestBuilder.swift
/host/spi-builder-workspace/Sources/Osiris/HTTPRequest.swift:8:8: error: no such module 'OSLog'
6 |
7 | import Foundation
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | #if canImport(UIKit)
BUILD FAILURE 6.0 linux