Build Information
Failed to build swift-io, reference master (1cbe8b
), with Swift 6.1 for Android on 30 May 2025 07:36:18 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.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-io.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-io
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1cbe8b2 update gitignore
Cloned https://github.com/tayloraswift/swift-io.git
Revision (git rev-parse @):
1cbe8b229f4dd2dd758183b1dc377b39f474c070
SUCCESS checkout https://github.com/tayloraswift/swift-io.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tayloraswift/swift-io.git
https://github.com/tayloraswift/swift-io.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
}
],
"manifest_display_name" : "swift-io",
"name" : "swift-io",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "SystemIO",
"targets" : [
"SystemIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "System_ArgumentParser",
"targets" : [
"System_ArgumentParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "System_ArgumentParser",
"module_type" : "SwiftTarget",
"name" : "System_ArgumentParser",
"path" : "Sources/System_ArgumentParser",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"System_ArgumentParser"
],
"sources" : [
"FilePath (ext).swift",
"FilePath.Directory (ext).swift"
],
"target_dependencies" : [
"SystemIO"
],
"type" : "library"
},
{
"c99name" : "SystemTests",
"module_type" : "SwiftTarget",
"name" : "SystemTests",
"path" : "Sources/SystemTests",
"sources" : [
"Directories.swift"
],
"target_dependencies" : [
"SystemIO"
],
"type" : "test"
},
{
"c99name" : "SystemIO",
"module_type" : "SwiftTarget",
"name" : "SystemIO",
"path" : "Sources/SystemIO",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"SystemIO",
"System_ArgumentParser"
],
"sources" : [
"FileDescriptor.swift",
"FileError.swift",
"FilePath (ext).swift",
"FilePath.Directory.swift",
"FilePath.DirectoryIterator.Stream.swift",
"FilePath.DirectoryIterator.swift",
"FilePath.DirectoryPointer.swift",
"FilePermissions (ext).swift",
"FilePermissions.Component.swift",
"FileReadError.swift",
"FileSeekError.swift",
"FileStatus.swift",
"FileSystemStats.swift",
"FileType.swift",
"SystemProcess.Environment.swift",
"SystemProcess.EnvironmentEncoder.swift",
"SystemProcess.Stream.swift",
"SystemProcess.swift",
"SystemProcessError.swift",
"lexemes.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 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
Fetching https://github.com/apple/swift-argument-parser
[1/4391] Fetching swift-system
[4392/19777] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.69s)
[3539/15386] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.85s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.51s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.69s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/8] Write sources
[6/8] Write swift-version-24593BA9C3E375BF.txt
[6/8] Compiling CSystem shims.c
[9/38] Emitting module SystemPackage
[10/41] Emitting module ArgumentParserToolInfo
[11/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/42] Compiling SystemPackage Util+StringArray.swift
[13/42] Compiling SystemPackage Util.swift
[14/42] Compiling SystemPackage UtilConsumers.swift
[16/42] Compiling SystemPackage FilePathParsing.swift
[17/42] Compiling SystemPackage FilePathString.swift
[18/42] Compiling SystemPackage FilePathSyntax.swift
[19/42] Compiling SystemPackage FilePathTemp.swift
[20/42] Compiling SystemPackage FileOperations.swift
[21/42] Compiling SystemPackage FilePath.swift
[22/42] Compiling SystemPackage FilePathComponentView.swift
[23/42] Compiling SystemPackage FilePathComponents.swift
[24/42] Compiling SystemPackage FilePathTempPosix.swift
[25/42] Compiling SystemPackage FilePathTempWindows.swift
[26/42] Compiling SystemPackage FilePathWindows.swift
[27/42] Compiling SystemPackage FilePermissions.swift
[28/42] Compiling SystemPackage MachPort.swift
[29/42] Compiling SystemPackage PlatformString.swift
[30/42] Compiling SystemPackage SystemString.swift
[31/42] Compiling SystemPackage Errno.swift
[32/42] Compiling SystemPackage ErrnoWindows.swift
[33/42] Compiling SystemPackage FileDescriptor.swift
[34/42] Compiling SystemPackage FileHelpers.swift
[35/80] Compiling ArgumentParser Argument.swift
[36/80] Compiling ArgumentParser ArgumentHelp.swift
[37/80] Compiling ArgumentParser Name.swift
[38/80] Compiling ArgumentParser Parsed.swift
[39/80] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/80] Compiling ArgumentParser CompletionsGenerator.swift
[41/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/100] Compiling SystemIO FileDescriptor.swift
[45/100] Compiling SystemIO FileError.swift
[46/100] Compiling SystemIO FilePath (ext).swift
[47/100] Compiling SystemIO SystemProcess.Environment.swift
[48/100] Compiling SystemIO SystemProcess.EnvironmentEncoder.swift
[49/100] Emitting module ArgumentParser
[50/105] Compiling ArgumentParser CollectionExtensions.swift
[51/105] Compiling ArgumentParser Platform.swift
[52/105] Compiling ArgumentParser SequenceExtensions.swift
[53/105] Compiling ArgumentParser StringExtensions.swift
[54/105] Compiling ArgumentParser Tree.swift
[55/105] Compiling SystemIO SystemProcess.Stream.swift
[56/105] Compiling SystemIO SystemProcess.swift
[57/105] Compiling SystemIO FileReadError.swift
[58/105] Compiling SystemIO FileSeekError.swift
[59/105] Compiling SystemIO FileStatus.swift
[60/105] Compiling SystemIO FilePath.DirectoryPointer.swift
[61/105] Compiling SystemIO FileSystemStats.swift
[62/105] Compiling SystemIO FileType.swift
[63/105] Compiling SystemIO FilePath.Directory.swift
[64/105] Compiling SystemIO FilePath.DirectoryIterator.Stream.swift
[65/105] Compiling SystemIO FilePath.DirectoryIterator.swift
[66/105] Compiling SystemIO FilePermissions (ext).swift
[67/105] Compiling SystemIO FilePermissions.Component.swift
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:15:15: error: cannot find type 'stat' in scope
13 | {
14 | @usableFromInline
15 | let value:stat
| `- error: cannot find type 'stat' in scope
16 |
17 | private
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:18:16: error: cannot find type 'stat' in scope
16 |
17 | private
18 | init(value:stat)
| `- error: cannot find type 'stat' in scope
19 | {
20 | self.value = value
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:28:30: error: cannot find 'S_IFMT' in scope
26 | func `is`(_ type:FileType) -> Bool
27 | {
28 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
29 | }
30 | }
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:39:20: error: cannot find 'stat' in scope
37 | {
38 | var value:stat = .init()
39 | switch stat($0, &value)
| `- error: cannot find 'stat' in scope
40 | {
41 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:42:48: error: cannot find 'errno' in scope
40 | {
41 | case 0: return .init(value: value)
42 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
43 | }
44 | }
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:38:23: error: cannot find type 'stat' in scope
36 | try path.withPlatformString
37 | {
38 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
39 | switch stat($0, &value)
40 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:36:18: error: type of expression is ambiguous without a type annotation
34 | func status(of path:FilePath) throws -> Self
35 | {
36 | try path.withPlatformString
| `- error: type of expression is ambiguous without a type annotation
37 | {
38 | var value:stat = .init()
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:49:19: error: cannot find type 'stat' in scope
47 | func status(of file:FileDescriptor) throws -> Self
48 | {
49 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
50 | switch fstat(file.rawValue, &value)
51 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:50:16: error: cannot find 'fstat' in scope
48 | {
49 | var value:stat = .init()
50 | switch fstat(file.rawValue, &value)
| `- error: cannot find 'fstat' in scope
51 | {
52 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:53:44: error: cannot find 'errno' in scope
51 | {
52 | case 0: return .init(value: value)
53 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
54 | }
55 | }
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:15:15: error: cannot find type 'stat' in scope
13 | {
14 | @usableFromInline
15 | let value:stat
| `- error: cannot find type 'stat' in scope
16 |
17 | private
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:18:16: error: cannot find type 'stat' in scope
16 |
17 | private
18 | init(value:stat)
| `- error: cannot find type 'stat' in scope
19 | {
20 | self.value = value
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:28:30: error: cannot find 'S_IFMT' in scope
26 | func `is`(_ type:FileType) -> Bool
27 | {
28 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
29 | }
30 | }
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:39:20: error: cannot find 'stat' in scope
37 | {
38 | var value:stat = .init()
39 | switch stat($0, &value)
| `- error: cannot find 'stat' in scope
40 | {
41 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:42:48: error: cannot find 'errno' in scope
40 | {
41 | case 0: return .init(value: value)
42 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
43 | }
44 | }
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:38:23: error: cannot find type 'stat' in scope
36 | try path.withPlatformString
37 | {
38 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
39 | switch stat($0, &value)
40 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:36:18: error: type of expression is ambiguous without a type annotation
34 | func status(of path:FilePath) throws -> Self
35 | {
36 | try path.withPlatformString
| `- error: type of expression is ambiguous without a type annotation
37 | {
38 | var value:stat = .init()
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:49:19: error: cannot find type 'stat' in scope
47 | func status(of file:FileDescriptor) throws -> Self
48 | {
49 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
50 | switch fstat(file.rawValue, &value)
51 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:50:16: error: cannot find 'fstat' in scope
48 | {
49 | var value:stat = .init()
50 | switch fstat(file.rawValue, &value)
| `- error: cannot find 'fstat' in scope
51 | {
52 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:53:44: error: cannot find 'errno' in scope
51 | {
52 | case 0: return .init(value: value)
53 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
54 | }
55 | }
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:15:15: error: cannot find type 'stat' in scope
13 | {
14 | @usableFromInline
15 | let value:stat
| `- error: cannot find type 'stat' in scope
16 |
17 | private
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:18:16: error: cannot find type 'stat' in scope
16 |
17 | private
18 | init(value:stat)
| `- error: cannot find type 'stat' in scope
19 | {
20 | self.value = value
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:28:30: error: cannot find 'S_IFMT' in scope
26 | func `is`(_ type:FileType) -> Bool
27 | {
28 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
29 | }
30 | }
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:39:20: error: cannot find 'stat' in scope
37 | {
38 | var value:stat = .init()
39 | switch stat($0, &value)
| `- error: cannot find 'stat' in scope
40 | {
41 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:42:48: error: cannot find 'errno' in scope
40 | {
41 | case 0: return .init(value: value)
42 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
43 | }
44 | }
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:38:23: error: cannot find type 'stat' in scope
36 | try path.withPlatformString
37 | {
38 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
39 | switch stat($0, &value)
40 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:36:18: error: type of expression is ambiguous without a type annotation
34 | func status(of path:FilePath) throws -> Self
35 | {
36 | try path.withPlatformString
| `- error: type of expression is ambiguous without a type annotation
37 | {
38 | var value:stat = .init()
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:49:19: error: cannot find type 'stat' in scope
47 | func status(of file:FileDescriptor) throws -> Self
48 | {
49 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
50 | switch fstat(file.rawValue, &value)
51 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:50:16: error: cannot find 'fstat' in scope
48 | {
49 | var value:stat = .init()
50 | switch fstat(file.rawValue, &value)
| `- error: cannot find 'fstat' in scope
51 | {
52 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:53:44: error: cannot find 'errno' in scope
51 | {
52 | case 0: return .init(value: value)
53 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
54 | }
55 | }
[75/107] Compiling ArgumentParser ArgumentDefinition.swift
[76/107] Compiling ArgumentParser ArgumentSet.swift
[77/107] Compiling ArgumentParser CommandParser.swift
[78/107] Compiling ArgumentParser InputKey.swift
[79/107] Compiling ArgumentParser InputOrigin.swift
[82/107] Compiling ArgumentParser ParsedValues.swift
[83/107] Compiling ArgumentParser ParserError.swift
[84/107] Compiling ArgumentParser SplitArguments.swift
[85/107] Compiling ArgumentParser DumpHelpGenerator.swift
[86/107] Compiling ArgumentParser HelpCommand.swift
[87/107] Compiling ArgumentParser HelpGenerator.swift
[88/107] Compiling ArgumentParser MessageInfo.swift
[89/107] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:17:34: error: cannot find type 'pid_t' in scope
15 |
16 | private
17 | init(invocation:[String], id:pid_t)
| `- error: cannot find type 'pid_t' in scope
18 | {
19 | self.invocation = invocation
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:20:14: error: property 'id' requires that 'SystemProcess' be a class type
18 | {
19 | self.invocation = invocation
20 | self.id = id
| `- error: property 'id' requires that 'SystemProcess' be a class type
21 | }
22 | }
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:108:13: error: cannot find 'posix_spawn_file_actions_init' in scope
106 | do
107 | {
108 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'posix_spawn_file_actions_init' in scope
109 | }
110 | defer
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:108:44: error: cannot find 'actions' in scope
106 | do
107 | {
108 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'actions' in scope
109 | }
110 | defer
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:112:13: error: cannot find 'posix_spawn_file_actions_destroy' in scope
110 | defer
111 | {
112 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'posix_spawn_file_actions_destroy' in scope
113 | }
114 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:112:47: error: cannot find 'actions' in scope
110 | defer
111 | {
112 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'actions' in scope
113 | }
114 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:117:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
115 | if let stdout:FileDescriptor
116 | {
117 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
118 | }
119 | if let stderr:FileDescriptor
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:117:47: error: cannot find 'actions' in scope
115 | if let stdout:FileDescriptor
116 | {
117 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'actions' in scope
118 | }
119 | if let stderr:FileDescriptor
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:121:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
119 | if let stderr:FileDescriptor
120 | {
121 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
122 | }
123 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:121:47: error: cannot find 'actions' in scope
119 | if let stderr:FileDescriptor
120 | {
121 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'actions' in scope
122 | }
123 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:126:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
124 | for stream:SystemProcess.Stream in streams
125 | {
126 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
127 | }
128 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:126:47: error: cannot find 'actions' in scope
124 | for stream:SystemProcess.Stream in streams
125 | {
126 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'actions' in scope
127 | }
128 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:129:21: error: cannot find type 'pid_t' in scope
127 | }
128 |
129 | var process:pid_t = 0
| `- error: cannot find type 'pid_t' in scope
130 | let status:Int32 = environment.withUnsafePointers
131 | {
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:17: error: cannot find 'posix_spawnp' in scope
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawnp' in scope
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:50: error: cannot find 'actions' in scope
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:138:17: error: cannot find 'posix_spawn' in scope
136 | else
137 | {
138 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawn' in scope
139 | }
140 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:138:55: error: cannot find 'actions' in scope
136 | else
137 | {
138 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
139 | }
140 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:59: error: 'nil' requires a contextual type
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: 'nil' requires a contextual type
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:47: error: extra argument 'id' in call
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: extra argument 'id' in call
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:19: error: missing argument for parameter 'command' in call
38 | {
39 | public
40 | init(command:String?,
| `- note: 'init(command:_:stdout:stderr:duping:echo:with:)' declared here
41 | _ arguments:String?...,
42 | stdout:FileDescriptor? = nil,
:
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: missing argument for parameter 'command' in call
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:31: error: cannot convert value of type '[String]' to expected argument type 'String'
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: cannot convert value of type '[String]' to expected argument type 'String'
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:154:16: error: cannot find 'waitpid' in scope
152 | var status:Int32 = 0
153 |
154 | switch waitpid(self.id, &status, 0)
| `- error: cannot find 'waitpid' in scope
155 | {
156 | case self.id: break
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:154:29: error: property 'id' requires that 'SystemProcess' be a class type
152 | var status:Int32 = 0
153 |
154 | switch waitpid(self.id, &status, 0)
| `- error: property 'id' requires that 'SystemProcess' be a class type
155 | {
156 | case self.id: break
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:156:19: error: property 'id' requires that 'SystemProcess' be a class type
154 | switch waitpid(self.id, &status, 0)
155 | {
156 | case self.id: break
| `- error: property 'id' requires that 'SystemProcess' be a class type
157 | case let status: return .failure(.wait(status, self.invocation))
158 | }
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:17:34: error: cannot find type 'pid_t' in scope
15 |
16 | private
17 | init(invocation:[String], id:pid_t)
| `- error: cannot find type 'pid_t' in scope
18 | {
19 | self.invocation = invocation
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:20:14: error: property 'id' requires that 'SystemProcess' be a class type
18 | {
19 | self.invocation = invocation
20 | self.id = id
| `- error: property 'id' requires that 'SystemProcess' be a class type
21 | }
22 | }
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:108:13: error: cannot find 'posix_spawn_file_actions_init' in scope
106 | do
107 | {
108 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'posix_spawn_file_actions_init' in scope
109 | }
110 | defer
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:108:44: error: cannot find 'actions' in scope
106 | do
107 | {
108 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'actions' in scope
109 | }
110 | defer
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:112:13: error: cannot find 'posix_spawn_file_actions_destroy' in scope
110 | defer
111 | {
112 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'posix_spawn_file_actions_destroy' in scope
113 | }
114 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:112:47: error: cannot find 'actions' in scope
110 | defer
111 | {
112 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'actions' in scope
113 | }
114 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:117:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
115 | if let stdout:FileDescriptor
116 | {
117 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
118 | }
119 | if let stderr:FileDescriptor
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:117:47: error: cannot find 'actions' in scope
115 | if let stdout:FileDescriptor
116 | {
117 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'actions' in scope
118 | }
119 | if let stderr:FileDescriptor
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:121:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
119 | if let stderr:FileDescriptor
120 | {
121 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
122 | }
123 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:121:47: error: cannot find 'actions' in scope
119 | if let stderr:FileDescriptor
120 | {
121 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'actions' in scope
122 | }
123 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:126:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
124 | for stream:SystemProcess.Stream in streams
125 | {
126 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
127 | }
128 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:126:47: error: cannot find 'actions' in scope
124 | for stream:SystemProcess.Stream in streams
125 | {
126 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'actions' in scope
127 | }
128 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:129:21: error: cannot find type 'pid_t' in scope
127 | }
128 |
129 | var process:pid_t = 0
| `- error: cannot find type 'pid_t' in scope
130 | let status:Int32 = environment.withUnsafePointers
131 | {
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:17: error: cannot find 'posix_spawnp' in scope
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawnp' in scope
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:50: error: cannot find 'actions' in scope
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:138:17: error: cannot find 'posix_spawn' in scope
136 | else
137 | {
138 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawn' in scope
139 | }
140 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:138:55: error: cannot find 'actions' in scope
136 | else
137 | {
138 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
139 | }
140 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:59: error: 'nil' requires a contextual type
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: 'nil' requires a contextual type
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:47: error: extra argument 'id' in call
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: extra argument 'id' in call
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:19: error: missing argument for parameter 'command' in call
38 | {
39 | public
40 | init(command:String?,
| `- note: 'init(command:_:stdout:stderr:duping:echo:with:)' declared here
41 | _ arguments:String?...,
42 | stdout:FileDescriptor? = nil,
:
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: missing argument for parameter 'command' in call
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:31: error: cannot convert value of type '[String]' to expected argument type 'String'
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: cannot convert value of type '[String]' to expected argument type 'String'
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:154:16: error: cannot find 'waitpid' in scope
152 | var status:Int32 = 0
153 |
154 | switch waitpid(self.id, &status, 0)
| `- error: cannot find 'waitpid' in scope
155 | {
156 | case self.id: break
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:154:29: error: property 'id' requires that 'SystemProcess' be a class type
152 | var status:Int32 = 0
153 |
154 | switch waitpid(self.id, &status, 0)
| `- error: property 'id' requires that 'SystemProcess' be a class type
155 | {
156 | case self.id: break
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:156:19: error: property 'id' requires that 'SystemProcess' be a class type
154 | switch waitpid(self.id, &status, 0)
155 | {
156 | case self.id: break
| `- error: property 'id' requires that 'SystemProcess' be a class type
157 | case let status: return .failure(.wait(status, self.invocation))
158 | }
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
[95/108] Compiling SystemIO SystemProcessError.swift
[96/108] Compiling SystemIO lexemes.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[98/108] Emitting module SystemIO
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:12:8: error: unsupported platform
10 |
11 | #else
12 | #error("unsupported platform")
| `- error: unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.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/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:20:30: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
18 | {
19 | case unopened(FilePath)
20 | case opened(FilePath.DirectoryPointer?)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
21 | }
22 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:26:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
24 | {
25 | private mutating
26 | func open() throws -> FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
27 | {
28 | switch self
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryPointer.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:15:15: error: cannot find type 'stat' in scope
13 | {
14 | @usableFromInline
15 | let value:stat
| `- error: cannot find type 'stat' in scope
16 |
17 | private
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:18:16: error: cannot find type 'stat' in scope
16 |
17 | private
18 | init(value:stat)
| `- error: cannot find type 'stat' in scope
19 | {
20 | self.value = value
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:28:30: error: cannot find 'S_IFMT' in scope
26 | func `is`(_ type:FileType) -> Bool
27 | {
28 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
29 | }
30 | }
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:17:34: error: cannot find type 'pid_t' in scope
15 |
16 | private
17 | init(invocation:[String], id:pid_t)
| `- error: cannot find type 'pid_t' in scope
18 | {
19 | self.invocation = invocation
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:71:19: error: cannot find type 'statvfs' in scope
69 | func containing(path:FilePath) throws -> Self
70 | {
71 | let stats:statvfs = try withUnsafeTemporaryAllocation(of: statvfs.self, capacity: 1)
| `- error: cannot find type 'statvfs' in scope
72 | {
73 | guard case 0 = statvfs(path.string, &$0[0])
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:82:16: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
80 | }
81 | // Explicit `UInt32 -> UInt` conversion needed on Darwin.
82 | return .init(id: UInt.init(stats.f_fsid),
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
83 | fragmentCount: UInt.init(stats.f_blocks),
84 | fragmentSize: UInt.init(stats.f_frsize),
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:71:19: error: cannot find type 'statvfs' in scope
69 | func containing(path:FilePath) throws -> Self
70 | {
71 | let stats:statvfs = try withUnsafeTemporaryAllocation(of: statvfs.self, capacity: 1)
| `- error: cannot find type 'statvfs' in scope
72 | {
73 | guard case 0 = statvfs(path.string, &$0[0])
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:82:16: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
80 | }
81 | // Explicit `UInt32 -> UInt` conversion needed on Darwin.
82 | return .init(id: UInt.init(stats.f_fsid),
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
83 | fragmentCount: UInt.init(stats.f_blocks),
84 | fragmentSize: UInt.init(stats.f_frsize),
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:53:49: error: cannot find 'environ' in scope
51 | else
52 | {
53 | return try yield(self.inherit ? environ : nil)
| `- error: cannot find 'environ' in scope
54 | }
55 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:57:29: error: cannot find 'environ' in scope
55 |
56 | var inherited:Int = 0
57 | while case _? = environ[inherited]
| `- error: cannot find 'environ' in scope
58 | {
59 | inherited += 1
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:67:53: error: cannot find 'environ' in scope
65 | for i:Int in 0 ..< inherited
66 | {
67 | $0.initializeElement(at: i, to: environ[i])
| `- error: cannot find 'environ' in scope
68 | }
69 | var i:Int = inherited
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:53:49: error: cannot find 'environ' in scope
51 | else
52 | {
53 | return try yield(self.inherit ? environ : nil)
| `- error: cannot find 'environ' in scope
54 | }
55 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:57:29: error: cannot find 'environ' in scope
55 |
56 | var inherited:Int = 0
57 | while case _? = environ[inherited]
| `- error: cannot find 'environ' in scope
58 | {
59 | inherited += 1
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:67:53: error: cannot find 'environ' in scope
65 | for i:Int in 0 ..< inherited
66 | {
67 | $0.initializeElement(at: i, to: environ[i])
| `- error: cannot find 'environ' in scope
68 | }
69 | var i:Int = inherited
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryPointer.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryPointer.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryPointer.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:12:8: error: unsupported platform
10 |
11 | #else
12 | #error("unsupported platform")
| `- error: unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:50: error: cannot find 'getcwd' in scope
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: cannot find 'getcwd' in scope
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:57: error: 'nil' requires a contextual type
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: 'nil' requires a contextual type
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:47:13: error: cannot find 'free' in scope
45 | defer
46 | {
47 | free(buffer)
| `- error: cannot find 'free' in scope
48 | }
49 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.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/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:20:30: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
18 | {
19 | case unopened(FilePath)
20 | case opened(FilePath.DirectoryPointer?)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
21 | }
22 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:26:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
24 | {
25 | private mutating
26 | func open() throws -> FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
27 | {
28 | switch self
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:31:34: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
29 | {
30 | case .unopened(let path):
31 | let pointer:FilePath.DirectoryPointer? = try path.withPlatformString
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
32 | {
33 | if let pointer:FilePath.DirectoryPointer = opendir($0)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:35: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
57 | else
58 | {
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:63: error: type of expression is ambiguous without a type annotation
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: type of expression is ambiguous without a type annotation
57 | else
58 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:45: error: cannot find type 'dirent' in scope
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot find type 'dirent' in scope
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:64: error: cannot infer key path type from context; consider explicitly specifying a root type
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:46: error: cannot find type 'dirent' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find type 'dirent' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: cannot find 'readdir' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find 'readdir' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: type of expression is ambiguous without a type annotation
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: type of expression is ambiguous without a type annotation
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:92:9: error: cannot find 'closedir' in scope
90 | }
91 |
92 | closedir(stream)
| `- error: cannot find 'closedir' in scope
93 | self = .opened(nil)
94 | return nil
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:93:24: error: 'nil' requires a contextual type
91 |
92 | closedir(stream)
93 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
94 | return nil
95 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:39: error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:21: error: type 'Errno' has no member 'opened'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: type 'Errno' has no member 'opened'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:105:9: error: cannot find 'closedir' in scope
103 | }
104 |
105 | closedir(stream)
| `- error: cannot find 'closedir' in scope
106 | self = .opened(nil)
107 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:106:24: error: 'nil' requires a contextual type
104 |
105 | closedir(stream)
106 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
107 | }
108 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:12:8: error: unsupported platform
10 |
11 | #else
12 | #error("unsupported platform")
| `- error: unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:50: error: cannot find 'getcwd' in scope
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: cannot find 'getcwd' in scope
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:57: error: 'nil' requires a contextual type
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: 'nil' requires a contextual type
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:47:13: error: cannot find 'free' in scope
45 | defer
46 | {
47 | free(buffer)
| `- error: cannot find 'free' in scope
48 | }
49 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.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/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:20:30: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
18 | {
19 | case unopened(FilePath)
20 | case opened(FilePath.DirectoryPointer?)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
21 | }
22 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:26:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
24 | {
25 | private mutating
26 | func open() throws -> FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
27 | {
28 | switch self
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:31:34: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
29 | {
30 | case .unopened(let path):
31 | let pointer:FilePath.DirectoryPointer? = try path.withPlatformString
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
32 | {
33 | if let pointer:FilePath.DirectoryPointer = opendir($0)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:35: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
57 | else
58 | {
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:63: error: type of expression is ambiguous without a type annotation
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: type of expression is ambiguous without a type annotation
57 | else
58 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:45: error: cannot find type 'dirent' in scope
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot find type 'dirent' in scope
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:64: error: cannot infer key path type from context; consider explicitly specifying a root type
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:46: error: cannot find type 'dirent' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find type 'dirent' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: cannot find 'readdir' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find 'readdir' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: type of expression is ambiguous without a type annotation
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: type of expression is ambiguous without a type annotation
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:92:9: error: cannot find 'closedir' in scope
90 | }
91 |
92 | closedir(stream)
| `- error: cannot find 'closedir' in scope
93 | self = .opened(nil)
94 | return nil
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:93:24: error: 'nil' requires a contextual type
91 |
92 | closedir(stream)
93 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
94 | return nil
95 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:39: error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:21: error: type 'Errno' has no member 'opened'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: type 'Errno' has no member 'opened'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:105:9: error: cannot find 'closedir' in scope
103 | }
104 |
105 | closedir(stream)
| `- error: cannot find 'closedir' in scope
106 | self = .opened(nil)
107 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:106:24: error: 'nil' requires a contextual type
104 |
105 | closedir(stream)
106 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
107 | }
108 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:12:8: error: unsupported platform
10 |
11 | #else
12 | #error("unsupported platform")
| `- error: unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:50: error: cannot find 'getcwd' in scope
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: cannot find 'getcwd' in scope
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:57: error: 'nil' requires a contextual type
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: 'nil' requires a contextual type
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:47:13: error: cannot find 'free' in scope
45 | defer
46 | {
47 | free(buffer)
| `- error: cannot find 'free' in scope
48 | }
49 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.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/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:20:30: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
18 | {
19 | case unopened(FilePath)
20 | case opened(FilePath.DirectoryPointer?)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
21 | }
22 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:26:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
24 | {
25 | private mutating
26 | func open() throws -> FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
27 | {
28 | switch self
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:31:34: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
29 | {
30 | case .unopened(let path):
31 | let pointer:FilePath.DirectoryPointer? = try path.withPlatformString
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
32 | {
33 | if let pointer:FilePath.DirectoryPointer = opendir($0)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:35: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
57 | else
58 | {
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:63: error: type of expression is ambiguous without a type annotation
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: type of expression is ambiguous without a type annotation
57 | else
58 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:45: error: cannot find type 'dirent' in scope
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot find type 'dirent' in scope
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:64: error: cannot infer key path type from context; consider explicitly specifying a root type
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:46: error: cannot find type 'dirent' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find type 'dirent' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: cannot find 'readdir' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find 'readdir' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: type of expression is ambiguous without a type annotation
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: type of expression is ambiguous without a type annotation
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:92:9: error: cannot find 'closedir' in scope
90 | }
91 |
92 | closedir(stream)
| `- error: cannot find 'closedir' in scope
93 | self = .opened(nil)
94 | return nil
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:93:24: error: 'nil' requires a contextual type
91 |
92 | closedir(stream)
93 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
94 | return nil
95 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:39: error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:21: error: type 'Errno' has no member 'opened'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: type 'Errno' has no member 'opened'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:105:9: error: cannot find 'closedir' in scope
103 | }
104 |
105 | closedir(stream)
| `- error: cannot find 'closedir' in scope
106 | self = .opened(nil)
107 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:106:24: error: 'nil' requires a contextual type
104 |
105 | closedir(stream)
106 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
107 | }
108 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/32] Emitting module ArgumentParserToolInfo
[4/32] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/33] Compiling SystemPackage Backcompat.swift
[7/33] Compiling SystemPackage CInterop.swift
[8/33] Compiling SystemPackage Constants.swift
[9/33] Compiling SystemPackage Exports.swift
[10/36] Emitting module SystemPackage
[11/74] Compiling ArgumentParser Name.swift
[12/74] Compiling ArgumentParser Parsed.swift
[13/74] Compiling ArgumentParser ParsedValues.swift
[14/74] Compiling ArgumentParser ParsableArgumentsValidation.swift
[15/74] Compiling ArgumentParser ParsableCommand.swift
[16/74] Compiling ArgumentParser ArgumentDecoder.swift
[17/74] Compiling ArgumentParser ArgumentDefinition.swift
[18/74] Compiling ArgumentParser OptionGroup.swift
[19/74] Compiling ArgumentParser AsyncParsableCommand.swift
[20/74] Compiling ArgumentParser CommandConfiguration.swift
[21/74] Compiling ArgumentParser Errors.swift
[22/74] Compiling ArgumentParser Flag.swift
[23/74] Compiling ArgumentParser NameSpecification.swift
[24/74] Compiling ArgumentParser Option.swift
[25/74] Compiling ArgumentParser ArgumentSet.swift
[26/74] Compiling ArgumentParser CommandParser.swift
[27/74] Compiling ArgumentParser InputKey.swift
[28/74] Compiling ArgumentParser InputOrigin.swift
[29/74] Compiling ArgumentParser Argument.swift
[30/74] Compiling ArgumentParser ArgumentHelp.swift
[31/74] Compiling ArgumentParser ArgumentVisibility.swift
[32/74] Compiling ArgumentParser CompletionKind.swift
[33/74] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/74] Compiling ArgumentParser CompletionsGenerator.swift
[35/74] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/74] Compiling ArgumentParser ZshCompletionsGenerator.swift
[38/75] Emitting module ArgumentParser
[45/99] Compiling SystemIO FilePath.Directory.swift
[46/99] Compiling SystemIO FilePath.DirectoryIterator.Stream.swift
[47/99] Compiling SystemIO FilePath.DirectoryIterator.swift
[48/99] Compiling SystemIO FileDescriptor.swift
[49/99] Compiling SystemIO FileError.swift
[50/99] Compiling SystemIO FilePath (ext).swift
[54/99] Compiling ArgumentParser ParserError.swift
[55/99] Compiling ArgumentParser SplitArguments.swift
[56/99] Compiling ArgumentParser DumpHelpGenerator.swift
[57/99] Compiling ArgumentParser HelpCommand.swift
[58/99] Compiling ArgumentParser HelpGenerator.swift
[59/99] Compiling ArgumentParser MessageInfo.swift
[60/99] Compiling ArgumentParser UsageGenerator.swift
[61/99] Compiling SystemIO SystemProcess.Stream.swift
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:17:34: error: cannot find type 'pid_t' in scope
15 |
16 | private
17 | init(invocation:[String], id:pid_t)
| `- error: cannot find type 'pid_t' in scope
18 | {
19 | self.invocation = invocation
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:20:14: error: property 'id' requires that 'SystemProcess' be a class type
18 | {
19 | self.invocation = invocation
20 | self.id = id
| `- error: property 'id' requires that 'SystemProcess' be a class type
21 | }
22 | }
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:108:13: error: cannot find 'posix_spawn_file_actions_init' in scope
106 | do
107 | {
108 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'posix_spawn_file_actions_init' in scope
109 | }
110 | defer
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:108:44: error: cannot find 'actions' in scope
106 | do
107 | {
108 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'actions' in scope
109 | }
110 | defer
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:112:13: error: cannot find 'posix_spawn_file_actions_destroy' in scope
110 | defer
111 | {
112 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'posix_spawn_file_actions_destroy' in scope
113 | }
114 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:112:47: error: cannot find 'actions' in scope
110 | defer
111 | {
112 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'actions' in scope
113 | }
114 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:117:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
115 | if let stdout:FileDescriptor
116 | {
117 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
118 | }
119 | if let stderr:FileDescriptor
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:117:47: error: cannot find 'actions' in scope
115 | if let stdout:FileDescriptor
116 | {
117 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'actions' in scope
118 | }
119 | if let stderr:FileDescriptor
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:121:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
119 | if let stderr:FileDescriptor
120 | {
121 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
122 | }
123 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:121:47: error: cannot find 'actions' in scope
119 | if let stderr:FileDescriptor
120 | {
121 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'actions' in scope
122 | }
123 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:126:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
124 | for stream:SystemProcess.Stream in streams
125 | {
126 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
127 | }
128 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:126:47: error: cannot find 'actions' in scope
124 | for stream:SystemProcess.Stream in streams
125 | {
126 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'actions' in scope
127 | }
128 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:129:21: error: cannot find type 'pid_t' in scope
127 | }
128 |
129 | var process:pid_t = 0
| `- error: cannot find type 'pid_t' in scope
130 | let status:Int32 = environment.withUnsafePointers
131 | {
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:17: error: cannot find 'posix_spawnp' in scope
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawnp' in scope
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:50: error: cannot find 'actions' in scope
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:138:17: error: cannot find 'posix_spawn' in scope
136 | else
137 | {
138 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawn' in scope
139 | }
140 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:138:55: error: cannot find 'actions' in scope
136 | else
137 | {
138 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
139 | }
140 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:59: error: 'nil' requires a contextual type
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: 'nil' requires a contextual type
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:47: error: extra argument 'id' in call
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: extra argument 'id' in call
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:19: error: missing argument for parameter 'command' in call
38 | {
39 | public
40 | init(command:String?,
| `- note: 'init(command:_:stdout:stderr:duping:echo:with:)' declared here
41 | _ arguments:String?...,
42 | stdout:FileDescriptor? = nil,
:
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: missing argument for parameter 'command' in call
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:31: error: cannot convert value of type '[String]' to expected argument type 'String'
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: cannot convert value of type '[String]' to expected argument type 'String'
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:154:16: error: cannot find 'waitpid' in scope
152 | var status:Int32 = 0
153 |
154 | switch waitpid(self.id, &status, 0)
| `- error: cannot find 'waitpid' in scope
155 | {
156 | case self.id: break
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:154:29: error: property 'id' requires that 'SystemProcess' be a class type
152 | var status:Int32 = 0
153 |
154 | switch waitpid(self.id, &status, 0)
| `- error: property 'id' requires that 'SystemProcess' be a class type
155 | {
156 | case self.id: break
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:156:19: error: property 'id' requires that 'SystemProcess' be a class type
154 | switch waitpid(self.id, &status, 0)
155 | {
156 | case self.id: break
| `- error: property 'id' requires that 'SystemProcess' be a class type
157 | case let status: return .failure(.wait(status, self.invocation))
158 | }
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
[62/99] Compiling SystemIO SystemProcess.swift
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:17:34: error: cannot find type 'pid_t' in scope
15 |
16 | private
17 | init(invocation:[String], id:pid_t)
| `- error: cannot find type 'pid_t' in scope
18 | {
19 | self.invocation = invocation
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:20:14: error: property 'id' requires that 'SystemProcess' be a class type
18 | {
19 | self.invocation = invocation
20 | self.id = id
| `- error: property 'id' requires that 'SystemProcess' be a class type
21 | }
22 | }
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:108:13: error: cannot find 'posix_spawn_file_actions_init' in scope
106 | do
107 | {
108 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'posix_spawn_file_actions_init' in scope
109 | }
110 | defer
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:108:44: error: cannot find 'actions' in scope
106 | do
107 | {
108 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'actions' in scope
109 | }
110 | defer
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:112:13: error: cannot find 'posix_spawn_file_actions_destroy' in scope
110 | defer
111 | {
112 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'posix_spawn_file_actions_destroy' in scope
113 | }
114 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:112:47: error: cannot find 'actions' in scope
110 | defer
111 | {
112 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'actions' in scope
113 | }
114 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:117:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
115 | if let stdout:FileDescriptor
116 | {
117 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
118 | }
119 | if let stderr:FileDescriptor
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:117:47: error: cannot find 'actions' in scope
115 | if let stdout:FileDescriptor
116 | {
117 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'actions' in scope
118 | }
119 | if let stderr:FileDescriptor
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:121:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
119 | if let stderr:FileDescriptor
120 | {
121 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
122 | }
123 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:121:47: error: cannot find 'actions' in scope
119 | if let stderr:FileDescriptor
120 | {
121 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'actions' in scope
122 | }
123 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:126:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
124 | for stream:SystemProcess.Stream in streams
125 | {
126 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
127 | }
128 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:126:47: error: cannot find 'actions' in scope
124 | for stream:SystemProcess.Stream in streams
125 | {
126 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'actions' in scope
127 | }
128 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:129:21: error: cannot find type 'pid_t' in scope
127 | }
128 |
129 | var process:pid_t = 0
| `- error: cannot find type 'pid_t' in scope
130 | let status:Int32 = environment.withUnsafePointers
131 | {
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:17: error: cannot find 'posix_spawnp' in scope
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawnp' in scope
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:50: error: cannot find 'actions' in scope
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:138:17: error: cannot find 'posix_spawn' in scope
136 | else
137 | {
138 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawn' in scope
139 | }
140 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:138:55: error: cannot find 'actions' in scope
136 | else
137 | {
138 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
139 | }
140 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:134:59: error: 'nil' requires a contextual type
132 | if let command:String
133 | {
134 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: 'nil' requires a contextual type
135 | }
136 | else
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:47: error: extra argument 'id' in call
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: extra argument 'id' in call
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:19: error: missing argument for parameter 'command' in call
38 | {
39 | public
40 | init(command:String?,
| `- note: 'init(command:_:stdout:stderr:duping:echo:with:)' declared here
41 | _ arguments:String?...,
42 | stdout:FileDescriptor? = nil,
:
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: missing argument for parameter 'command' in call
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:146:31: error: cannot convert value of type '[String]' to expected argument type 'String'
144 | }
145 |
146 | self.init(invocation: invocation, id: process)
| `- error: cannot convert value of type '[String]' to expected argument type 'String'
147 | }
148 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:154:16: error: cannot find 'waitpid' in scope
152 | var status:Int32 = 0
153 |
154 | switch waitpid(self.id, &status, 0)
| `- error: cannot find 'waitpid' in scope
155 | {
156 | case self.id: break
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:154:29: error: property 'id' requires that 'SystemProcess' be a class type
152 | var status:Int32 = 0
153 |
154 | switch waitpid(self.id, &status, 0)
| `- error: property 'id' requires that 'SystemProcess' be a class type
155 | {
156 | case self.id: break
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:156:19: error: property 'id' requires that 'SystemProcess' be a class type
154 | switch waitpid(self.id, &status, 0)
155 | {
156 | case self.id: break
| `- error: property 'id' requires that 'SystemProcess' be a class type
157 | case let status: return .failure(.wait(status, self.invocation))
158 | }
Swift.Identifiable:2:11: note: where 'Self' = 'SystemProcess'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | extension Identifiable where Self : AnyObject {
| `- note: where 'Self' = 'SystemProcess'
3 | public var id: ObjectIdentifier { get }
4 | }
[63/99] Compiling SystemIO SystemProcess.Environment.swift
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:53:49: error: cannot find 'environ' in scope
51 | else
52 | {
53 | return try yield(self.inherit ? environ : nil)
| `- error: cannot find 'environ' in scope
54 | }
55 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:57:29: error: cannot find 'environ' in scope
55 |
56 | var inherited:Int = 0
57 | while case _? = environ[inherited]
| `- error: cannot find 'environ' in scope
58 | {
59 | inherited += 1
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:67:53: error: cannot find 'environ' in scope
65 | for i:Int in 0 ..< inherited
66 | {
67 | $0.initializeElement(at: i, to: environ[i])
| `- error: cannot find 'environ' in scope
68 | }
69 | var i:Int = inherited
[64/99] Compiling SystemIO SystemProcess.EnvironmentEncoder.swift
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:53:49: error: cannot find 'environ' in scope
51 | else
52 | {
53 | return try yield(self.inherit ? environ : nil)
| `- error: cannot find 'environ' in scope
54 | }
55 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:57:29: error: cannot find 'environ' in scope
55 |
56 | var inherited:Int = 0
57 | while case _? = environ[inherited]
| `- error: cannot find 'environ' in scope
58 | {
59 | inherited += 1
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:67:53: error: cannot find 'environ' in scope
65 | for i:Int in 0 ..< inherited
66 | {
67 | $0.initializeElement(at: i, to: environ[i])
| `- error: cannot find 'environ' in scope
68 | }
69 | var i:Int = inherited
[65/101] Compiling ArgumentParser CollectionExtensions.swift
[66/101] Compiling ArgumentParser Platform.swift
[67/101] Compiling ArgumentParser SequenceExtensions.swift
[68/101] Compiling ArgumentParser StringExtensions.swift
[69/101] Compiling ArgumentParser Tree.swift
[70/101] Compiling SystemIO SystemProcessError.swift
[71/101] Compiling SystemIO lexemes.swift
[77/101] Compiling SystemIO FileSystemStats.swift
[78/101] Compiling SystemIO FileType.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/102] Emitting module SystemIO
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:12:8: error: unsupported platform
10 |
11 | #else
12 | #error("unsupported platform")
| `- error: unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.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/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:20:30: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
18 | {
19 | case unopened(FilePath)
20 | case opened(FilePath.DirectoryPointer?)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
21 | }
22 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:26:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
24 | {
25 | private mutating
26 | func open() throws -> FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
27 | {
28 | switch self
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryPointer.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:15:15: error: cannot find type 'stat' in scope
13 | {
14 | @usableFromInline
15 | let value:stat
| `- error: cannot find type 'stat' in scope
16 |
17 | private
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:18:16: error: cannot find type 'stat' in scope
16 |
17 | private
18 | init(value:stat)
| `- error: cannot find type 'stat' in scope
19 | {
20 | self.value = value
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:28:30: error: cannot find 'S_IFMT' in scope
26 | func `is`(_ type:FileType) -> Bool
27 | {
28 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
29 | }
30 | }
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.Environment.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:14:12: error: cannot find type 'pid_t' in scope
12 | let invocation:[String]
13 | public
14 | let id:pid_t
| `- error: cannot find type 'pid_t' in scope
15 |
16 | private
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/SystemProcess.swift:17:34: error: cannot find type 'pid_t' in scope
15 |
16 | private
17 | init(invocation:[String], id:pid_t)
| `- error: cannot find type 'pid_t' in scope
18 | {
19 | self.invocation = invocation
[92/102] Compiling SystemIO FilePath.DirectoryPointer.swift
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryPointer.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
[93/102] Compiling SystemIO FilePermissions (ext).swift
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryPointer.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
[94/102] Compiling SystemIO FilePermissions.Component.swift
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryPointer.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:12:8: error: unsupported platform
10 |
11 | #else
12 | #error("unsupported platform")
| `- error: unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:50: error: cannot find 'getcwd' in scope
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: cannot find 'getcwd' in scope
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:57: error: 'nil' requires a contextual type
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: 'nil' requires a contextual type
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:47:13: error: cannot find 'free' in scope
45 | defer
46 | {
47 | free(buffer)
| `- error: cannot find 'free' in scope
48 | }
49 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.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/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:20:30: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
18 | {
19 | case unopened(FilePath)
20 | case opened(FilePath.DirectoryPointer?)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
21 | }
22 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:26:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
24 | {
25 | private mutating
26 | func open() throws -> FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
27 | {
28 | switch self
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:31:34: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
29 | {
30 | case .unopened(let path):
31 | let pointer:FilePath.DirectoryPointer? = try path.withPlatformString
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
32 | {
33 | if let pointer:FilePath.DirectoryPointer = opendir($0)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:35: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
57 | else
58 | {
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:63: error: type of expression is ambiguous without a type annotation
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: type of expression is ambiguous without a type annotation
57 | else
58 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:45: error: cannot find type 'dirent' in scope
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot find type 'dirent' in scope
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:64: error: cannot infer key path type from context; consider explicitly specifying a root type
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:46: error: cannot find type 'dirent' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find type 'dirent' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: cannot find 'readdir' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find 'readdir' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: type of expression is ambiguous without a type annotation
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: type of expression is ambiguous without a type annotation
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:92:9: error: cannot find 'closedir' in scope
90 | }
91 |
92 | closedir(stream)
| `- error: cannot find 'closedir' in scope
93 | self = .opened(nil)
94 | return nil
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:93:24: error: 'nil' requires a contextual type
91 |
92 | closedir(stream)
93 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
94 | return nil
95 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:39: error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:21: error: type 'Errno' has no member 'opened'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: type 'Errno' has no member 'opened'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:105:9: error: cannot find 'closedir' in scope
103 | }
104 |
105 | closedir(stream)
| `- error: cannot find 'closedir' in scope
106 | self = .opened(nil)
107 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:106:24: error: 'nil' requires a contextual type
104 |
105 | closedir(stream)
106 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
107 | }
108 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:12:8: error: unsupported platform
10 |
11 | #else
12 | #error("unsupported platform")
| `- error: unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:50: error: cannot find 'getcwd' in scope
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: cannot find 'getcwd' in scope
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:57: error: 'nil' requires a contextual type
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: 'nil' requires a contextual type
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:47:13: error: cannot find 'free' in scope
45 | defer
46 | {
47 | free(buffer)
| `- error: cannot find 'free' in scope
48 | }
49 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.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/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:20:30: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
18 | {
19 | case unopened(FilePath)
20 | case opened(FilePath.DirectoryPointer?)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
21 | }
22 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:26:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
24 | {
25 | private mutating
26 | func open() throws -> FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
27 | {
28 | switch self
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:31:34: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
29 | {
30 | case .unopened(let path):
31 | let pointer:FilePath.DirectoryPointer? = try path.withPlatformString
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
32 | {
33 | if let pointer:FilePath.DirectoryPointer = opendir($0)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:35: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
57 | else
58 | {
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:63: error: type of expression is ambiguous without a type annotation
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: type of expression is ambiguous without a type annotation
57 | else
58 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:45: error: cannot find type 'dirent' in scope
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot find type 'dirent' in scope
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:64: error: cannot infer key path type from context; consider explicitly specifying a root type
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:46: error: cannot find type 'dirent' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find type 'dirent' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: cannot find 'readdir' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find 'readdir' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: type of expression is ambiguous without a type annotation
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: type of expression is ambiguous without a type annotation
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:92:9: error: cannot find 'closedir' in scope
90 | }
91 |
92 | closedir(stream)
| `- error: cannot find 'closedir' in scope
93 | self = .opened(nil)
94 | return nil
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:93:24: error: 'nil' requires a contextual type
91 |
92 | closedir(stream)
93 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
94 | return nil
95 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:39: error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:21: error: type 'Errno' has no member 'opened'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: type 'Errno' has no member 'opened'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:105:9: error: cannot find 'closedir' in scope
103 | }
104 |
105 | closedir(stream)
| `- error: cannot find 'closedir' in scope
106 | self = .opened(nil)
107 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:106:24: error: 'nil' requires a contextual type
104 |
105 | closedir(stream)
106 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
107 | }
108 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:12:8: error: unsupported platform
10 |
11 | #else
12 | #error("unsupported platform")
| `- error: unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:50: error: cannot find 'getcwd' in scope
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: cannot find 'getcwd' in scope
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:40:57: error: 'nil' requires a contextual type
38 | {
39 | guard
40 | let buffer:UnsafeMutablePointer<CChar> = getcwd(nil, 0)
| `- error: 'nil' requires a contextual type
41 | else
42 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.Directory.swift:47:13: error: cannot find 'free' in scope
45 | defer
46 | {
47 | free(buffer)
| `- error: cannot find 'free' in scope
48 | }
49 |
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.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/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:20:30: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
18 | {
19 | case unopened(FilePath)
20 | case opened(FilePath.DirectoryPointer?)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
21 | }
22 | }
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:26:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
24 | {
25 | private mutating
26 | func open() throws -> FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
27 | {
28 | switch self
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:31:34: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
29 | {
30 | case .unopened(let path):
31 | let pointer:FilePath.DirectoryPointer? = try path.withPlatformString
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
32 | {
33 | if let pointer:FilePath.DirectoryPointer = opendir($0)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:35: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
57 | else
58 | {
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declared here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
| `- note: 'FilePath' declared here
42 | // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 | // components, etc.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:56:63: error: type of expression is ambiguous without a type annotation
54 | func next() throws -> FilePath.Component?
55 | {
56 | guard let stream:FilePath.DirectoryPointer = try self.open()
| `- error: type of expression is ambiguous without a type annotation
57 | else
58 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:45: error: cannot find type 'dirent' in scope
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot find type 'dirent' in scope
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:62:64: error: cannot infer key path type from context; consider explicitly specifying a root type
60 | }
61 |
62 | guard let offset:Int = MemoryLayout<dirent>.offset(of: \.d_name)
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
63 | else
64 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:46: error: cannot find type 'dirent' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find type 'dirent' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: cannot find 'readdir' in scope
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: cannot find 'readdir' in scope
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:67:56: error: type of expression is ambiguous without a type annotation
65 | fatalError("invalid `dirent` layout")
66 | }
67 | while let entry:UnsafeMutablePointer<dirent> = readdir(stream)
| `- error: type of expression is ambiguous without a type annotation
68 | {
69 | // `entry` is likely statically-allocated, and has variable-length layout.
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:92:9: error: cannot find 'closedir' in scope
90 | }
91 |
92 | closedir(stream)
| `- error: cannot find 'closedir' in scope
93 | self = .opened(nil)
94 | return nil
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:93:24: error: 'nil' requires a contextual type
91 |
92 | closedir(stream)
93 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
94 | return nil
95 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:39: error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: expression pattern of type 'Errno' cannot match values of type 'FilePath.DirectoryIterator.Stream'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:99:21: error: type 'Errno' has no member 'opened'
97 | func close()
98 | {
99 | guard case .opened(let stream?) = self
| `- error: type 'Errno' has no member 'opened'
100 | else
101 | {
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:105:9: error: cannot find 'closedir' in scope
103 | }
104 |
105 | closedir(stream)
| `- error: cannot find 'closedir' in scope
106 | self = .opened(nil)
107 | }
/host/spi-builder-workspace/Sources/SystemIO/FilePath.DirectoryIterator.Stream.swift:106:24: error: 'nil' requires a contextual type
104 |
105 | closedir(stream)
106 | self = .opened(nil)
| `- error: 'nil' requires a contextual type
107 | }
108 | }
[98/102] Compiling SystemIO FileReadError.swift
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:15:15: error: cannot find type 'stat' in scope
13 | {
14 | @usableFromInline
15 | let value:stat
| `- error: cannot find type 'stat' in scope
16 |
17 | private
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:18:16: error: cannot find type 'stat' in scope
16 |
17 | private
18 | init(value:stat)
| `- error: cannot find type 'stat' in scope
19 | {
20 | self.value = value
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:28:30: error: cannot find 'S_IFMT' in scope
26 | func `is`(_ type:FileType) -> Bool
27 | {
28 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
29 | }
30 | }
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:39:20: error: cannot find 'stat' in scope
37 | {
38 | var value:stat = .init()
39 | switch stat($0, &value)
| `- error: cannot find 'stat' in scope
40 | {
41 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:42:48: error: cannot find 'errno' in scope
40 | {
41 | case 0: return .init(value: value)
42 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
43 | }
44 | }
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:38:23: error: cannot find type 'stat' in scope
36 | try path.withPlatformString
37 | {
38 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
39 | switch stat($0, &value)
40 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:36:18: error: type of expression is ambiguous without a type annotation
34 | func status(of path:FilePath) throws -> Self
35 | {
36 | try path.withPlatformString
| `- error: type of expression is ambiguous without a type annotation
37 | {
38 | var value:stat = .init()
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:49:19: error: cannot find type 'stat' in scope
47 | func status(of file:FileDescriptor) throws -> Self
48 | {
49 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
50 | switch fstat(file.rawValue, &value)
51 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:50:16: error: cannot find 'fstat' in scope
48 | {
49 | var value:stat = .init()
50 | switch fstat(file.rawValue, &value)
| `- error: cannot find 'fstat' in scope
51 | {
52 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:53:44: error: cannot find 'errno' in scope
51 | {
52 | case 0: return .init(value: value)
53 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
54 | }
55 | }
[99/102] Compiling SystemIO FileSeekError.swift
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:15:15: error: cannot find type 'stat' in scope
13 | {
14 | @usableFromInline
15 | let value:stat
| `- error: cannot find type 'stat' in scope
16 |
17 | private
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:18:16: error: cannot find type 'stat' in scope
16 |
17 | private
18 | init(value:stat)
| `- error: cannot find type 'stat' in scope
19 | {
20 | self.value = value
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:28:30: error: cannot find 'S_IFMT' in scope
26 | func `is`(_ type:FileType) -> Bool
27 | {
28 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
29 | }
30 | }
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:39:20: error: cannot find 'stat' in scope
37 | {
38 | var value:stat = .init()
39 | switch stat($0, &value)
| `- error: cannot find 'stat' in scope
40 | {
41 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:42:48: error: cannot find 'errno' in scope
40 | {
41 | case 0: return .init(value: value)
42 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
43 | }
44 | }
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:38:23: error: cannot find type 'stat' in scope
36 | try path.withPlatformString
37 | {
38 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
39 | switch stat($0, &value)
40 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:36:18: error: type of expression is ambiguous without a type annotation
34 | func status(of path:FilePath) throws -> Self
35 | {
36 | try path.withPlatformString
| `- error: type of expression is ambiguous without a type annotation
37 | {
38 | var value:stat = .init()
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:49:19: error: cannot find type 'stat' in scope
47 | func status(of file:FileDescriptor) throws -> Self
48 | {
49 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
50 | switch fstat(file.rawValue, &value)
51 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:50:16: error: cannot find 'fstat' in scope
48 | {
49 | var value:stat = .init()
50 | switch fstat(file.rawValue, &value)
| `- error: cannot find 'fstat' in scope
51 | {
52 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:53:44: error: cannot find 'errno' in scope
51 | {
52 | case 0: return .init(value: value)
53 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
54 | }
55 | }
[100/102] Compiling SystemIO FileStatus.swift
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:15:15: error: cannot find type 'stat' in scope
13 | {
14 | @usableFromInline
15 | let value:stat
| `- error: cannot find type 'stat' in scope
16 |
17 | private
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:18:16: error: cannot find type 'stat' in scope
16 |
17 | private
18 | init(value:stat)
| `- error: cannot find type 'stat' in scope
19 | {
20 | self.value = value
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:28:30: error: cannot find 'S_IFMT' in scope
26 | func `is`(_ type:FileType) -> Bool
27 | {
28 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
29 | }
30 | }
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:39:20: error: cannot find 'stat' in scope
37 | {
38 | var value:stat = .init()
39 | switch stat($0, &value)
| `- error: cannot find 'stat' in scope
40 | {
41 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:42:48: error: cannot find 'errno' in scope
40 | {
41 | case 0: return .init(value: value)
42 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
43 | }
44 | }
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:38:23: error: cannot find type 'stat' in scope
36 | try path.withPlatformString
37 | {
38 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
39 | switch stat($0, &value)
40 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:36:18: error: type of expression is ambiguous without a type annotation
34 | func status(of path:FilePath) throws -> Self
35 | {
36 | try path.withPlatformString
| `- error: type of expression is ambiguous without a type annotation
37 | {
38 | var value:stat = .init()
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:49:19: error: cannot find type 'stat' in scope
47 | func status(of file:FileDescriptor) throws -> Self
48 | {
49 | var value:stat = .init()
| `- error: cannot find type 'stat' in scope
50 | switch fstat(file.rawValue, &value)
51 | {
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:50:16: error: cannot find 'fstat' in scope
48 | {
49 | var value:stat = .init()
50 | switch fstat(file.rawValue, &value)
| `- error: cannot find 'fstat' in scope
51 | {
52 | case 0: return .init(value: value)
/host/spi-builder-workspace/Sources/SystemIO/FileStatus.swift:53:44: error: cannot find 'errno' in scope
51 | {
52 | case 0: return .init(value: value)
53 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
54 | }
55 | }
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:71:19: error: cannot find type 'statvfs' in scope
69 | func containing(path:FilePath) throws -> Self
70 | {
71 | let stats:statvfs = try withUnsafeTemporaryAllocation(of: statvfs.self, capacity: 1)
| `- error: cannot find type 'statvfs' in scope
72 | {
73 | guard case 0 = statvfs(path.string, &$0[0])
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:82:16: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
80 | }
81 | // Explicit `UInt32 -> UInt` conversion needed on Darwin.
82 | return .init(id: UInt.init(stats.f_fsid),
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
83 | fragmentCount: UInt.init(stats.f_blocks),
84 | fragmentSize: UInt.init(stats.f_frsize),
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:6:8: error: unsupported platform
4 | import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:71:19: error: cannot find type 'statvfs' in scope
69 | func containing(path:FilePath) throws -> Self
70 | {
71 | let stats:statvfs = try withUnsafeTemporaryAllocation(of: statvfs.self, capacity: 1)
| `- error: cannot find type 'statvfs' in scope
72 | {
73 | guard case 0 = statvfs(path.string, &$0[0])
/host/spi-builder-workspace/Sources/SystemIO/FileSystemStats.swift:82:16: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
80 | }
81 | // Explicit `UInt32 -> UInt` conversion needed on Darwin.
82 | return .init(id: UInt.init(stats.f_fsid),
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
83 | fragmentCount: UInt.init(stats.f_blocks),
84 | fragmentSize: UInt.init(stats.f_frsize),
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/Sources/SystemIO/FileType.swift:23:14: error: cannot find type 'mode_t' in scope
21 | {
22 | @inlinable
23 | var mask:mode_t
| `- error: cannot find type 'mode_t' in scope
24 | {
25 | switch self
BUILD FAILURE 6.1 android