The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Ra9rKit, reference main (2d3860), with Swift 6.1 for Android on 29 May 2025 10:08:43 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/ra9r/Ra9rKit.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/ra9r/Ra9rKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2d3860c added startOfWeek
Cloned https://github.com/ra9r/Ra9rKit.git
Revision (git rev-parse @):
2d3860c537a0e58a59955579c306a08bb48b7e89
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ra9r/Ra9rKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ra9r/Ra9rKit.git
https://github.com/ra9r/Ra9rKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ra9rKit",
  "name" : "Ra9rKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Ra9rCore",
      "targets" : [
        "Ra9rCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ra9rUI",
      "targets" : [
        "Ra9rUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ra9rCrypto",
      "targets" : [
        "Ra9rCrypto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ra9rNotification",
      "targets" : [
        "Ra9rNotification"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ra9rPDF",
      "targets" : [
        "Ra9rPDF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Ra9rUI",
      "module_type" : "SwiftTarget",
      "name" : "Ra9rUI",
      "path" : "Sources/Ra9rUI",
      "product_memberships" : [
        "Ra9rUI"
      ],
      "sources" : [
        "Components/AnimatedSideBar.swift",
        "Components/CapsuleGuage.swift",
        "Components/DecimalPicker.swift",
        "Components/FormFieldStyle.swift",
        "Components/MenuPicker.swift",
        "Components/QRCode.swift",
        "Components/RoundedCorders.swift",
        "Components/RulerPicker.swift",
        "Components/SVGImage.swift",
        "Components/SequencePicker.swift",
        "Components/SpinText.swift",
        "Components/ThickProgressBarStyle.swift",
        "Components/WebView.swift",
        "Extensions/Alert+Extension.swift",
        "Extensions/Binding+Extension.swift",
        "Extensions/Image+Extension.swift",
        "Managers/ErrorManager.swift"
      ],
      "target_dependencies" : [
        "Ra9rCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ra9rPDF",
      "module_type" : "SwiftTarget",
      "name" : "Ra9rPDF",
      "path" : "Sources/Ra9rPDF",
      "product_memberships" : [
        "Ra9rPDF"
      ],
      "sources" : [
        "PDFPreview.swift",
        "PDFRenderer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ra9rNotification",
      "module_type" : "SwiftTarget",
      "name" : "Ra9rNotification",
      "path" : "Sources/Ra9rNotification",
      "product_memberships" : [
        "Ra9rNotification"
      ],
      "sources" : [
        "LocalNotification.swift",
        "LocalNotificationAction.swift",
        "LocalNotificationActionEvent.swift",
        "LocalNotificationActionOption.swift",
        "LocalNotificationCategory.swift",
        "LocalNotificationServices.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ra9rCryptoTests",
      "module_type" : "SwiftTarget",
      "name" : "Ra9rCryptoTests",
      "path" : "Tests/Ra9rCryptoTests",
      "sources" : [
        "CryptableTests.swift"
      ],
      "target_dependencies" : [
        "Ra9rCrypto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ra9rCrypto",
      "module_type" : "SwiftTarget",
      "name" : "Ra9rCrypto",
      "path" : "Sources/Ra9rCrypto",
      "product_memberships" : [
        "Ra9rCrypto"
      ],
      "sources" : [
        "Extensions/Bool+Encryptable.swift",
        "Extensions/Character+Encryptable.swift",
        "Extensions/Data+Cryptable.swift",
        "Extensions/Double+Encryptable.swift",
        "Extensions/Float+Encryptable.swift",
        "Extensions/Int+Encryptable.swift",
        "Extensions/String+Encryptable.swift",
        "Extensions/UInt+Encryptable.swift",
        "Keychain/KeychainError.swift",
        "Keychain/KeychainManager.swift",
        "PropertyWrappers/SecureProperty.swift",
        "Protocols/Cryptable.swift",
        "Protocols/Decryptable.swift",
        "Protocols/Encryptable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ra9rCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "Ra9rCoreTests",
      "path" : "Tests/Ra9rCoreTests",
      "sources" : [
        "CalendarExtentionTests.swift",
        "DateExtensionTests.swift",
        "DoubleExtensionTests.swift",
        "FloatExtensionTests.swift",
        "RelativeMonthFormatterTests.swift"
      ],
      "target_dependencies" : [
        "Ra9rCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ra9rCore",
      "module_type" : "SwiftTarget",
      "name" : "Ra9rCore",
      "path" : "Sources/Ra9rCore",
      "product_memberships" : [
        "Ra9rCore",
        "Ra9rUI"
      ],
      "sources" : [
        "Extensions/Bundle+Extension.swift",
        "Extensions/Calendar+Extension.swift",
        "Extensions/Date+Extension.swift",
        "Extensions/Double+Extenstion.swift",
        "Extensions/Float+Extension.swift",
        "Extensions/String+Extension.swift",
        "Extensions/URLSession+Extension.swift",
        "Formatters/RelativeMonthFormatter.swift",
        "PropertyWrappers/UserDefault.swift",
        "Protocols/Uncombinable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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 -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/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/40] Emitting module Ra9rPDF
/host/spi-builder-workspace/Sources/Ra9rPDF/PDFPreview.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | import SwiftUI
[8/40] Compiling Ra9rPDF PDFRenderer.swift
/host/spi-builder-workspace/Sources/Ra9rPDF/PDFPreview.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | import SwiftUI
[9/40] Compiling Ra9rPDF PDFPreview.swift
/host/spi-builder-workspace/Sources/Ra9rPDF/PDFPreview.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | import SwiftUI
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: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/1] Write swift-version-24593BA9C3E375BF.txt
[2/35] Compiling Ra9rNotification LocalNotificationAction.swift
/host/spi-builder-workspace/Sources/Ra9rNotification/LocalNotificationAction.swift:7:8: error: no such module 'SwiftUI'
  5 | //  Created by Rodney Aiglstorfer on 4/2/24.
  6 | //
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 |
  9 | public struct LocalNotificationAction {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/35] Emitting module Ra9rCore
/host/spi-builder-workspace/Sources/Ra9rCore/PropertyWrappers/UserDefault.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @propertyWrapper
[4/36] Compiling Ra9rCore UserDefault.swift
/host/spi-builder-workspace/Sources/Ra9rCore/PropertyWrappers/UserDefault.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @propertyWrapper
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/36] Emitting module Ra9rPDF
/host/spi-builder-workspace/Sources/Ra9rPDF/PDFPreview.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | import SwiftUI
[6/36] Compiling Ra9rPDF PDFPreview.swift
/host/spi-builder-workspace/Sources/Ra9rPDF/PDFPreview.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | import SwiftUI
[7/36] Compiling Ra9rPDF PDFRenderer.swift
/host/spi-builder-workspace/Sources/Ra9rPDF/PDFPreview.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | import SwiftUI
BUILD FAILURE 6.1 android