The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Stencil, reference main (0126cb), with Swift 6.3 for Android on 15 Apr 2026 16:37:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/Stencil.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/Stencil
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0126cb1 Merge pull request #2 from MFB-Technologies-Inc/feature/concurrency
Cloned https://github.com/MFB-Technologies-Inc/Stencil.git
Revision (git rev-parse @):
0126cb11c1379b4a2ed3698a62ed56a955605896
SUCCESS checkout https://github.com/MFB-Technologies-Inc/Stencil.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/Stencil.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/MFB-Technologies-Inc/PathKit.git
[1/890] Fetching pathkit
Fetched https://github.com/MFB-Technologies-Inc/PathKit.git from cache (0.28s)
Computing version for https://github.com/MFB-Technologies-Inc/PathKit.git
Computed https://github.com/MFB-Technologies-Inc/PathKit.git at 1.0.2 (0.82s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.20s)
Creating working copy for https://github.com/MFB-Technologies-Inc/PathKit.git
Working copy of https://github.com/MFB-Technologies-Inc/PathKit.git resolved at 1.0.2
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/5] Write sources
[3/5] Compiling CSystem shims.c
[4/5] Write swift-version--4F562202D5529B1.txt
[6/36] Emitting module SystemPackage
[7/40] Compiling SystemPackage FilePath.swift
[8/40] Compiling SystemPackage FilePathComponentView.swift
[9/40] Compiling SystemPackage FilePathComponents.swift
[10/40] Compiling SystemPackage FilePathParsing.swift
[11/40] Compiling SystemPackage FilePathString.swift
[12/40] Compiling SystemPackage FilePathWindows.swift
[13/40] Compiling SystemPackage FilePermissions.swift
[14/40] Compiling SystemPackage IOCompletion.swift
[15/40] Compiling SystemPackage IORequest.swift
[16/40] Compiling SystemPackage SystemString.swift
[17/40] Compiling SystemPackage Util+StringArray.swift
[18/40] Compiling SystemPackage Util.swift
[19/40] Compiling SystemPackage UtilConsumers.swift
[20/40] Compiling SystemPackage Errno.swift
[21/40] Compiling SystemPackage ErrnoWindows.swift
[22/40] Compiling SystemPackage FileDescriptor.swift
[23/40] Compiling SystemPackage FileHelpers.swift
[24/40] Compiling SystemPackage FileOperations.swift
[25/40] Compiling SystemPackage IORing.swift
[26/40] Compiling SystemPackage RawIORequest.swift
[27/40] Compiling SystemPackage Backcompat.swift
[28/40] Compiling SystemPackage CInterop.swift
[29/40] Compiling SystemPackage Syscalls.swift
[30/40] Compiling SystemPackage WindowsSyscallAdapters.swift
[31/40] Compiling SystemPackage MachPort.swift
[32/40] Compiling SystemPackage PlatformString.swift
[33/40] Compiling SystemPackage FilePathSyntax.swift
[34/40] Compiling SystemPackage FilePathTemp.swift
[35/40] Compiling SystemPackage FilePathTempPosix.swift
[36/40] Compiling SystemPackage FilePathTempWindows.swift
[37/40] Compiling SystemPackage Constants.swift
[38/40] Compiling SystemPackage Exports.swift
[39/40] Compiling SystemPackage Mocking.swift
[40/40] Compiling SystemPackage RawBuffer.swift
[42/54] Compiling PathKit Path+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit Path.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit Path+Globbing.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit Path+PathInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit DefaultFileSystemInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit FileSystemInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit Operators.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit Path+Components.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit Path+Traversing.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit Path+Contents.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit Path+Directories.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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/55] Compiling PathKit Path+FileInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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
[55/55] Compiling PathKit Path+FileManipulation.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/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