Build Information
Failed to build Typology, reference main (dab32c
), with Swift 6.2 (beta) for Android on 18 Jun 2025 07:38:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/MaxDesiatov/typology.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/MaxDesiatov/typology
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dab32c6 Update README.md
Cloned https://github.com/MaxDesiatov/typology.git
Revision (git rev-parse @):
dab32c64d12b433e3ebc59ffbce3c60faafa724c
SUCCESS checkout https://github.com/MaxDesiatov/typology.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/MaxDesiatov/typology.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/onevcat/Rainbow
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/jakeheis/SwiftCLI
[1/1196] Fetching rainbow
[1197/6270] Fetching rainbow, swiftcli
[6271/77152] Fetching rainbow, swiftcli, swift-syntax
Fetched https://github.com/onevcat/Rainbow from cache (4.99s)
Fetched https://github.com/jakeheis/SwiftCLI from cache (5.00s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.04s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50400.0 (5.53s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.74s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 5.3.3 (0.38s)
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 5.3.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50400.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Building for debugging...
[0/16] Write sources
[5/16] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/16] Compiling atomic-counter.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/84] Emitting module SwiftCLI
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/86] Emitting module SwiftSyntax
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[10/91] Compiling SwiftSyntax AbsolutePosition.swift
[11/91] Compiling SwiftSyntax AtomicCounter.swift
[12/91] Compiling SwiftSyntax Diagnostic.swift
[13/91] Compiling SwiftSyntax DiagnosticConsumer.swift
[14/92] Compiling Rainbow XcodeColorsSupport.swift
[15/92] Compiling SwiftCLI ValueBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[16/92] Compiling SwiftCLI VersionCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[17/92] Compiling SwiftSyntax SyntaxBaseNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[18/92] Compiling SwiftSyntax SyntaxBuilders.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[19/92] Compiling SwiftSyntax SyntaxClassification.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[20/92] Compiling Rainbow StringGenerator.swift
[21/92] Compiling Rainbow Style.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[24/92] Compiling Rainbow String+Rainbow.swift
[25/92] Compiling Rainbow Rainbow.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[27/92] Compiling SwiftSyntax DiagnosticEngine.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[28/92] Compiling SwiftSyntax IncrementalParseTransition.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[29/92] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[30/92] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[31/92] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/92] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 | // Check if we are in any term env and the output is a tty.
56 | let termType = getEnvValue("TERM")
57 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
58 | return .console
59 | }
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 | // Check if we are in any term env and the output is a tty.
56 | let termType = getEnvValue("TERM")
57 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
58 | return .console
59 | }
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 | // Check if we are in any term env and the output is a tty.
56 | let termType = getEnvValue("TERM")
57 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
58 | return .console
59 | }
[38/92] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[39/92] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[40/92] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[41/92] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[42/92] Compiling SwiftSyntax SyntaxClassifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[43/92] Compiling SwiftSyntax SyntaxData.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[44/92] Compiling SwiftSyntax SyntaxOtherNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[45/92] Compiling SwiftSyntax SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[46/92] Compiling SwiftSyntax SyntaxVerifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[47/92] Compiling SwiftSyntax Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[52/92] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/CLI.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
BUILD FAILURE 6.2 android