The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Osiris, reference 2.0.1 (59a11b), with Swift 6.1 for Android on 16 Jun 2025 07:11:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/samsonjs/Osiris.git
https://github.com/samsonjs/Osiris.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Osiris",
  "name" : "Osiris",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Osiris",
      "targets" : [
        "Osiris"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OsirisTests",
      "module_type" : "SwiftTarget",
      "name" : "OsirisTests",
      "path" : "Tests/OsirisTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/OsirisTests/Resources/lorem.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OsirisTests/Resources/notbad.jpg",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FormEncoderTests.swift",
        "HTTPMethodTests.swift",
        "HTTPRequestErrorTests.swift",
        "HTTPRequestTests.swift",
        "HTTPResponseTests.swift",
        "MultipartFormEncoderTests.swift",
        "RequestBuilderTests.swift"
      ],
      "target_dependencies" : [
        "Osiris"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Osiris",
      "module_type" : "SwiftTarget",
      "name" : "Osiris",
      "path" : "Sources/Osiris",
      "product_memberships" : [
        "Osiris"
      ],
      "sources" : [
        "FormEncoder.swift",
        "HTTPContentType.swift",
        "HTTPMethod.swift",
        "HTTPRequest.swift",
        "HTTPRequestError.swift",
        "HTTPResponse.swift",
        "MultipartFormEncoder.swift",
        "RequestBuilder.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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Pulling fs layer
cc0382103b05: Pulling fs layer
084072dee40a: Pulling fs layer
4a92b37feea1: Pulling fs layer
4a92b37feea1: Waiting
084072dee40a: Verifying Checksum
084072dee40a: Download complete
39bc14e52995: Verifying Checksum
39bc14e52995: Download complete
4a92b37feea1: Download complete
cc0382103b05: Verifying Checksum
cc0382103b05: Download complete
39bc14e52995: Pull complete
cc0382103b05: Pull complete
084072dee40a: Pull complete
4a92b37feea1: Pull complete
Digest: sha256:d4adec85e5c000fff132a1b0de73467182c76318cbb55cea6ebedacb1b3c4ef0
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:android-6.1-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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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)
[6/11] 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)
[7/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)
[8/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)
[9/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)
[10/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)
[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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:d4adec85e5c000fff132a1b0de73467182c76318cbb55cea6ebedacb1b3c4ef0
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] 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)
[3/9] 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)
[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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] 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)
[7/10] 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)
[8/10] 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)
[9/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)
[10/10] 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.1 android