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 Notarize, reference 0.2.0 (6f7ec2), with Swift 6.1 for Android on 27 May 2025 13:08:14 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/phimage/Notarize.git
Reference: 0.2.0
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/phimage/Notarize
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 6f7ec24 Format error into json or xml according to reporter
Cloned https://github.com/phimage/Notarize.git
Revision (git rev-parse @):
6f7ec2490bc8ff46d2f1627916693ea7b4516439
SUCCESS checkout https://github.com/phimage/Notarize.git at 0.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/phimage/Notarize.git
https://github.com/phimage/Notarize.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "notarizationinfo",
      "requirement" : {
        "revision" : [
          "HEAD"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/NotarizationInfo"
    },
    {
      "identity" : "notarizationauditlog",
      "requirement" : {
        "revision" : [
          "HEAD"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/NotarizationAuditLog"
    },
    {
      "identity" : "notarizeprocess",
      "requirement" : {
        "revision" : [
          "HEAD"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/NotarizeProcess"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "2.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "Notarize",
  "name" : "Notarize",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "notarize",
      "targets" : [
        "Notarize"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NotarizeFrontend",
      "targets" : [
        "NotarizeFrontend"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NotarizeFrontend",
      "module_type" : "SwiftTarget",
      "name" : "NotarizeFrontend",
      "path" : "Sources/NotarizeFrontend",
      "product_dependencies" : [
        "NotarizationInfo",
        "NotarizationAuditLog",
        "NotarizeProcess",
        "PathKit",
        "Commandant",
        "Yams"
      ],
      "product_memberships" : [
        "notarize",
        "NotarizeFrontend"
      ],
      "sources" : [
        "Commands/HistoryCommand.swift",
        "Commands/InfoCommand.swift",
        "Commands/NotarizeCommand.swift",
        "Commands/VersionCommand.swift",
        "Config.swift",
        "NotarizeFrontend.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/PropertyListReporter.swift",
        "Reporters/Reporter.swift",
        "Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Notarize",
      "module_type" : "SwiftTarget",
      "name" : "Notarize",
      "path" : "Sources/Notarize",
      "product_memberships" : [
        "notarize"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NotarizeFrontend"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/phimage/NotarizationInfo
[1/85] Fetching notarizationinfo
Fetched https://github.com/phimage/NotarizationInfo from cache (0.23s)
Fetching https://github.com/phimage/NotarizationAuditLog
[1/32] Fetching notarizationauditlog
Fetched https://github.com/phimage/NotarizationAuditLog from cache (0.22s)
Fetching https://github.com/phimage/NotarizeProcess
[1/133] Fetching notarizeprocess
Fetched https://github.com/phimage/NotarizeProcess from cache (0.23s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/Carthage/Commandant.git
Fetching https://github.com/jpsim/Yams.git
[1/2329] Fetching commandant
[25/3740] Fetching commandant, pathkit
[3671/14397] Fetching commandant, pathkit, yams
Fetched https://github.com/Carthage/Commandant.git from cache (1.40s)
Fetched https://github.com/kylef/PathKit.git from cache (1.40s)
Fetched https://github.com/jpsim/Yams.git from cache (1.44s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (2.05s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.17.0 (0.60s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[10920/34339] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.50s)
Fetched https://github.com/Quick/Nimble.git from cache (1.53s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.47s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.25s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.96s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.68s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.57s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.17.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/phimage/NotarizationInfo
Working copy of https://github.com/phimage/NotarizationInfo resolved at HEAD (86e4288)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/phimage/NotarizationAuditLog
Working copy of https://github.com/phimage/NotarizationAuditLog resolved at HEAD (511ff36)
Creating working copy for https://github.com/phimage/NotarizeProcess
Working copy of https://github.com/phimage/NotarizeProcess resolved at HEAD (aee3040)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Building for debugging...
[0/25] Write sources
[8/25] Compiling writer.c
[9/25] Compiling reader.c
[10/25] Compiling parser.c
[11/25] Compiling api.c
[12/25] Compiling emitter.c
[13/25] Write swift-version-24593BA9C3E375BF.txt
[14/25] Compiling scanner.c
[16/61] Compiling NotarizationAuditLog NotarizationAuditLog.swift
[17/61] Emitting module NotarizationAuditLog
[18/62] Wrapping AST for NotarizationAuditLog for debugging
[20/62] Compiling Commandant Result+Additions.swift
[21/63] Emitting module Commandant
[22/63] Compiling Commandant Switch.swift
[23/63] Compiling Commandant OrderedSet.swift
[24/63] Emitting module Yams
[25/65] Compiling Commandant Errors.swift
[26/65] Compiling Yams String+Yams.swift
[27/65] Compiling Yams Tag.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/65] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[29/65] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/11] Write swift-version-24593BA9C3E375BF.txt
[2/47] Compiling Commandant Result+Additions.swift
[3/48] Compiling Commandant Switch.swift
[4/48] Compiling NotarizationInfo NotarizationStatus.swift
[5/48] Compiling NotarizationInfo NotarizationUpload.swift
[6/48] Compiling Commandant OrderedSet.swift
[7/48] Compiling NotarizationInfo NotarizationHistory.swift
[8/48] Emitting module NotarizationInfo
[9/48] Compiling NotarizationInfo NotarizationError.swift
[10/48] Compiling Commandant Option.swift
[11/48] Compiling Commandant Errors.swift
[12/48] Compiling Commandant HelpCommand.swift
[13/48] Emitting module NotarizationAuditLog
[14/48] Compiling NotarizationAuditLog NotarizationAuditLog.swift
[15/49] Compiling Yams Mark.swift
[16/49] Compiling Yams Node.Mapping.swift
[17/49] Emitting module Commandant
[20/49] Compiling Yams Constructor.swift
[21/49] Compiling Yams Decoder.swift
[22/52] Compiling NotarizationInfo NotarizationResponse.swift
[23/52] Compiling NotarizationInfo NotarizationInfo.swift
[26/52] Compiling Yams String+Yams.swift
[27/52] Compiling Yams Tag.swift
[28/52] Wrapping AST for Commandant for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/52] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[31/52] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[31/52] Wrapping AST for NotarizationInfo for debugging
BUILD FAILURE 6.1 android