The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Loggie, reference 1.1.3 (58a02f), with Swift 6.1 for Android on 15 Jul 2025 13:56:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kvngwxxk/Loggie.git
Reference: 1.1.3
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
 * tag               1.1.3      -> FETCH_HEAD
HEAD is now at 58a02fa Merge pull request #9 from kvngwxxk/develop
Cloned https://github.com/kvngwxxk/Loggie.git
Revision (git rev-parse @):
58a02fa4614b3a50e0189e88e5f2359f96753210
SUCCESS checkout https://github.com/kvngwxxk/Loggie.git at 1.1.3
========================================
Build
========================================
Selected platform:         android
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-4609320-3":/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 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30154] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.01s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (3.76s)
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 Info.plist
[0/8] Copying Localizable.xcstrings
[0/8] Write sources
[5/8] Copying PrivacyInfo.xcprivacy
[6/8] Copying LoggieNetworkLogModel.xcdatamodeld
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/51] Emitting module Alamofire
[10/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.
[11/56] Compiling Alamofire Combine.swift
[12/56] Compiling Alamofire Concurrency.swift
[13/56] Compiling Alamofire EventMonitor.swift
[14/56] Compiling Alamofire MultipartFormData.swift
[15/56] Compiling Alamofire MultipartUpload.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/56] 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.
[17/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.
[18/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.
[19/56] Compiling Alamofire NetworkReachabilityManager.swift
[20/56] Compiling Alamofire RedirectHandler.swift
[21/56] Compiling Alamofire RequestCompression.swift
[22/56] Compiling Alamofire RequestInterceptor.swift
[23/56] Compiling Alamofire ResponseSerialization.swift
[24/56] Compiling Alamofire WebSocketRequest.swift
[25/56] Compiling Alamofire DispatchQueue+Alamofire.swift
[26/56] Compiling Alamofire OperationQueue+Alamofire.swift
[27/56] Compiling Alamofire Result+Alamofire.swift
[28/56] Compiling Alamofire StringEncoding+Alamofire.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/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.
[3/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.
[4/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.
[5/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.
BUILD FAILURE 6.1 android