Build Information
Failed to build SwiftGraphs, reference 0.0.1 (6fe6dc), with Swift 6.2 for Android on 17 Jun 2025 18:52:45 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbromberger/swiftgraphs.git
Reference: 0.0.1
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/sbromberger/swiftgraphs
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 6fe6dc9 more public
Cloned https://github.com/sbromberger/swiftgraphs.git
Revision (git rev-parse @):
6fe6dc9a3899da9d056ce5b2793b304a719f0781
SUCCESS checkout https://github.com/sbromberger/swiftgraphs.git at 0.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/sbromberger/swiftgraphs.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/1024jp/GzipSwift.git
[1/1557] Fetching gzipswift
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.42s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 4.1.0 (1.46s)
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 4.1.0
Building for debugging...
[0/4] Write sources
[2/4] Compiling system-zlib anchor.c
[2/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/6] Emitting module Gzip
[6/6] Compiling Gzip Data+Gzip.swift
[8/20] Compiling SwiftGraphs Time.swift
[9/21] Compiling SwiftGraphs radixSort.swift
[10/21] Compiling SwiftGraphs RandomAccessCollectionExtensions.swift
[11/21] Compiling SwiftGraphs SimpleGraph.swift
[12/21] Compiling SwiftGraphs LineReader.swift
/host/spi-builder-workspace/Sources/SwiftGraphs/LineReader.swift:9:48: error: cannot find type 'FILE' in scope
7 | public let path: String
8 |
9 | fileprivate let file: UnsafeMutablePointer<FILE>!
| `- error: cannot find type 'FILE' in scope
10 |
11 | init?(path: String) {
[13/21] Compiling SwiftGraphs PriorityQueue.swift
/host/spi-builder-workspace/Sources/SwiftGraphs/LineReader.swift:9:48: error: cannot find type 'FILE' in scope
7 | public let path: String
8 |
9 | fileprivate let file: UnsafeMutablePointer<FILE>!
| `- error: cannot find type 'FILE' in scope
10 |
11 | init?(path: String) {
[14/21] Compiling SwiftGraphs Edge.swift
/host/spi-builder-workspace/Sources/SwiftGraphs/LineReader.swift:9:48: error: cannot find type 'FILE' in scope
7 | public let path: String
8 |
9 | fileprivate let file: UnsafeMutablePointer<FILE>!
| `- error: cannot find type 'FILE' in scope
10 |
11 | init?(path: String) {
[15/21] Compiling SwiftGraphs Graph.swift
/host/spi-builder-workspace/Sources/SwiftGraphs/LineReader.swift:9:48: error: cannot find type 'FILE' in scope
7 | public let path: String
8 |
9 | fileprivate let file: UnsafeMutablePointer<FILE>!
| `- error: cannot find type 'FILE' in scope
10 |
11 | init?(path: String) {
[16/21] Compiling SwiftGraphs UnsafeArray.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/21] Emitting module SwiftGraphs
/host/spi-builder-workspace/Sources/SwiftGraphs/LineReader.swift:9:48: error: cannot find type 'FILE' in scope
7 | public let path: String
8 |
9 | fileprivate let file: UnsafeMutablePointer<FILE>!
| `- error: cannot find type 'FILE' in scope
10 |
11 | init?(path: String) {
[18/21] Compiling SwiftGraphs AbstractGraph.swift
[19/21] Compiling SwiftGraphs Degeneracy.swift
[20/21] Compiling SwiftGraphs DiGraph.swift
[21/21] Compiling SwiftGraphs Dijkstra.swift
BUILD FAILURE 6.2 android