The Swift Package Index logo.Swift Package Index

Build Information

Failed to build timeui, reference main (4cfee8), with Swift 6.1 for Android on 28 May 2025 08:43:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/icanzilb/timeui.git
Reference: main
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/icanzilb/timeui
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4cfee8e Merge pull request #5 from icanzilb/marin_todorov/ding
Cloned https://github.com/icanzilb/timeui.git
Revision (git rev-parse @):
4cfee8eb93f5523f1ae95c74e1d4d34049c3db63
SUCCESS checkout https://github.com/icanzilb/timeui.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/icanzilb/timeui.git
https://github.com/icanzilb/timeui.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "timeui",
  "name" : "timeui",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "timeui",
      "targets" : [
        "timeui"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "test-app",
      "targets" : [
        "test-app"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "timeuiTests",
      "module_type" : "SwiftTarget",
      "name" : "timeuiTests",
      "path" : "Tests/timeuiTests",
      "sources" : [
        "timeuiTests.swift"
      ],
      "target_dependencies" : [
        "timeui"
      ],
      "type" : "test"
    },
    {
      "c99name" : "timeui",
      "module_type" : "SwiftTarget",
      "name" : "timeui",
      "path" : "Sources/timeui",
      "product_memberships" : [
        "timeui"
      ],
      "sources" : [
        "App/App.swift",
        "App/AppDelegate.swift",
        "App/Runner.swift",
        "Model/LogDataSource.swift",
        "Model/PerformanceСalculator.swift",
        "Model/RunnerModel.swift",
        "Util/Color.swift",
        "Util/Notification.swift",
        "Util/Sound.swift",
        "View/DingToggleView.swift",
        "View/TimerView.swift",
        "View/TimerWindow.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "test_app",
      "module_type" : "SwiftTarget",
      "name" : "test-app",
      "path" : "Sources/test-app",
      "product_memberships" : [
        "test-app"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/9] Write sources
[2/9] Write swift-version-24593BA9C3E375BF.txt
[4/24] Compiling timeui TimerWindow.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[5/25] Compiling timeui main.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/25] Emitting module test_app
/host/spi-builder-workspace/Sources/test-app/main.swift:31:8: error: no such module 'os'
29 |
30 | import Foundation
31 | import os
   |        `- error: no such module 'os'
32 |
33 | let log = OSLog(subsystem: "mySystem", category: .pointsOfInterest)
[7/25] Compiling test_app main.swift
/host/spi-builder-workspace/Sources/test-app/main.swift:31:8: error: no such module 'os'
29 |
30 | import Foundation
31 | import os
   |        `- error: no such module 'os'
32 |
33 | let log = OSLog(subsystem: "mySystem", category: .pointsOfInterest)
[8/25] Compiling timeui PerformanceСalculator.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[9/25] Compiling timeui RunnerModel.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[10/25] Compiling timeui TimerView.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/25] Emitting module timeui
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[12/25] Compiling timeui Color.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[13/25] Compiling timeui Notification.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[14/25] Compiling timeui App.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[15/25] Compiling timeui AppDelegate.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/7] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling timeui TimerWindow.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[3/23] Compiling timeui main.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/23] Emitting module test_app
/host/spi-builder-workspace/Sources/test-app/main.swift:31:8: error: no such module 'os'
29 |
30 | import Foundation
31 | import os
   |        `- error: no such module 'os'
32 |
33 | let log = OSLog(subsystem: "mySystem", category: .pointsOfInterest)
[5/23] Compiling timeui TimerView.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[6/23] Compiling timeui Sound.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[7/23] Compiling timeui DingToggleView.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[8/23] Compiling test_app main.swift
/host/spi-builder-workspace/Sources/test-app/main.swift:31:8: error: no such module 'os'
29 |
30 | import Foundation
31 | import os
   |        `- error: no such module 'os'
32 |
33 | let log = OSLog(subsystem: "mySystem", category: .pointsOfInterest)
[9/23] Compiling timeui PerformanceСalculator.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[10/23] Compiling timeui RunnerModel.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[11/23] Compiling timeui Color.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[12/23] Compiling timeui Notification.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/23] Emitting module timeui
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[14/23] Compiling timeui App.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[15/23] Compiling timeui AppDelegate.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[16/23] Compiling timeui Runner.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
[17/23] Compiling timeui LogDataSource.swift
/host/spi-builder-workspace/Sources/timeui/main.swift:23:8: error: no such module 'Cocoa'
21 | // SOFTWARE.
22 |
23 | import Cocoa
   |        `- error: no such module 'Cocoa'
24 |
25 | let main: Void = {
BUILD FAILURE 6.1 android