The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PathKit, reference main (fec0f8), with Swift 6.3 for Android on 15 Apr 2026 16:38:15 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/MFB-Technologies-Inc/PathKit.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/MFB-Technologies-Inc/PathKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fec0f80 Merge pull request #2 from MFB-Technologies-Inc/feature/system-FilePath
Cloned https://github.com/MFB-Technologies-Inc/PathKit.git
Revision (git rev-parse @):
fec0f80a3c613551a440d708a4959ecb9d935476
SUCCESS checkout https://github.com/MFB-Technologies-Inc/PathKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/PathKit.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/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.92s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystem shims.c
[3/4] Write swift-version--4F562202D5529B1.txt
[5/35] Emitting module SystemPackage
[6/39] Compiling SystemPackage SystemString.swift
[7/39] Compiling SystemPackage Util+StringArray.swift
[8/39] Compiling SystemPackage Util.swift
[9/39] Compiling SystemPackage UtilConsumers.swift
[10/39] Compiling SystemPackage FilePath.swift
[11/39] Compiling SystemPackage FilePathComponentView.swift
[12/39] Compiling SystemPackage FilePathComponents.swift
[13/39] Compiling SystemPackage FilePathParsing.swift
[14/39] Compiling SystemPackage FilePathString.swift
[15/39] Compiling SystemPackage Errno.swift
[16/39] Compiling SystemPackage ErrnoWindows.swift
[17/39] Compiling SystemPackage FileDescriptor.swift
[18/39] Compiling SystemPackage FileHelpers.swift
[19/39] Compiling SystemPackage FileOperations.swift
[20/39] Compiling SystemPackage IORing.swift
[21/39] Compiling SystemPackage RawIORequest.swift
[22/39] Compiling SystemPackage Backcompat.swift
[23/39] Compiling SystemPackage CInterop.swift
[24/39] Compiling SystemPackage FilePathSyntax.swift
[25/39] Compiling SystemPackage FilePathTemp.swift
[26/39] Compiling SystemPackage FilePathTempPosix.swift
[27/39] Compiling SystemPackage FilePathTempWindows.swift
[28/39] Compiling SystemPackage FilePathWindows.swift
[29/39] Compiling SystemPackage FilePermissions.swift
[30/39] Compiling SystemPackage IOCompletion.swift
[31/39] Compiling SystemPackage IORequest.swift
[32/39] Compiling SystemPackage Syscalls.swift
[33/39] Compiling SystemPackage WindowsSyscallAdapters.swift
[34/39] Compiling SystemPackage MachPort.swift
[35/39] Compiling SystemPackage PlatformString.swift
[36/39] Compiling SystemPackage Constants.swift
[37/39] Compiling SystemPackage Exports.swift
[38/39] Compiling SystemPackage Mocking.swift
[39/39] Compiling SystemPackage RawBuffer.swift
[41/53] Compiling PathKit Path+Sequence.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[42/53] Compiling PathKit Path+Traversing.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/54] Emitting module PathKit
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[44/54] Compiling PathKit Operators.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[45/54] Compiling PathKit Path+Components.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[46/54] Compiling PathKit Path+Contents.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[47/54] Compiling PathKit Path+Directories.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[48/54] Compiling PathKit Path+FileInfo.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[49/54] Compiling PathKit Path+FileManipulation.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[50/54] Compiling PathKit DefaultFileSystemInfo.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[51/54] Compiling PathKit FileSystemInfo.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[52/54] Compiling PathKit Path+Globbing.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[53/54] Compiling PathKit Path+PathInfo.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[54/54] Compiling PathKit Path.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
BUILD FAILURE 6.3 android