Build Information
Failed to build swift-package-factory, reference master (babb16
), with Swift 6.1 for Android on 28 May 2025 14:29:15 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.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/tayloraswift/swift-package-factory.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at babb16e swift-DEVELOPMENT-SNAPSHOT-2022-12-17-a
Cloned https://github.com/tayloraswift/swift-package-factory.git
Revision (git rev-parse @):
babb16e83198e53da6541cb19978d3e3356a3ab8
SUCCESS checkout https://github.com/tayloraswift/swift-package-factory.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tayloraswift/swift-package-factory.git
https://github.com/tayloraswift/swift-package-factory.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-system-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kelvin13/swift-system-extras.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"branch" : [
"swift-DEVELOPMENT-SNAPSHOT-2022-12-17-a"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "swift-package-factory",
"name" : "swift-package-factory",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "swift-package-factory",
"targets" : [
"swift-package-factory"
],
"type" : {
"executable" : null
}
},
{
"name" : "Factory",
"targets" : [
"Factory"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FactoryPlugin",
"targets" : [
"FactoryPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "swift_package_factory",
"module_type" : "SwiftTarget",
"name" : "swift-package-factory",
"path" : "Sources/swift-package-factory",
"product_memberships" : [
"swift-package-factory",
"FactoryPlugin"
],
"sources" : [
"Main.swift"
],
"target_dependencies" : [
"Factory"
],
"type" : "executable"
},
{
"c99name" : "ValidExamples",
"module_type" : "SwiftTarget",
"name" : "ValidExamples",
"path" : "Examples/ValidExamples",
"sources" : [
"Basic.spf.swift",
"ContainerTypes.spf.swift",
"DocComments.spf.swift",
"Empty.swift",
"Nested.spf.swift",
"OtherAttributes.spf.swift",
"PrimaryAssociatedtypeDowngrade.spf.swift",
"Scopes.spf.swift",
"Zip.spf.swift"
],
"type" : "library"
},
{
"c99name" : "InvalidExamples",
"module_type" : "SwiftTarget",
"name" : "InvalidExamples",
"path" : "Examples/InvalidExamples",
"sources" : [
"InvalidMatrix.spf.swift"
],
"type" : "library"
},
{
"c99name" : "FactoryPlugin",
"module_type" : "PluginTarget",
"name" : "FactoryPlugin",
"path" : "Plugins/FactoryPlugin",
"plugin_capability" : {
"intent" : {
"description" : "generate swift sources from factory sources",
"type" : "custom",
"verb" : "factory"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "factory emits source files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"FactoryPlugin"
],
"sources" : [
"Main.swift",
"MissingTargetError.swift",
"ToolError.swift"
],
"target_dependencies" : [
"swift-package-factory"
],
"type" : "plugin"
},
{
"c99name" : "Factory",
"module_type" : "SwiftTarget",
"name" : "Factory",
"path" : "Sources/Factory",
"product_dependencies" : [
"SystemExtras",
"SwiftSyntax",
"SwiftSyntaxParser",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"swift-package-factory",
"Factory",
"FactoryPlugin"
],
"sources" : [
"Error.swift",
"Factory.swift",
"Instantiator.swift",
"LexicalScope.swift",
"Loop.swift",
"MatrixElement.swift",
"Transformer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-syntax.git
[1/70449] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.09s)
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 (1.51s)
Computing version for https://github.com/kelvin13/swift-system-extras.git
Computed https://github.com/kelvin13/swift-system-extras.git at 0.2.0 (2.05s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.38s)
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-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at swift-DEVELOPMENT-SNAPSHOT-2022-12-17-a (e048c1c)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/ValidExamples/DocComments.spf
/host/spi-builder-workspace/Examples/ValidExamples/Zip.spf
/host/spi-builder-workspace/Examples/ValidExamples/Basic.spf
/host/spi-builder-workspace/Examples/ValidExamples/OtherAttributes.spf
/host/spi-builder-workspace/Examples/ValidExamples/PrimaryAssociatedtypeDowngrade.spf
/host/spi-builder-workspace/Examples/ValidExamples/Scopes.spf
/host/spi-builder-workspace/Examples/ValidExamples/Nested.spf
/host/spi-builder-workspace/Examples/ValidExamples/ContainerTypes.spf
warning: 'spi-builder-workspace': found 7 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidRetroProtocol.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
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidBasis.spf
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidRetro.spf
[1/1] Compiling plugin FactoryPlugin
Building for debugging...
[1/66] Write sources
[25/66] Compiling CSystem shims.c
[27/66] Write swift-version-24593BA9C3E375BF.txt
[29/204] Emitting module InvalidExamples
[30/209] Compiling InvalidExamples 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
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
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
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
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
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
12 |
13 | #if NEVER
[31/210] Compiling ValidExamples Scopes.spf.swift
[32/211] Compiling SwiftSyntax SyntaxRewriter.swift
[33/211] Compiling SwiftSyntax SyntaxTraits.swift
[34/211] Compiling SwiftSyntax SyntaxTransform.swift
[35/211] Emitting module ValidExamples
[36/211] Compiling ValidExamples DocComments.spf.swift
[37/214] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[38/214] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[39/214] Compiling SwiftSyntax CommonAncestor.swift
[40/214] Compiling SwiftSyntax IncrementalParseTransition.swift
[41/214] Compiling SwiftSyntax MemoryLayout.swift
[42/214] Compiling SwiftSyntax RawSyntax.swift
[43/214] Compiling SwiftSyntax RawSyntaxValidation.swift
[44/214] Compiling SwiftSyntax SourceLength.swift
[45/214] Compiling SwiftSyntax AbsolutePosition.swift
[46/214] Compiling SwiftSyntax BumpPtrAllocator.swift
[47/214] Emitting module SystemPackage
[50/214] Compiling SwiftSyntax RawSyntaxTokenView.swift
[51/214] Compiling SwiftSyntax RawSyntaxNodes.swift
[52/214] Compiling ValidExamples Empty.swift
[53/214] Compiling SwiftSyntax SourceLocation.swift
[54/214] Compiling SwiftSyntax SourcePresence.swift
[55/214] Compiling SwiftSyntax Syntax.swift
[56/214] Compiling SwiftSyntax SyntaxArena.swift
[57/214] Compiling SwiftSyntax SyntaxChildren.swift
[59/219] Compiling ValidExamples OtherAttributes.spf.swift
[60/219] Compiling ValidExamples PrimaryAssociatedtypeDowngrade.spf.swift
[61/219] Compiling ValidExamples Nested.spf.swift
[62/219] Emitting module SystemPackage
[70/219] Compiling ValidExamples Zip.spf.swift
[72/223] Compiling SystemPackage Util+StringArray.swift
[73/223] Compiling SystemPackage Util.swift
[74/223] Compiling SystemPackage UtilConsumers.swift
[86/223] Compiling SwiftSyntax SyntaxBaseNodes.swift
[87/223] Compiling SwiftSyntax SyntaxEnum.swift
[88/223] Compiling SwiftSyntax SyntaxKind.swift
[89/223] Compiling SwiftSyntax SyntaxCollections.swift
[90/223] Compiling SwiftSyntax SyntaxFactory.swift
[96/223] Compiling SwiftSyntax Misc.swift
[97/223] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[98/224] Wrapping AST for SystemPackage for debugging
[100/227] Compiling SystemExtras FilePath.DirectoryView.swift
[101/227] Compiling SystemExtras FilePath.swift
[102/227] Emitting module SystemExtras
[116/229] Wrapping AST for SystemExtras for debugging
[117/229] Wrapping AST for SystemPackage for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[119/232] Compiling SystemExtras FilePath.swift
[120/232] 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
[121/232] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/ValidExamples/Basic.spf
/host/spi-builder-workspace/Examples/ValidExamples/PrimaryAssociatedtypeDowngrade.spf
/host/spi-builder-workspace/Examples/ValidExamples/Zip.spf
/host/spi-builder-workspace/Examples/ValidExamples/OtherAttributes.spf
/host/spi-builder-workspace/Examples/ValidExamples/Scopes.spf
/host/spi-builder-workspace/Examples/ValidExamples/DocComments.spf
/host/spi-builder-workspace/Examples/ValidExamples/Nested.spf
/host/spi-builder-workspace/Examples/ValidExamples/ContainerTypes.spf
warning: 'spi-builder-workspace': found 7 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/InvalidExamples/UndefinedBasis.spf
/host/spi-builder-workspace/Examples/InvalidExamples/IdentifierSafety.spf
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidBasis.spf
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidRetro.spf
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidRetroProtocol.spf
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidBasisSyntax.spf
[0/1] Planning build
[1/1] Compiling plugin FactoryPlugin
Building for debugging...
[1/40] Write swift-version-24593BA9C3E375BF.txt
[3/183] Compiling InvalidExamples 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
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
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
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
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
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
12 |
13 | #if NEVER
[4/183] Emitting module InvalidExamples
[6/184] Compiling ValidExamples Scopes.spf.swift
[7/184] Compiling ValidExamples PrimaryAssociatedtypeDowngrade.spf.swift
[8/185] Compiling ValidExamples OtherAttributes.spf.swift
[9/185] Compiling ValidExamples Empty.swift
[10/185] Compiling ValidExamples DocComments.spf.swift
[11/185] Emitting module ValidExamples
[12/185] Compiling ValidExamples Nested.spf.swift
[13/185] Compiling SystemPackage FileOperations.swift
[14/185] Compiling SystemPackage FilePath.swift
[15/185] Compiling ValidExamples Zip.spf.swift
[17/186] Emitting module SystemPackage
[18/189] Compiling SystemPackage FilePathTempPosix.swift
[19/189] Compiling SystemPackage FilePathTempWindows.swift
[20/189] Compiling SystemPackage FilePathWindows.swift
[21/189] Compiling SystemPackage FilePermissions.swift
[22/192] Compiling SystemPackage MachPort.swift
[23/192] Compiling SystemPackage PlatformString.swift
[24/192] Compiling SystemPackage SystemString.swift
[25/192] Compiling SystemPackage Backcompat.swift
[26/192] Compiling SystemPackage CInterop.swift
[27/192] Compiling SystemPackage Constants.swift
[28/192] Compiling SystemPackage Exports.swift
[29/192] Compiling SystemPackage Mocking.swift
[30/192] Compiling SystemPackage RawBuffer.swift
[31/192] Compiling SystemPackage Syscalls.swift
[32/192] Compiling SystemPackage WindowsSyscallAdapters.swift
[33/192] Compiling SystemPackage Util+StringArray.swift
[34/192] Compiling SystemPackage Util.swift
[35/192] Compiling SystemPackage UtilConsumers.swift
[40/192] Compiling SystemPackage FilePathString.swift
[41/192] Compiling SystemPackage FilePathSyntax.swift
[42/192] Compiling SystemPackage FilePathTemp.swift
[47/192] Compiling SystemPackage FilePathParsing.swift
[62/192] Compiling SystemPackage Errno.swift
[63/192] Compiling SystemPackage ErrnoWindows.swift
[64/192] Compiling SystemPackage FileDescriptor.swift
[65/192] Compiling SystemPackage FileHelpers.swift
[68/192] Compiling SystemPackage FilePathComponentView.swift
[69/192] Compiling SystemPackage FilePathComponents.swift
[74/193] Emitting module SystemPackage
[80/194] Wrapping AST for SystemPackage for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[83/200] 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
[84/200] 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
[86/200] Emitting module SystemExtras
[87/200] Compiling SystemExtras FilePath.swift
BUILD FAILURE 6.1 android