The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build PathKit, reference main (fec0f8), with Swift 6.2 (beta) for Android on 22 Jun 2025 23:52:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/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.2
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" 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/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.17s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/4] Compiling CSystem shims.c
[5/32] Compiling SystemPackage FilePathTempPosix.swift
[6/32] Compiling SystemPackage FilePathTempWindows.swift
[7/32] Compiling SystemPackage FilePathWindows.swift
[8/32] Compiling SystemPackage FilePermissions.swift
[9/32] Compiling SystemPackage FileOperations.swift
[10/32] Compiling SystemPackage FilePath.swift
[11/32] Compiling SystemPackage FilePathComponentView.swift
[12/32] Compiling SystemPackage FilePathComponents.swift
[13/35] Emitting module SystemPackage
[14/35] Compiling SystemPackage Errno.swift
[15/35] Compiling SystemPackage ErrnoWindows.swift
[16/35] Compiling SystemPackage FileDescriptor.swift
[17/35] Compiling SystemPackage FileHelpers.swift
[18/35] Compiling SystemPackage Util+StringArray.swift
[19/35] Compiling SystemPackage Util.swift
[20/35] Compiling SystemPackage UtilConsumers.swift
[21/35] Compiling SystemPackage FilePathParsing.swift
[22/35] Compiling SystemPackage FilePathString.swift
[23/35] Compiling SystemPackage FilePathSyntax.swift
[24/35] Compiling SystemPackage FilePathTemp.swift
[25/35] Compiling SystemPackage MachPort.swift
[26/35] Compiling SystemPackage PlatformString.swift
[27/35] Compiling SystemPackage SystemString.swift
[28/35] Compiling SystemPackage Mocking.swift
[29/35] Compiling SystemPackage RawBuffer.swift
[30/35] Compiling SystemPackage Syscalls.swift
[31/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[32/35] Compiling SystemPackage Backcompat.swift
[33/35] Compiling SystemPackage CInterop.swift
[34/35] Compiling SystemPackage Constants.swift
[35/35] Compiling SystemPackage Exports.swift
[37/49] 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
[38/50] 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
[39/50] 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
[40/50] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/50] 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
[42/50] 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
[43/50] 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
[44/50] 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
[45/50] 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
[46/50] 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/50] 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/50] 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
[49/50] 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
[50/50] 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.2 android