Build Information
Failed to build Stencil, reference 0.16.1 (0126cb
), with Swift 6.2 (beta) for Android on 22 Jun 2025 23:52:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/Stencil.git
Reference: 0.16.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/MFB-Technologies-Inc/Stencil
* tag 0.16.1 -> FETCH_HEAD
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 0.16.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
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-3":/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/MFB-Technologies-Inc/PathKit.git
[9/890] Fetching pathkit
Fetched https://github.com/MFB-Technologies-Inc/PathKit.git from cache (0.41s)
Computing version for https://github.com/MFB-Technologies-Inc/PathKit.git
Computed https://github.com/MFB-Technologies-Inc/PathKit.git at 1.0.2 (1.62s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (9.37s)
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.5.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling CSystem shims.c
[4/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/33] Emitting module SystemPackage
[7/36] Compiling SystemPackage FileOperations.swift
[8/36] Compiling SystemPackage FilePath.swift
[9/36] Compiling SystemPackage FilePathComponentView.swift
[10/36] Compiling SystemPackage FilePathComponents.swift
[11/36] Compiling SystemPackage MachPort.swift
[12/36] Compiling SystemPackage PlatformString.swift
[13/36] Compiling SystemPackage SystemString.swift
[14/36] Compiling SystemPackage Util+StringArray.swift
[15/36] Compiling SystemPackage Util.swift
[16/36] Compiling SystemPackage UtilConsumers.swift
[17/36] Compiling SystemPackage Mocking.swift
[18/36] Compiling SystemPackage RawBuffer.swift
[19/36] Compiling SystemPackage Syscalls.swift
[20/36] Compiling SystemPackage WindowsSyscallAdapters.swift
[21/36] Compiling SystemPackage FilePathTempPosix.swift
[22/36] Compiling SystemPackage FilePathTempWindows.swift
[23/36] Compiling SystemPackage FilePathWindows.swift
[24/36] Compiling SystemPackage FilePermissions.swift
[25/36] Compiling SystemPackage Errno.swift
[26/36] Compiling SystemPackage ErrnoWindows.swift
[27/36] Compiling SystemPackage FileDescriptor.swift
[28/36] Compiling SystemPackage FileHelpers.swift
[29/36] Compiling SystemPackage FilePathParsing.swift
[30/36] Compiling SystemPackage FilePathString.swift
[31/36] Compiling SystemPackage FilePathSyntax.swift
[32/36] Compiling SystemPackage FilePathTemp.swift
[33/36] Compiling SystemPackage Backcompat.swift
[34/36] Compiling SystemPackage CInterop.swift
[35/36] Compiling SystemPackage Constants.swift
[36/36] Compiling SystemPackage Exports.swift
[38/50] 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
[39/50] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/51] 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
[41/51] 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
[42/51] 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
[43/51] 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
[44/51] 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
[45/51] 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
[46/51] 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
[47/51] 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
[48/51] 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
[49/51] 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/51] 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/51] 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
BUILD FAILURE 6.2 android