The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftGraphs, reference 0.0.1 (6fe6dc), with Swift 6.3 for Android on 10 Apr 2026 15:22:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/sbromberger/swiftgraphs.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/1024jp/GzipSwift.git
[1/1557] Fetching gzipswift
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.26s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 4.1.0 (0.69s)
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
[3/4] Write swift-version--4F562202D5529B1.txt
[5/6] Emitting module Gzip
[6/6] Compiling Gzip Data+Gzip.swift
[8/20] Compiling SwiftGraphs RandomAccessCollectionExtensions.swift
[9/20] Compiling SwiftGraphs SimpleGraph.swift
[10/20] Compiling SwiftGraphs Time.swift
[11/20] Compiling SwiftGraphs UnsafeArray.swift
[12/20] 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) {
[13/20] 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) {
[14/20] 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) {
[15/20] 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) {
[16/21] Compiling SwiftGraphs radixSort.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/21] Compiling SwiftGraphs AbstractGraph.swift
[18/21] Compiling SwiftGraphs Degeneracy.swift
[19/21] Compiling SwiftGraphs DiGraph.swift
[20/21] Compiling SwiftGraphs Dijkstra.swift
[21/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) {
BUILD FAILURE 6.3 android