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 Swiftlane, reference 0.1.5 (92829e), with Swift 6.1 for Android on 28 May 2025 04:49:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/onmyway133/Swiftlane.git
Reference: 0.1.5
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/onmyway133/Swiftlane
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 92829e0 Generate plist for export options
Cloned https://github.com/onmyway133/Swiftlane.git
Revision (git rev-parse @):
92829e0b761e801cd48c2798c5c2390962183363
SUCCESS checkout https://github.com/onmyway133/Swiftlane.git at 0.1.5
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/onmyway133/Swiftlane.git
https://github.com/onmyway133/Swiftlane.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "xcbeautify",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcbeautify"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files.git"
    },
    {
      "identity" : "xcparse",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChargePoint/xcparse"
    },
    {
      "identity" : "swiftyxmlparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yahoojapan/SwiftyXMLParser"
    },
    {
      "identity" : "appstoreconnect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onmyway133/AppStoreConnect"
    }
  ],
  "manifest_display_name" : "Swiftlane",
  "name" : "Swiftlane",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Swiftlane",
      "targets" : [
        "Swiftlane"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftlaneTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlaneTests",
      "path" : "Tests/SwiftlaneTests",
      "sources" : [
        "SwiftlaneTests.swift"
      ],
      "target_dependencies" : [
        "Swiftlane"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swiftlane",
      "module_type" : "SwiftTarget",
      "name" : "Swiftlane",
      "path" : "Sources",
      "product_dependencies" : [
        "XCParseCore",
        "XcbeautifyLib",
        "Files",
        "AppStoreConnect",
        "SwiftyXMLParser"
      ],
      "product_memberships" : [
        "Swiftlane"
      ],
      "sources" : [
        "Swiftlane/Actions/File/Download.swift",
        "Swiftlane/Actions/File/MoveFile.swift",
        "Swiftlane/Actions/Standard/AppCenter.swift",
        "Swiftlane/Actions/Standard/PrintWorkingDirectory.swift",
        "Swiftlane/Actions/Standard/RunScript.swift",
        "Swiftlane/Actions/Standard/Slack.swift",
        "Swiftlane/Actions/iOS/ASC.swift",
        "Swiftlane/Actions/iOS/Archive.swift",
        "Swiftlane/Actions/iOS/Build.swift",
        "Swiftlane/Actions/iOS/ExportArchive.swift",
        "Swiftlane/Actions/iOS/GetBuildSettings.swift",
        "Swiftlane/Actions/iOS/Keychain.swift",
        "Swiftlane/Actions/iOS/Project.swift",
        "Swiftlane/Actions/iOS/Screenshot.swift",
        "Swiftlane/Actions/iOS/Test.swift",
        "Swiftlane/Actions/iOS/UploadASC.swift",
        "Swiftlane/Actions/iOS/Xcode.swift",
        "Swiftlane/Actions/macOS/Notarize.swift",
        "Swiftlane/Library/Core/Args.swift",
        "Swiftlane/Library/Core/CommandLine/CommandLine.swift",
        "Swiftlane/Library/Core/CommandLine/ProcessHandler.swift",
        "Swiftlane/Library/Core/CommandLine/XcodebuildProcessHandler.swift",
        "Swiftlane/Library/Core/Console.swift",
        "Swiftlane/Library/Core/Environment.swift",
        "Swiftlane/Library/Core/FileSystem.swift",
        "Swiftlane/Library/Core/PlistBuilder.swift",
        "Swiftlane/Library/Core/Settings.swift",
        "Swiftlane/Library/Core/SwiftlaneError.swift",
        "Swiftlane/Library/Core/Workflow.swift",
        "Swiftlane/Library/Extensions/Bool+extensions.swift",
        "Swiftlane/Library/Extensions/Data+extensions.swift",
        "Swiftlane/Library/Extensions/String+extensions.swift",
        "Swiftlane/Library/Extensions/URL+extension.swift",
        "Swiftlane/Library/Tools/ALTool.swift",
        "Swiftlane/Library/Tools/Xcodebuild.swift",
        "Swiftlane/Library/Vendor/XCParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/yahoojapan/SwiftyXMLParser
Fetching https://github.com/ChargePoint/xcparse
Fetching https://github.com/onmyway133/AppStoreConnect
Fetching https://github.com/JohnSundell/Files.git
[1/37] Fetching appstoreconnect
[38/801] Fetching appstoreconnect, swiftyxmlparser
[680/2037] Fetching appstoreconnect, swiftyxmlparser, files
[1544/3683] Fetching appstoreconnect, swiftyxmlparser, files, xcparse
Fetched https://github.com/onmyway133/AppStoreConnect from cache (0.46s)
Fetching https://github.com/tuist/xcbeautify
[2116/3646] Fetching swiftyxmlparser, files, xcparse
Fetched https://github.com/yahoojapan/SwiftyXMLParser from cache (0.54s)
[1483/2882] Fetching files, xcparse
[2258/9661] Fetching files, xcparse, xcbeautify
Fetched https://github.com/JohnSundell/Files.git from cache (1.01s)
Fetched https://github.com/ChargePoint/xcparse from cache (1.02s)
[969/6779] Fetching xcbeautify
Fetched https://github.com/tuist/xcbeautify from cache (1.80s)
Computing version for https://github.com/onmyway133/AppStoreConnect
Computed https://github.com/onmyway133/AppStoreConnect at 0.0.8 (3.26s)
Fetching https://github.com/kean/Get
Fetching https://github.com/vapor/jwt-kit
Fetching https://github.com/kean/URLQueryEncoder
[1/2349] Fetching get
[800/2477] Fetching get, urlqueryencoder
Fetched https://github.com/kean/URLQueryEncoder from cache (0.57s)
Fetching https://github.com/kean/NaiveDate
[1/9049] Fetching jwt-kit
[2083/9431] Fetching jwt-kit, naivedate
Fetched https://github.com/kean/NaiveDate from cache (0.42s)
[3801/9049] Fetching jwt-kit
Fetched https://github.com/kean/Get from cache (1.65s)
Fetched https://github.com/vapor/jwt-kit from cache (1.66s)
Computing version for https://github.com/yahoojapan/SwiftyXMLParser
Computed https://github.com/yahoojapan/SwiftyXMLParser at 5.6.0 (2.68s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 4.2.0 (0.96s)
Computing version for https://github.com/kean/URLQueryEncoder
Computed https://github.com/kean/URLQueryEncoder at 0.2.1 (0.94s)
Computing version for https://github.com/kean/NaiveDate
Computed https://github.com/kean/NaiveDate at 1.1.0 (0.79s)
Computing version for https://github.com/ChargePoint/xcparse
Computed https://github.com/ChargePoint/xcparse at 2.3.2 (0.84s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6763] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.64s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.3.0 (1.65s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (1.33s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 0.8.0 (0.91s)
Computing version for https://github.com/tuist/xcbeautify
Computed https://github.com/tuist/xcbeautify at 0.21.1 (2.83s)
Fetching https://github.com/MaxDesiatov/XMLCoder.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/getGuaka/Colorizer.git
[1/10011] Fetching xmlcoder
[10012/25362] Fetching xmlcoder, swift-argument-parser
[10013/25420] Fetching xmlcoder, swift-argument-parser, colorizer
Fetched https://github.com/getGuaka/Colorizer.git from cache (2.72s)
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (2.74s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.74s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (4.10s)
Computing version for https://github.com/getGuaka/Colorizer.git
Computed https://github.com/getGuaka/Colorizer.git at 0.2.1 (2.21s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.3 (0.49s)
Computing version for https://github.com/vapor/jwt-kit
Computed https://github.com/vapor/jwt-kit at 4.13.5 (0.49s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.33s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.14s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.84s)
Creating working copy for https://github.com/kean/URLQueryEncoder
Working copy of https://github.com/kean/URLQueryEncoder resolved at 0.2.1
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 0.8.0
Creating working copy for https://github.com/onmyway133/AppStoreConnect
Working copy of https://github.com/onmyway133/AppStoreConnect resolved at 0.0.8
Creating working copy for https://github.com/yahoojapan/SwiftyXMLParser
Working copy of https://github.com/yahoojapan/SwiftyXMLParser resolved at 5.6.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.3.0
Creating working copy for https://github.com/vapor/jwt-kit
Working copy of https://github.com/vapor/jwt-kit resolved at 4.13.5
Creating working copy for https://github.com/getGuaka/Colorizer.git
Working copy of https://github.com/getGuaka/Colorizer.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/ChargePoint/xcparse
Working copy of https://github.com/ChargePoint/xcparse resolved at 2.3.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.2.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 4.2.0
Creating working copy for https://github.com/tuist/xcbeautify
Working copy of https://github.com/tuist/xcbeautify resolved at 0.21.1
Creating working copy for https://github.com/kean/NaiveDate
Working copy of https://github.com/kean/NaiveDate resolved at 1.1.0
warning: 'xcbeautify': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/xcbeautify/Sources/XcbeautifyLib/BUILD
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/805] Write sources
[19/805] Compiling TSCclibc libc.c
[20/805] Compiling fiat_p256_adx_sqr.S
[21/805] Compiling fiat_p256_adx_mul.S
[22/805] Compiling TSCclibc process.c
[23/805] Compiling fiat_curve25519_adx_square.S
[24/805] Compiling fiat_curve25519_adx_mul.S
[24/805] Compiling CSystem shims.c
[26/805] Compiling x_val.c
[26/805] Compiling x_x509a.c
[28/805] Write swift-version-24593BA9C3E375BF.txt
[29/805] Compiling x_pubkey.c
[30/805] Compiling x_sig.c
[30/805] Compiling x_x509.c
[32/805] Compiling x_req.c
[32/805] Compiling x_spki.c
[34/807] Compiling x_name.c
[35/807] Compiling x_crl.c
[36/881] Compiling x_exten.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/891] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/893] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
 15 | @_exported import WinSDK
 16 | #else
 17 | @_exported import Darwin.C
    |                   `- error: no such module 'Darwin.C'
 18 | #endif
 19 |
[40/893] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
 15 | @_exported import WinSDK
 16 | #else
 17 | @_exported import Darwin.C
    |                   `- error: no such module 'Darwin.C'
 18 | #endif
 19 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
warning: 'xcbeautify': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/xcbeautify/Sources/XcbeautifyLib/BUILD
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/770] Compiling md5-x86_64-linux.S
[2/770] Compiling md5-586-linux.S
[3/770] Compiling md5-x86_64-apple.S
[4/770] Compiling fiat_p256_adx_sqr.S
[4/770] Compiling fiat_p256_adx_mul.S
[6/770] Compiling fiat_curve25519_adx_square.S
[7/770] Compiling fiat_curve25519_adx_mul.S
[8/770] Compiling x_attrib.c
[9/770] Write swift-version-24593BA9C3E375BF.txt
[10/770] Compiling x_algor.c
[11/770] Compiling x509rset.c
[12/770] Compiling CCryptoBoringSSLShims shims.c
[13/770] Compiling x509cset.c
[14/770] Compiling x_all.c
[15/770] Compiling x509name.c
[16/770] Compiling x509spki.c
[17/770] Compiling x509_vpm.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/855] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
 15 | @_exported import WinSDK
 16 | #else
 17 | @_exported import Darwin.C
    |                   `- error: no such module 'Darwin.C'
 18 | #endif
 19 |
[20/856] Compiling SystemPackage PlatformString.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[21/856] Compiling SystemPackage SystemString.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[22/858] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
 15 | @_exported import WinSDK
 16 | #else
 17 | @_exported import Darwin.C
    |                   `- error: no such module 'Darwin.C'
 18 | #endif
 19 |
BUILD FAILURE 6.1 android