The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoherentSwift, reference main (9507fd), with Swift 6.2 for Android on 19 Jun 2025 07:31:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/arthurpalves/coherent-swift.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/arthurpalves/coherent-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9507fd8 chore: bump to version 0.5.11
Cloned https://github.com/arthurpalves/coherent-swift.git
Revision (git rev-parse @):
9507fd81cc72ad2dccb53b431006c46042c7e241
SUCCESS checkout https://github.com/arthurpalves/coherent-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/arthurpalves/coherent-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-syntax.git
[1/1411] Fetching pathkit
[1412/12270] Fetching pathkit, yams
[7276/27650] Fetching pathkit, yams, swift-argument-parser
[15248/98556] Fetching pathkit, yams, swift-argument-parser, swift-syntax
Fetched https://github.com/kylef/PathKit from cache (5.98s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (5.99s)
Fetched https://github.com/jpsim/Yams.git from cache (6.03s)
Fetched https://github.com/apple/swift-syntax.git from cache (6.04s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50500.0 (7.40s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.51s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.74s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.29s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.74s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.42s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50500.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
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.5.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/27] Write sources
[6/27] Compiling writer.c
[7/27] Write sources
[9/27] Compiling reader.c
[10/27] Compiling atomic-counter.c
[11/27] Compiling parser.c
[12/27] Compiling api.c
[12/27] Write swift-version-8C5A4AE7A8CE2BA.txt
[14/67] Compiling emitter.c
[15/67] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/82] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/82] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[19/83] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[20/83] Emitting module ArgumentParserToolInfo
[21/83] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/84] Wrapping AST for ArgumentParserToolInfo for debugging
[24/122] Emitting module ArgumentParser
[25/122] Compiling ArgumentParser BashCompletionsGenerator.swift
[26/122] Compiling ArgumentParser CompletionsGenerator.swift
[27/122] Compiling ArgumentParser FishCompletionsGenerator.swift
[28/122] Compiling ArgumentParser ZshCompletionsGenerator.swift
[29/122] Compiling ArgumentParser Argument.swift
[30/122] Compiling ArgumentParser ArgumentHelp.swift
[31/122] Compiling ArgumentParser ArgumentVisibility.swift
[32/122] Compiling ArgumentParser CompletionKind.swift
[33/122] Compiling ArgumentParser Errors.swift
[34/122] Compiling ArgumentParser Flag.swift
[35/122] Compiling ArgumentParser NameSpecification.swift
[36/122] Compiling ArgumentParser Option.swift
[37/127] Compiling ArgumentParser OptionGroup.swift
[38/127] Compiling ArgumentParser AsyncParsableCommand.swift
[39/127] Compiling ArgumentParser CommandConfiguration.swift
[40/127] Compiling ArgumentParser CommandGroup.swift
[41/127] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[44/127] 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
[45/127] Compiling ArgumentParser Name.swift
[46/127] Compiling ArgumentParser Parsed.swift
[47/127] Compiling ArgumentParser ParsedValues.swift
[48/127] Compiling ArgumentParser ParserError.swift
[49/127] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | @_implementationOnly import _InternalSwiftSyntaxParser
    |                             `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | @_implementationOnly import _InternalSwiftSyntaxParser
    |                             `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[52/127] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | @_implementationOnly import _InternalSwiftSyntaxParser
    |                             `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[53/127] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | @_implementationOnly import _InternalSwiftSyntaxParser
    |                             `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
[54/127] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | @_implementationOnly import _InternalSwiftSyntaxParser
    |                             `- error: no such module '_InternalSwiftSyntaxParser'
 18 | import Foundation
 19 |
BUILD FAILURE 6.2 android