Build Information
Failed to build Flint, reference 0.2.0 (66d039
), with Swift 6.2 (beta) for Android on 18 Jun 2025 12:04:26 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/flintprocessor/Flint.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/flintprocessor/Flint
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 66d039a Merge branch 'develop'
Cloned https://github.com/flintprocessor/Flint.git
Revision (git rev-parse @):
66d039a200a7ccd4f347f8bf1aecef1576ff2311
SUCCESS checkout https://github.com/flintprocessor/Flint.git at 0.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/flintprocessor/Flint.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/jasonnam/PathFinder
[1/376] Fetching pathfinder
Fetched https://github.com/jasonnam/PathFinder from cache (0.33s)
Fetching https://github.com/flintbox/Motor
Fetching https://github.com/flintbox/Work
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/flintbox/ANSIEscapeCode
[1/44] Fetching motor
[22/68] Fetching motor, work
[62/117] Fetching motor, work, ansiescapecode
Fetching https://github.com/flintbox/Bouncer
Fetched https://github.com/flintbox/ANSIEscapeCode from cache (0.52s)
[62/10927] Fetching motor, work, yams
[1691/11137] Fetching motor, work, yams, bouncer
Fetched https://github.com/flintbox/Bouncer from cache (0.46s)
[3971/10927] Fetching motor, work, yams
Fetched https://github.com/flintbox/Work from cache (2.33s)
Fetched https://github.com/flintbox/Motor from cache (2.33s)
Fetched https://github.com/jpsim/Yams.git from cache (2.38s)
Computing version for https://github.com/flintbox/ANSIEscapeCode
Computed https://github.com/flintbox/ANSIEscapeCode at 0.1.1 (2.95s)
Computing version for https://github.com/flintbox/Work
Computed https://github.com/flintbox/Work at 0.1.1 (0.48s)
Computing version for https://github.com/flintbox/Motor
Computed https://github.com/flintbox/Motor at 0.1.2 (0.46s)
Computing version for https://github.com/flintbox/Bouncer
Computed https://github.com/flintbox/Bouncer at 0.1.3 (0.49s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 1.0.2 (2.74s)
Creating working copy for https://github.com/flintbox/Motor
Working copy of https://github.com/flintbox/Motor resolved at 0.1.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 1.0.2
Creating working copy for https://github.com/jasonnam/PathFinder
Working copy of https://github.com/jasonnam/PathFinder resolved at develop (ff5bdaf)
Creating working copy for https://github.com/flintbox/Bouncer
Working copy of https://github.com/flintbox/Bouncer resolved at 0.1.3
Creating working copy for https://github.com/flintbox/ANSIEscapeCode
Working copy of https://github.com/flintbox/ANSIEscapeCode resolved at 0.1.1
Creating working copy for https://github.com/flintbox/Work
Working copy of https://github.com/flintbox/Work resolved at 0.1.1
Building for debugging...
[0/23] Write sources
[7/23] Compiling writer.c
[8/23] Compiling reader.c
[9/23] Write swift-version-8C5A4AE7A8CE2BA.txt
[10/39] Compiling parser.c
[11/43] Compiling api.c
[12/60] Compiling emitter.c
[13/60] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/75] Emitting module PathFinder
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Attributes.swift:111:44: error: cannot find type 'OSType' in scope
109 | /// The key in a file attribute dictionary whose
110 | /// value indicates the file's HFS creator code.
111 | public func hfsCreatorCode() throws -> OSType {
| `- error: cannot find type 'OSType' in scope
112 | return (try attributes() as NSDictionary).fileHFSCreatorCode()
113 | }
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Attributes.swift:117:41: error: cannot find type 'OSType' in scope
115 | /// The key in a file attribute dictionary whose
116 | /// value indicates the file's HFS type code.
117 | public func hfsTypeCode() throws -> OSType {
| `- error: cannot find type 'OSType' in scope
118 | return (try attributes() as NSDictionary).fileHFSTypeCode()
119 | }
[16/76] Compiling Yams Node.Scalar.swift
[17/76] Compiling Yams Node.Sequence.swift
[18/76] Compiling Yams Mark.swift
[19/76] Compiling Yams Node.Mapping.swift
[20/78] Compiling Yams YamlError.swift
[21/78] Compiling Yams shim.swift
[22/78] Compiling PathFinder Path.swift
[23/78] Compiling Yams Constructor.swift
[24/78] Compiling Yams Decoder.swift
[25/78] Emitting module Yams
[26/78] Compiling Yams Emitter.swift
[27/78] Compiling Yams Encoder.swift
[28/78] Compiling ANSIEscapeCode Scroll.swift
[29/78] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[30/78] Compiling ANSIEscapeCode EraseInLineType.swift
[31/78] Compiling PathFinder Path+Directory.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Directory.swift:44:54: error: value of type 'FileManager' has no member 'containerURL'
42 | public static func containerURL(forSecurityApplicationGroupIdentifier
43 | securityApplicationGroupIdentifier: String) -> Path? {
44 | guard let containerURL = FileManager.default.containerURL(
| `- error: value of type 'FileManager' has no member 'containerURL'
45 | forSecurityApplicationGroupIdentifier: securityApplicationGroupIdentifier) else { return nil }
46 | return Path(url: containerURL)
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Directory.swift:72:38: error: cannot find 'NSOpenStepRootDirectory' in scope
70 | /// Returns the root directory of the user’s system.
71 | public static var openStepRootDirectory: Path {
72 | return Path(fileURLWithPath: NSOpenStepRootDirectory())
| `- error: cannot find 'NSOpenStepRootDirectory' in scope
73 | }
74 |
[32/79] Compiling PathFinder Path+URL.swift
[33/79] Compiling Work WorkResult.swift
[34/79] Emitting module ANSIEscapeCode
[38/79] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[42/79] Emitting module Bouncer
[45/79] Compiling PathFinder Path+Operator.swift
[46/79] Compiling PathFinder Path+Subscript.swift
[51/80] Compiling Yams Representer.swift
[52/80] Compiling Yams Resolver.swift
[53/80] Compiling Yams String+Yams.swift
[54/80] Compiling Yams Tag.swift
[55/80] Compiling Yams Node.swift
[56/80] Compiling Yams Parser.swift
[57/80] Compiling ANSIEscapeCode EraseInDisplayType.swift
[58/80] Compiling Work String+Trimming.swift
[59/80] Emitting module Work
[60/80] Compiling Work Work.swift
[61/80] Compiling PathFinder ReadAttributesError.swift
[62/80] Compiling PathFinder Path+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Attributes.swift:111:44: error: cannot find type 'OSType' in scope
109 | /// The key in a file attribute dictionary whose
110 | /// value indicates the file's HFS creator code.
111 | public func hfsCreatorCode() throws -> OSType {
| `- error: cannot find type 'OSType' in scope
112 | return (try attributes() as NSDictionary).fileHFSCreatorCode()
113 | }
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Attributes.swift:117:41: error: cannot find type 'OSType' in scope
115 | /// The key in a file attribute dictionary whose
116 | /// value indicates the file's HFS type code.
117 | public func hfsTypeCode() throws -> OSType {
| `- error: cannot find type 'OSType' in scope
118 | return (try attributes() as NSDictionary).fileHFSTypeCode()
119 | }
[67/81] Compiling Bouncer CommandParsingError.swift
BUILD FAILURE 6.2 android