Build Information
Failed to build PathKit, reference 1.0.2 (fec0f8
), with Swift 6.1 for Android on 30 May 2025 06:53:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/PathKit.git
Reference: 1.0.2
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
* tag 1.0.2 -> FETCH_HEAD
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 1.0.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/MFB-Technologies-Inc/PathKit.git
https://github.com/MFB-Technologies-Inc/PathKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
}
],
"manifest_display_name" : "PathKit",
"name" : "PathKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "PathKit",
"targets" : [
"PathKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PathKitTests",
"module_type" : "SwiftTarget",
"name" : "PathKitTests",
"path" : "Tests/PathKitTests",
"sources" : [
"PathKitTests.swift",
"ThrowError.swift"
],
"target_dependencies" : [
"PathKit"
],
"type" : "test"
},
{
"c99name" : "PathKit",
"module_type" : "SwiftTarget",
"name" : "PathKit",
"path" : "Sources/PathKit",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"PathKit"
],
"sources" : [
"Internal/DefaultFileSystemInfo.swift",
"Internal/FileSystemInfo.swift",
"Operators.swift",
"Path+Components.swift",
"Path+Contents.swift",
"Path+Directories.swift",
"Path+FileInfo.swift",
"Path+FileManipulation.swift",
"Path+Globbing.swift",
"Path+PathInfo.swift",
"Path+Sequence.swift",
"Path+Traversing.swift",
"Path.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.49s)
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] Compiling CSystem shims.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/32] Compiling SystemPackage Errno.swift
[6/32] Compiling SystemPackage ErrnoWindows.swift
[7/32] Compiling SystemPackage FileDescriptor.swift
[8/32] Compiling SystemPackage FileHelpers.swift
[9/32] Emitting module SystemPackage
[10/35] Compiling SystemPackage MachPort.swift
[11/35] Compiling SystemPackage PlatformString.swift
[12/35] Compiling SystemPackage SystemString.swift
[13/35] Compiling SystemPackage FilePathTempPosix.swift
[14/35] Compiling SystemPackage FilePathTempWindows.swift
[15/35] Compiling SystemPackage FilePathWindows.swift
[16/35] Compiling SystemPackage FilePermissions.swift
[17/35] Compiling SystemPackage FileOperations.swift
[18/35] Compiling SystemPackage FilePath.swift
[19/35] Compiling SystemPackage FilePathComponentView.swift
[20/35] Compiling SystemPackage FilePathComponents.swift
[21/35] Compiling SystemPackage Util+StringArray.swift
[22/35] Compiling SystemPackage Util.swift
[23/35] Compiling SystemPackage UtilConsumers.swift
[24/35] Compiling SystemPackage Mocking.swift
[25/35] Compiling SystemPackage RawBuffer.swift
[26/35] Compiling SystemPackage Syscalls.swift
[27/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[28/35] Compiling SystemPackage FilePathParsing.swift
[29/35] Compiling SystemPackage FilePathString.swift
[30/35] Compiling SystemPackage FilePathSyntax.swift
[31/35] Compiling SystemPackage FilePathTemp.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/49] 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
[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 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
[40/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
[41/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
[42/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
[43/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
[44/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
[45/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
[46/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
[47/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
[48/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
[49/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
[50/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/29] Emitting module SystemPackage
[3/32] Compiling SystemPackage FilePathTempPosix.swift
[4/32] Compiling SystemPackage FilePathTempWindows.swift
[5/32] Compiling SystemPackage FilePathWindows.swift
[6/32] Compiling SystemPackage FilePermissions.swift
[7/32] Compiling SystemPackage Mocking.swift
[8/32] Compiling SystemPackage RawBuffer.swift
[9/32] Compiling SystemPackage Syscalls.swift
[10/32] Compiling SystemPackage WindowsSyscallAdapters.swift
[11/32] Compiling SystemPackage MachPort.swift
[12/32] Compiling SystemPackage PlatformString.swift
[13/32] Compiling SystemPackage SystemString.swift
[14/32] Compiling SystemPackage Backcompat.swift
[15/32] Compiling SystemPackage CInterop.swift
[16/32] Compiling SystemPackage Constants.swift
[17/32] Compiling SystemPackage Exports.swift
[18/32] Compiling SystemPackage Errno.swift
[19/32] Compiling SystemPackage ErrnoWindows.swift
[20/32] Compiling SystemPackage FileDescriptor.swift
[21/32] Compiling SystemPackage FileHelpers.swift
[22/32] Compiling SystemPackage FileOperations.swift
[23/32] Compiling SystemPackage FilePath.swift
[24/32] Compiling SystemPackage FilePathComponentView.swift
[25/32] Compiling SystemPackage FilePathComponents.swift
[26/32] Compiling SystemPackage Util+StringArray.swift
[27/32] Compiling SystemPackage Util.swift
[28/32] Compiling SystemPackage UtilConsumers.swift
[29/32] Compiling SystemPackage FilePathParsing.swift
[30/32] Compiling SystemPackage FilePathString.swift
[31/32] Compiling SystemPackage FilePathSyntax.swift
[32/32] Compiling SystemPackage FilePathTemp.swift
[34/46] 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
[35/46] 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
[36/46] 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
[37/46] 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
[38/47] 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/47] 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
[40/47] 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
[41/47] 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
[42/47] 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
[43/47] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/47] 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
[45/47] 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
[46/47] 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
[47/47] 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
BUILD FAILURE 6.1 android