Build Information
Failed to build swift-package-factory, reference v0.1.0 (2b27eb
), with Swift 6.2 (beta) for Android on 20 Jun 2025 03:05:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/tayloraswift/swift-package-factory.git
Reference: v0.1.0
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/tayloraswift/swift-package-factory
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at 2b27eb0 add license and readme
Cloned https://github.com/tayloraswift/swift-package-factory.git
Revision (git rev-parse @):
2b27eb00e8011423edfb02fa70dd4c2c5f03cf16
SUCCESS checkout https://github.com/tayloraswift/swift-package-factory.git at v0.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/tayloraswift/swift-package-factory.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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-syntax.git
[1/70906] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.84s)
Fetching https://github.com/kelvin13/swift-system-extras.git
[1/40] Fetching swift-system-extras
Fetched https://github.com/kelvin13/swift-system-extras.git from cache (0.26s)
Computing version for https://github.com/kelvin13/swift-system-extras.git
Computed https://github.com/kelvin13/swift-system-extras.git at 0.2.0 (0.68s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.11s)
Creating working copy for https://github.com/kelvin13/swift-system-extras.git
Working copy of https://github.com/kelvin13/swift-system-extras.git resolved at 0.2.0
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
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at swift-DEVELOPMENT-SNAPSHOT-2022-08-15-a (59c93fc)
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/ValidExamples/OtherAttributes.spf
/host/spi-builder-workspace/Examples/ValidExamples/Scopes.spf
/host/spi-builder-workspace/Examples/ValidExamples/Zip.spf
/host/spi-builder-workspace/Examples/ValidExamples/Basic.spf
/host/spi-builder-workspace/Examples/ValidExamples/Nested.spf
/host/spi-builder-workspace/Examples/ValidExamples/DocComments.spf
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidBasis.spf
/host/spi-builder-workspace/Examples/InvalidExamples/UndefinedBasis.spf
/host/spi-builder-workspace/Examples/InvalidExamples/IdentifierSafety.spf
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidBasisSyntax.spf
[1/1] Compiling plugin FactoryPlugin
Building for debugging...
[1/44] Write sources
[15/44] Compiling atomic-counter.c
[17/44] Write swift-version-8C5A4AE7A8CE2BA.txt
[18/44] Compiling CSystem shims.c
[21/189] Emitting module FactoryPluginInvalidExampleTarget
[22/189] Emitting module SystemPackage
[23/192] Compiling FactoryPluginValidExampleTarget Zip.spf.swift
[24/192] Compiling FactoryPluginValidExampleTarget Scopes.spf.swift
[25/192] Compiling FactoryPluginInvalidExampleTarget InvalidMatrix.spf.swift
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf.swift:5:9: warning: variable 'x' was never used; consider replacing with '_' or removing it [#no-usage]
3 |
4 | // this works because this is a declaration
5 | var x:Int = 0
| `- warning: variable 'x' was never used; consider replacing with '_' or removing it [#no-usage]
6 |
7 | // this works because this is a declaration
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf.swift:8:9: warning: variable 'y' was never used; consider replacing with '_' or removing it [#no-usage]
6 |
7 | // this works because this is a declaration
8 | var y:Int = 0
| `- warning: variable 'y' was never used; consider replacing with '_' or removing it [#no-usage]
9 |
10 | // this works because this is a declaration
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf.swift:11:9: warning: variable 'z' was never used; consider replacing with '_' or removing it [#no-usage]
9 |
10 | // this works because this is a declaration
11 | var z:Int = 0
| `- warning: variable 'z' was never used; consider replacing with '_' or removing it [#no-usage]
12 |
13 | #if NEVER
[26/193] Compiling SystemPackage MachPort.swift
[27/193] Compiling SystemPackage PlatformString.swift
[28/193] Compiling SystemPackage SystemString.swift
[29/193] Compiling FactoryPluginValidExampleTarget OtherAttributes.spf.swift
[31/193] Compiling SwiftSyntax AbsolutePosition.swift
[32/193] Compiling SwiftSyntax AtomicCounter.swift
[33/193] Compiling SwiftSyntax BumpPtrAllocator.swift
[34/193] Compiling SwiftSyntax CNodes.swift
[35/193] Compiling FactoryPluginValidExampleTarget Nested.spf.swift
[36/193] Compiling FactoryPluginValidExampleTarget Basic.spf.swift
[37/193] Emitting module FactoryPluginValidExampleTarget
[38/193] Compiling FactoryPluginValidExampleTarget DocComments.spf.swift
[43/194] Compiling SwiftSyntax IncrementalParseTransition.swift
[44/194] Compiling SwiftSyntax RawSyntax+CSwiftSyntax.swift
[46/199] Compiling SystemPackage Util+StringArray.swift
[47/199] Compiling SystemPackage Util.swift
[48/199] Compiling SystemPackage UtilConsumers.swift
[60/207] Compiling SwiftSyntax RawSyntax.swift
[61/207] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[62/207] Emitting module SystemPackage
[67/207] Compiling SystemPackage Util+StringArray.swift
[68/207] Compiling SystemPackage Util.swift
[69/207] Compiling SystemPackage UtilConsumers.swift
[70/207] Compiling SystemPackage FilePathParsing.swift
[71/207] Compiling SystemPackage FilePathString.swift
[72/207] Compiling SystemPackage FilePathSyntax.swift
[73/207] Compiling SystemPackage FilePathTemp.swift
[74/207] Compiling SystemPackage Mocking.swift
[75/207] Compiling SystemPackage RawBuffer.swift
[76/207] Compiling SystemPackage Syscalls.swift
[77/207] Compiling SystemPackage WindowsSyscallAdapters.swift
[82/207] Compiling SystemPackage Backcompat.swift
[83/207] Compiling SystemPackage CInterop.swift
[84/207] Compiling SystemPackage Constants.swift
[85/207] Compiling SystemPackage Exports.swift
[86/207] Compiling SystemPackage FilePathTempPosix.swift
[87/207] Compiling SystemPackage FilePathTempWindows.swift
[88/207] Compiling SystemPackage FilePathWindows.swift
[89/207] Compiling SystemPackage FilePermissions.swift
[107/209] Wrapping AST for SystemPackage for debugging
[110/215] Compiling SystemExtras FilePath.swift
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:10:8: error: unsupported platform
8 | import Glibc
9 | #else
10 | #error("unsupported platform")
| `- error: unsupported platform
11 | #endif
12 |
[111/215] Compiling SystemExtras FilePath.DirectoryView.swift
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:10:8: error: unsupported platform
8 | import Glibc
9 | #else
10 | #error("unsupported platform")
| `- error: unsupported platform
11 | #endif
12 |
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:51:20: error: cannot find type 'StreamPointer' in scope
49 |
50 | public
51 | var stream:StreamPointer?
| `- error: cannot find type 'StreamPointer' in scope
52 |
53 | /// - Parameter path: The file system path to provide directory entries for, should reference a directory
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:57:51: error: cannot find 'opendir' in scope
55 | init(_ path:FilePath)
56 | {
57 | self.stream = path.withPlatformString(opendir(_:))
| `- error: cannot find 'opendir' in scope
58 | }
59 |
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:57:51: error: converting non-escaping value to '(UnsafePointer<CInterop.PlatformChar>) throws -> Result' (aka '(UnsafePointer<Int8>) throws -> Result') may allow it to escape
55 | init(_ path:FilePath)
56 | {
57 | self.stream = path.withPlatformString(opendir(_:))
| `- error: converting non-escaping value to '(UnsafePointer<CInterop.PlatformChar>) throws -> Result' (aka '(UnsafePointer<Int8>) throws -> Result') may allow it to escape
58 | }
59 |
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:63:30: error: cannot find type 'StreamPointer' in scope
61 | func next() -> Component?
62 | {
63 | guard let stream:StreamPointer = self.stream
| `- error: cannot find type 'StreamPointer' in scope
64 | else
65 | {
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:63:51: error: type of expression is ambiguous without a type annotation
61 | func next() -> Component?
62 | {
63 | guard let stream:StreamPointer = self.stream
| `- error: type of expression is ambiguous without a type annotation
64 | else
65 | {
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:68:49: error: cannot find type 'dirent' in scope
66 | return nil
67 | }
68 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot find type 'dirent' in scope
69 | else
70 | {
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:68:68: error: cannot infer key path type from context; consider explicitly specifying a root type
66 | return nil
67 | }
68 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
69 | else
70 | {
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:73:50: error: cannot find type 'dirent' in scope
71 | fatalError("invalid `dirent` layout")
72 | }
73 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find type 'dirent' in scope
74 | {
75 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:73:60: error: cannot find 'readdir' in scope
71 | fatalError("invalid `dirent` layout")
72 | }
73 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find 'readdir' in scope
74 | {
75 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:73:60: error: type of expression is ambiguous without a type annotation
71 | fatalError("invalid `dirent` layout")
72 | }
73 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: type of expression is ambiguous without a type annotation
74 | {
75 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:94:13: error: cannot find 'closedir' in scope
92 | }
93 |
94 | closedir(stream)
| `- error: cannot find 'closedir' in scope
95 | self.stream = nil
96 | return nil
error: emit-module command failed with exit code 1 (use -v to see invocation)
[112/215] Emitting module SystemExtras
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:10:8: error: unsupported platform
8 | import Glibc
9 | #else
10 | #error("unsupported platform")
| `- error: unsupported platform
11 | #endif
12 |
/host/spi-builder-workspace/.build/checkouts/swift-system-extras/Sources/SystemExtras/FilePath.DirectoryView.swift:51:20: error: cannot find type 'StreamPointer' in scope
49 |
50 | public
51 | var stream:StreamPointer?
| `- error: cannot find type 'StreamPointer' in scope
52 |
53 | /// - Parameter path: The file system path to provide directory entries for, should reference a directory
[113/215] Compiling SystemExtras FilePath.DirectoryView.swift
BUILD FAILURE 6.2 android