Build Information
Failed to build unidoc, reference 0.25.0 (a0c628), with Swift 6.2 for Android on 28 Apr 2026 14:35:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
| `- note: candidate would match if 'FileIdentifier' conformed to 'BinaryInteger'
3 |
Swift._Pointer.==:2:20: note: candidate would match if 'FileIdentifier' conformed to '_Pointer'
1 | protocol _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool}
| `- note: candidate would match if 'FileIdentifier' conformed to '_Pointer'
3 |
Swift._Pointer.==:2:31: note: candidate would match if 'FileIdentifier' conformed to '_Pointer'
1 | protocol _Pointer {
2 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
| `- note: candidate would match if 'FileIdentifier' conformed to '_Pointer'
3 |
Swift.Strideable.==:2:31: note: candidate would match if 'FileIdentifier' conformed to 'Strideable'
1 | protocol Strideable {
2 | @inlinable public static func == (x: Self, y: Self) -> Bool}
| `- note: candidate would match if 'FileIdentifier' conformed to 'Strideable'
3 |
Swift.StringProtocol.==:2:31: note: candidate would match if 'FileIdentifier' conformed to 'StringProtocol'
1 | protocol StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
| `- note: candidate would match if 'FileIdentifier' conformed to 'StringProtocol'
3 |
Swift.SIMD.==:2:20: note: candidate would match if 'FileIdentifier' conformed to 'SIMD'
1 | protocol SIMD {
2 | public static func == (a: Self, b: Self) -> Bool}
| `- note: candidate would match if 'FileIdentifier' conformed to 'SIMD'
3 |
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(FileIdentifier, FileIdentifier) -> Bool'
1 | protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool}
| `- note: protocol requires function '==' with type '(FileIdentifier, FileIdentifier) -> Bool'
3 |
[799/1518] Compiling MarkdownAST Markdown.SourceURL.swift
[800/1518] Compiling MarkdownAST Markdown.TextElement.swift
[801/1518] Compiling MarkdownAST Markdown.Tree.swift
[802/1518] Compiling MarkdownAST Markdown.TreeElement.swift
[803/1518] Compiling MarkdownAST Markdown.Table.Alignment.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.swift:31:51: error: cannot find 'getcwd' in scope
29 | public static func current() -> Self? {
30 | guard
31 | let buffer: UnsafeMutablePointer<CChar> = getcwd(nil, 0) else {
| `- error: cannot find 'getcwd' in scope
32 | return nil
33 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.swift:31:58: error: 'nil' requires a contextual type
29 | public static func current() -> Self? {
30 | guard
31 | let buffer: UnsafeMutablePointer<CChar> = getcwd(nil, 0) else {
| `- error: 'nil' requires a contextual type
32 | return nil
33 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.swift:35:13: error: cannot find 'free' in scope
33 | }
34 | defer {
35 | free(buffer)
| `- error: cannot find 'free' in scope
36 | }
37 |
[805/1522] Compiling MarkdownAST Markdown.BlockListOrdered.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.swift:31:51: error: cannot find 'getcwd' in scope
29 | public static func current() -> Self? {
30 | guard
31 | let buffer: UnsafeMutablePointer<CChar> = getcwd(nil, 0) else {
| `- error: cannot find 'getcwd' in scope
32 | return nil
33 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.swift:31:58: error: 'nil' requires a contextual type
29 | public static func current() -> Self? {
30 | guard
31 | let buffer: UnsafeMutablePointer<CChar> = getcwd(nil, 0) else {
| `- error: 'nil' requires a contextual type
32 | return nil
33 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.swift:35:13: error: cannot find 'free' in scope
33 | }
34 | defer {
35 | free(buffer)
| `- error: cannot find 'free' in scope
36 | }
37 |
[806/1522] Compiling MarkdownAST Markdown.BlockListUnordered.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.swift:31:51: error: cannot find 'getcwd' in scope
29 | public static func current() -> Self? {
30 | guard
31 | let buffer: UnsafeMutablePointer<CChar> = getcwd(nil, 0) else {
| `- error: cannot find 'getcwd' in scope
32 | return nil
33 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.swift:31:58: error: 'nil' requires a contextual type
29 | public static func current() -> Self? {
30 | guard
31 | let buffer: UnsafeMutablePointer<CChar> = getcwd(nil, 0) else {
| `- error: 'nil' requires a contextual type
32 | return nil
33 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.swift:35:13: error: cannot find 'free' in scope
33 | }
34 | defer {
35 | free(buffer)
| `- error: cannot find 'free' in scope
36 | }
37 |
[811/1522] Emitting module SourceDiagnostics
[813/1529] Compiling PieCharts Pie.Accumulator.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:14:39: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
12 | /// An unsafe interface for iterating directory entries from a directory pointer.
13 | struct Stream: ~Copyable {
14 | private var pointer: FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
15 |
16 | private init(pointer: FilePath.DirectoryPointer?) {
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:26:47: error: cannot find type 'dirent' in scope
24 | }
25 | extension FilePath.Directory.Stream.DirentOffsets {
26 | func name(from base: UnsafeMutablePointer<dirent>) -> FilePath.Component {
| `- error: cannot find type 'dirent' in scope
27 | // `base` is likely statically-allocated, and has variable-length layout.
28 | // attemping to unbind or rebind memory would be meaningless, as we must
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:19:38: error: cannot find type 'dirent' in scope
17 | static var load: Self {
18 | guard
19 | let name: Int = MemoryLayout<dirent>.offset(of: \.d_name) else {
| `- error: cannot find type 'dirent' in scope
20 | fatalError("invalid `dirent` layout")
21 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:19:57: error: cannot infer key path type from context; consider explicitly specifying a root type
17 | static var load: Self {
18 | guard
19 | let name: Int = MemoryLayout<dirent>.offset(of: \.d_name) else {
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
20 | fatalError("invalid `dirent` layout")
21 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:16:40: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
14 | private var pointer: FilePath.DirectoryPointer?
15 |
16 | private init(pointer: FilePath.DirectoryPointer?) {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
17 | self.pointer = pointer
18 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:21:38: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
19 |
20 | deinit {
21 | if let stream: FilePath.DirectoryPointer = self.pointer {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
22 | closedir(stream)
23 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:21:62: error: type of expression is ambiguous without a type annotation
19 |
20 | deinit {
21 | if let stream: FilePath.DirectoryPointer = self.pointer {
| `- error: type of expression is ambiguous without a type annotation
22 | closedir(stream)
23 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:22:17: error: cannot find 'closedir' in scope
20 | deinit {
21 | if let stream: FilePath.DirectoryPointer = self.pointer {
22 | closedir(stream)
| `- error: cannot find 'closedir' in scope
23 | }
24 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:31:45: error: 'nil' requires a contextual type
29 | }
30 | extension FilePath.Directory.Stream {
31 | static var empty: Self { .init(pointer: nil) }
| `- error: 'nil' requires a contextual type
32 |
33 | static func open(
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:36:31: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
34 | _ directory: FilePath.Directory
35 | ) throws(FileError) -> Self {
36 | let pointer: FilePath.DirectoryPointer? = directory.path.withPlatformString(opendir)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
37 | if case nil = pointer {
38 | switch Errno.init(rawValue: errno) {
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:38:41: error: cannot find 'errno' in scope
36 | let pointer: FilePath.DirectoryPointer? = directory.path.withPlatformString(opendir)
37 | if case nil = pointer {
38 | switch Errno.init(rawValue: errno) {
| `- error: cannot find 'errno' in scope
39 | case .notDirectory:
40 | break
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:49:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
47 |
48 | mutating func next() -> (FilePath.Component, FileType?)? {
49 | guard let stream: FilePath.DirectoryPointer = self.pointer else {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
50 | return nil
51 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:49:60: error: type of expression is ambiguous without a type annotation
47 |
48 | mutating func next() -> (FilePath.Component, FileType?)? {
49 | guard let stream: FilePath.DirectoryPointer = self.pointer else {
| `- error: type of expression is ambiguous without a type annotation
50 | return nil
51 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:47: error: cannot find type 'dirent' in scope
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: cannot find type 'dirent' in scope
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:57: error: cannot find 'readdir' in scope
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: cannot find 'readdir' in scope
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:57: error: type of expression is ambiguous without a type annotation
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: type of expression is ambiguous without a type annotation
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:54:56: error: 'name' is inaccessible due to 'private' protection level
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
| `- error: 'name' is inaccessible due to 'private' protection level
55 | let type: FileType?
56 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:13:21: note: 'name' declared here
11 | extension FilePath.Directory.Stream {
12 | struct DirentOffsets {
13 | private let name: Int
| `- note: 'name' declared here
14 | }
15 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:54:56: error: cannot call value of non-function type 'Int'
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
| `- error: cannot call value of non-function type 'Int'
55 | let type: FileType?
56 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:64:18: error: cannot find 'DT_DIR' in scope
62 |
63 | switch DType.init(entry.pointee.d_type) {
64 | case DT_DIR: type = .directory
| `- error: cannot find 'DT_DIR' in scope
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:65:18: error: cannot find 'DT_REG' in scope
63 | switch DType.init(entry.pointee.d_type) {
64 | case DT_DIR: type = .directory
65 | case DT_REG: type = .regular
| `- error: cannot find 'DT_REG' in scope
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:66:18: error: cannot find 'DT_LNK' in scope
64 | case DT_DIR: type = .directory
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
| `- error: cannot find 'DT_LNK' in scope
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:67:18: error: cannot find 'DT_BLK' in scope
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
| `- error: cannot find 'DT_BLK' in scope
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:68:18: error: cannot find 'DT_CHR' in scope
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
| `- error: cannot find 'DT_CHR' in scope
69 | case DT_FIFO: type = .fifo
70 | case DT_SOCK: type = .socket
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:69:18: error: cannot find 'DT_FIFO' in scope
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
| `- error: cannot find 'DT_FIFO' in scope
70 | case DT_SOCK: type = .socket
71 | default: type = nil
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:70:18: error: cannot find 'DT_SOCK' in scope
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
70 | case DT_SOCK: type = .socket
| `- error: cannot find 'DT_SOCK' in scope
71 | default: type = nil
72 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:82:9: error: cannot find 'closedir' in scope
80 | }
81 |
82 | closedir(stream)
| `- error: cannot find 'closedir' in scope
83 | self.pointer = nil
84 | return nil
[814/1531] Compiling PieCharts Pie.ArcGeometry.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:14:39: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
12 | /// An unsafe interface for iterating directory entries from a directory pointer.
13 | struct Stream: ~Copyable {
14 | private var pointer: FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
15 |
16 | private init(pointer: FilePath.DirectoryPointer?) {
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:26:47: error: cannot find type 'dirent' in scope
24 | }
25 | extension FilePath.Directory.Stream.DirentOffsets {
26 | func name(from base: UnsafeMutablePointer<dirent>) -> FilePath.Component {
| `- error: cannot find type 'dirent' in scope
27 | // `base` is likely statically-allocated, and has variable-length layout.
28 | // attemping to unbind or rebind memory would be meaningless, as we must
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:19:38: error: cannot find type 'dirent' in scope
17 | static var load: Self {
18 | guard
19 | let name: Int = MemoryLayout<dirent>.offset(of: \.d_name) else {
| `- error: cannot find type 'dirent' in scope
20 | fatalError("invalid `dirent` layout")
21 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:19:57: error: cannot infer key path type from context; consider explicitly specifying a root type
17 | static var load: Self {
18 | guard
19 | let name: Int = MemoryLayout<dirent>.offset(of: \.d_name) else {
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
20 | fatalError("invalid `dirent` layout")
21 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:16:40: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
14 | private var pointer: FilePath.DirectoryPointer?
15 |
16 | private init(pointer: FilePath.DirectoryPointer?) {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
17 | self.pointer = pointer
18 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:21:38: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
19 |
20 | deinit {
21 | if let stream: FilePath.DirectoryPointer = self.pointer {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
22 | closedir(stream)
23 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:21:62: error: type of expression is ambiguous without a type annotation
19 |
20 | deinit {
21 | if let stream: FilePath.DirectoryPointer = self.pointer {
| `- error: type of expression is ambiguous without a type annotation
22 | closedir(stream)
23 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:22:17: error: cannot find 'closedir' in scope
20 | deinit {
21 | if let stream: FilePath.DirectoryPointer = self.pointer {
22 | closedir(stream)
| `- error: cannot find 'closedir' in scope
23 | }
24 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:31:45: error: 'nil' requires a contextual type
29 | }
30 | extension FilePath.Directory.Stream {
31 | static var empty: Self { .init(pointer: nil) }
| `- error: 'nil' requires a contextual type
32 |
33 | static func open(
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:36:31: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
34 | _ directory: FilePath.Directory
35 | ) throws(FileError) -> Self {
36 | let pointer: FilePath.DirectoryPointer? = directory.path.withPlatformString(opendir)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
37 | if case nil = pointer {
38 | switch Errno.init(rawValue: errno) {
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:38:41: error: cannot find 'errno' in scope
36 | let pointer: FilePath.DirectoryPointer? = directory.path.withPlatformString(opendir)
37 | if case nil = pointer {
38 | switch Errno.init(rawValue: errno) {
| `- error: cannot find 'errno' in scope
39 | case .notDirectory:
40 | break
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:49:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
47 |
48 | mutating func next() -> (FilePath.Component, FileType?)? {
49 | guard let stream: FilePath.DirectoryPointer = self.pointer else {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
50 | return nil
51 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:49:60: error: type of expression is ambiguous without a type annotation
47 |
48 | mutating func next() -> (FilePath.Component, FileType?)? {
49 | guard let stream: FilePath.DirectoryPointer = self.pointer else {
| `- error: type of expression is ambiguous without a type annotation
50 | return nil
51 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:47: error: cannot find type 'dirent' in scope
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: cannot find type 'dirent' in scope
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:57: error: cannot find 'readdir' in scope
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: cannot find 'readdir' in scope
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:57: error: type of expression is ambiguous without a type annotation
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: type of expression is ambiguous without a type annotation
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:54:56: error: 'name' is inaccessible due to 'private' protection level
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
| `- error: 'name' is inaccessible due to 'private' protection level
55 | let type: FileType?
56 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:13:21: note: 'name' declared here
11 | extension FilePath.Directory.Stream {
12 | struct DirentOffsets {
13 | private let name: Int
| `- note: 'name' declared here
14 | }
15 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:54:56: error: cannot call value of non-function type 'Int'
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
| `- error: cannot call value of non-function type 'Int'
55 | let type: FileType?
56 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:64:18: error: cannot find 'DT_DIR' in scope
62 |
63 | switch DType.init(entry.pointee.d_type) {
64 | case DT_DIR: type = .directory
| `- error: cannot find 'DT_DIR' in scope
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:65:18: error: cannot find 'DT_REG' in scope
63 | switch DType.init(entry.pointee.d_type) {
64 | case DT_DIR: type = .directory
65 | case DT_REG: type = .regular
| `- error: cannot find 'DT_REG' in scope
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:66:18: error: cannot find 'DT_LNK' in scope
64 | case DT_DIR: type = .directory
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
| `- error: cannot find 'DT_LNK' in scope
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:67:18: error: cannot find 'DT_BLK' in scope
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
| `- error: cannot find 'DT_BLK' in scope
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:68:18: error: cannot find 'DT_CHR' in scope
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
| `- error: cannot find 'DT_CHR' in scope
69 | case DT_FIFO: type = .fifo
70 | case DT_SOCK: type = .socket
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:69:18: error: cannot find 'DT_FIFO' in scope
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
| `- error: cannot find 'DT_FIFO' in scope
70 | case DT_SOCK: type = .socket
71 | default: type = nil
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:70:18: error: cannot find 'DT_SOCK' in scope
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
70 | case DT_SOCK: type = .socket
| `- error: cannot find 'DT_SOCK' in scope
71 | default: type = nil
72 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:82:9: error: cannot find 'closedir' in scope
80 | }
81 |
82 | closedir(stream)
| `- error: cannot find 'closedir' in scope
83 | self.pointer = nil
84 | return nil
[815/1531] Compiling PieCharts Pie.Disc.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:14:39: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
12 | /// An unsafe interface for iterating directory entries from a directory pointer.
13 | struct Stream: ~Copyable {
14 | private var pointer: FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
15 |
16 | private init(pointer: FilePath.DirectoryPointer?) {
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:26:47: error: cannot find type 'dirent' in scope
24 | }
25 | extension FilePath.Directory.Stream.DirentOffsets {
26 | func name(from base: UnsafeMutablePointer<dirent>) -> FilePath.Component {
| `- error: cannot find type 'dirent' in scope
27 | // `base` is likely statically-allocated, and has variable-length layout.
28 | // attemping to unbind or rebind memory would be meaningless, as we must
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:19:38: error: cannot find type 'dirent' in scope
17 | static var load: Self {
18 | guard
19 | let name: Int = MemoryLayout<dirent>.offset(of: \.d_name) else {
| `- error: cannot find type 'dirent' in scope
20 | fatalError("invalid `dirent` layout")
21 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:19:57: error: cannot infer key path type from context; consider explicitly specifying a root type
17 | static var load: Self {
18 | guard
19 | let name: Int = MemoryLayout<dirent>.offset(of: \.d_name) else {
| `- error: cannot infer key path type from context; consider explicitly specifying a root type
20 | fatalError("invalid `dirent` layout")
21 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:16:40: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
14 | private var pointer: FilePath.DirectoryPointer?
15 |
16 | private init(pointer: FilePath.DirectoryPointer?) {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
17 | self.pointer = pointer
18 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:21:38: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
19 |
20 | deinit {
21 | if let stream: FilePath.DirectoryPointer = self.pointer {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
22 | closedir(stream)
23 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:21:62: error: type of expression is ambiguous without a type annotation
19 |
20 | deinit {
21 | if let stream: FilePath.DirectoryPointer = self.pointer {
| `- error: type of expression is ambiguous without a type annotation
22 | closedir(stream)
23 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:22:17: error: cannot find 'closedir' in scope
20 | deinit {
21 | if let stream: FilePath.DirectoryPointer = self.pointer {
22 | closedir(stream)
| `- error: cannot find 'closedir' in scope
23 | }
24 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:31:45: error: 'nil' requires a contextual type
29 | }
30 | extension FilePath.Directory.Stream {
31 | static var empty: Self { .init(pointer: nil) }
| `- error: 'nil' requires a contextual type
32 |
33 | static func open(
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:36:31: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
34 | _ directory: FilePath.Directory
35 | ) throws(FileError) -> Self {
36 | let pointer: FilePath.DirectoryPointer? = directory.path.withPlatformString(opendir)
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
37 | if case nil = pointer {
38 | switch Errno.init(rawValue: errno) {
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:38:41: error: cannot find 'errno' in scope
36 | let pointer: FilePath.DirectoryPointer? = directory.path.withPlatformString(opendir)
37 | if case nil = pointer {
38 | switch Errno.init(rawValue: errno) {
| `- error: cannot find 'errno' in scope
39 | case .notDirectory:
40 | break
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:49:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
47 |
48 | mutating func next() -> (FilePath.Component, FileType?)? {
49 | guard let stream: FilePath.DirectoryPointer = self.pointer else {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
50 | return nil
51 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:49:60: error: type of expression is ambiguous without a type annotation
47 |
48 | mutating func next() -> (FilePath.Component, FileType?)? {
49 | guard let stream: FilePath.DirectoryPointer = self.pointer else {
| `- error: type of expression is ambiguous without a type annotation
50 | return nil
51 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:47: error: cannot find type 'dirent' in scope
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: cannot find type 'dirent' in scope
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:57: error: cannot find 'readdir' in scope
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: cannot find 'readdir' in scope
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:57: error: type of expression is ambiguous without a type annotation
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: type of expression is ambiguous without a type annotation
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:54:56: error: 'name' is inaccessible due to 'private' protection level
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
| `- error: 'name' is inaccessible due to 'private' protection level
55 | let type: FileType?
56 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:13:21: note: 'name' declared here
11 | extension FilePath.Directory.Stream {
12 | struct DirentOffsets {
13 | private let name: Int
| `- note: 'name' declared here
14 | }
15 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:54:56: error: cannot call value of non-function type 'Int'
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
| `- error: cannot call value of non-function type 'Int'
55 | let type: FileType?
56 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:64:18: error: cannot find 'DT_DIR' in scope
62 |
63 | switch DType.init(entry.pointee.d_type) {
64 | case DT_DIR: type = .directory
| `- error: cannot find 'DT_DIR' in scope
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:65:18: error: cannot find 'DT_REG' in scope
63 | switch DType.init(entry.pointee.d_type) {
64 | case DT_DIR: type = .directory
65 | case DT_REG: type = .regular
| `- error: cannot find 'DT_REG' in scope
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:66:18: error: cannot find 'DT_LNK' in scope
64 | case DT_DIR: type = .directory
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
| `- error: cannot find 'DT_LNK' in scope
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:67:18: error: cannot find 'DT_BLK' in scope
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
| `- error: cannot find 'DT_BLK' in scope
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:68:18: error: cannot find 'DT_CHR' in scope
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
| `- error: cannot find 'DT_CHR' in scope
69 | case DT_FIFO: type = .fifo
70 | case DT_SOCK: type = .socket
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:69:18: error: cannot find 'DT_FIFO' in scope
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
| `- error: cannot find 'DT_FIFO' in scope
70 | case DT_SOCK: type = .socket
71 | default: type = nil
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:70:18: error: cannot find 'DT_SOCK' in scope
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
70 | case DT_SOCK: type = .socket
| `- error: cannot find 'DT_SOCK' in scope
71 | default: type = nil
72 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:82:9: error: cannot find 'closedir' in scope
80 | }
81 |
82 | closedir(stream)
| `- error: cannot find 'closedir' in scope
83 | self.pointer = nil
84 | return nil
[817/1533] Compiling MarkdownAST Markdown.BlockParagraph.swift
[820/1534] Compiling PieCharts Pie.Shape.Slice.swift
[824/1556] Compiling PieCharts Pie.ShareFormat.swift
[825/1560] Compiling PieCharts Pie.swift
[826/1560] Compiling URI URI.AbsolutePathRule.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/Environment.swift:12:56: error: cannot find 'getenv' in scope
10 | extension Environment {
11 | @inlinable public static subscript(_ name: String) -> String? {
12 | if let cString: UnsafeMutablePointer<CChar> = getenv(name) {
| `- error: cannot find 'getenv' in scope
13 | return String.init(cString: cString)
14 | } else {
[827/1560] Compiling URI URI.PathComponentRule.UnencodedByte.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/Environment.swift:12:56: error: cannot find 'getenv' in scope
10 | extension Environment {
11 | @inlinable public static subscript(_ name: String) -> String? {
12 | if let cString: UnsafeMutablePointer<CChar> = getenv(name) {
| `- error: cannot find 'getenv' in scope
13 | return String.init(cString: cString)
14 | } else {
[828/1560] Compiling URI URI.PathComponentRule.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/Environment.swift:12:56: error: cannot find 'getenv' in scope
10 | extension Environment {
11 | @inlinable public static subscript(_ name: String) -> String? {
12 | if let cString: UnsafeMutablePointer<CChar> = getenv(name) {
| `- error: cannot find 'getenv' in scope
13 | return String.init(cString: cString)
14 | } else {
[829/1560] Compiling URI URI.PathElementRule.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/Environment.swift:12:56: error: cannot find 'getenv' in scope
10 | extension Environment {
11 | @inlinable public static subscript(_ name: String) -> String? {
12 | if let cString: UnsafeMutablePointer<CChar> = getenv(name) {
| `- error: cannot find 'getenv' in scope
13 | return String.init(cString: cString)
14 | } else {
[830/1560] Compiling URI URI.Path.Component.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:11:20: error: cannot find type 'pid_t' in scope
9 | @frozen public struct SystemProcess: Identifiable {
10 | let invocation: [String]
11 | public let id: pid_t
| `- error: cannot find type 'pid_t' in scope
12 |
13 | private init(invocation: [String], id: pid_t) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:13:44: error: cannot find type 'pid_t' in scope
11 | public let id: pid_t
12 |
13 | private init(invocation: [String], id: pid_t) {
| `- error: cannot find type 'pid_t' in scope
14 | self.invocation = invocation
15 | self.id = id
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:15:14: error: property 'id' requires that 'SystemProcess' be a class type
13 | private init(invocation: [String], id: pid_t) {
14 | self.invocation = invocation
15 | self.id = id
| `- error: property 'id' requires that 'SystemProcess' be a class type
16 | }
17 | }
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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:93:13: error: cannot find 'posix_spawn_file_actions_init' in scope
91 |
92 | do {
93 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'posix_spawn_file_actions_init' in scope
94 | }
95 | defer {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:93:44: error: cannot find 'actions' in scope
91 |
92 | do {
93 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'actions' in scope
94 | }
95 | defer {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:96:13: error: cannot find 'posix_spawn_file_actions_destroy' in scope
94 | }
95 | defer {
96 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'posix_spawn_file_actions_destroy' in scope
97 | }
98 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:96:47: error: cannot find 'actions' in scope
94 | }
95 | defer {
96 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'actions' in scope
97 | }
98 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:100:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
98 |
99 | if let stdout: FileDescriptor {
100 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
101 | }
102 | if let stderr: FileDescriptor {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:100:47: error: cannot find 'actions' in scope
98 |
99 | if let stdout: FileDescriptor {
100 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'actions' in scope
101 | }
102 | if let stderr: FileDescriptor {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:103:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
101 | }
102 | if let stderr: FileDescriptor {
103 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
104 | }
105 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:103:47: error: cannot find 'actions' in scope
101 | }
102 | if let stderr: FileDescriptor {
103 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'actions' in scope
104 | }
105 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:107:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
105 |
106 | for stream: SystemProcess.Stream in streams {
107 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
108 | }
109 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:107:47: error: cannot find 'actions' in scope
105 |
106 | for stream: SystemProcess.Stream in streams {
107 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'actions' in scope
108 | }
109 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:110:22: error: cannot find type 'pid_t' in scope
108 | }
109 |
110 | var process: pid_t = 0
| `- error: cannot find type 'pid_t' in scope
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:113:17: error: cannot find 'posix_spawnp' in scope
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawnp' in scope
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:113:50: error: cannot find 'actions' in scope
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:115:17: error: cannot find 'posix_spawn' in scope
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawn' in scope
116 | }
117 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:115:55: error: cannot find 'actions' in scope
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
116 | }
117 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:113:59: error: 'nil' requires a contextual type
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: 'nil' requires a contextual type
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:122:47: error: extra argument 'id' in call
120 | }
121 |
122 | self.init(invocation: invocation, id: process)
| `- error: extra argument 'id' in call
123 | }
124 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:122:19: error: missing argument for parameter 'command' in call
28 | }
29 | extension SystemProcess {
30 | public init(
| `- note: 'init(command:_:stdout:stderr:duping:echo:with:)' declared here
31 | command: String?,
32 | _ arguments: String?...,
:
120 | }
121 |
122 | self.init(invocation: invocation, id: process)
| `- error: missing argument for parameter 'command' in call
123 | }
124 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:122:31: error: cannot convert value of type '[String]' to expected argument type 'String'
120 | }
121 |
122 | self.init(invocation: invocation, id: process)
| `- error: cannot convert value of type '[String]' to expected argument type 'String'
123 | }
124 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:128:16: error: cannot find 'waitpid' in scope
126 | var status: Int32 = 0
127 |
128 | switch waitpid(self.id, &status, 0) {
| `- error: cannot find 'waitpid' in scope
129 | case self.id: break
130 | case let status: return .failure(.wait(status, self.invocation))
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:128:29: error: property 'id' requires that 'SystemProcess' be a class type
126 | var status: Int32 = 0
127 |
128 | switch waitpid(self.id, &status, 0) {
| `- error: property 'id' requires that 'SystemProcess' be a class type
129 | case self.id: break
130 | case let status: return .failure(.wait(status, self.invocation))
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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:129:19: error: property 'id' requires that 'SystemProcess' be a class type
127 |
128 | switch waitpid(self.id, &status, 0) {
129 | case self.id: break
| `- error: property 'id' requires that 'SystemProcess' be a class type
130 | case let status: return .failure(.wait(status, self.invocation))
131 | }
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 | }
[831/1560] Compiling SystemIO SystemProcessError.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:11:20: error: cannot find type 'pid_t' in scope
9 | @frozen public struct SystemProcess: Identifiable {
10 | let invocation: [String]
11 | public let id: pid_t
| `- error: cannot find type 'pid_t' in scope
12 |
13 | private init(invocation: [String], id: pid_t) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:13:44: error: cannot find type 'pid_t' in scope
11 | public let id: pid_t
12 |
13 | private init(invocation: [String], id: pid_t) {
| `- error: cannot find type 'pid_t' in scope
14 | self.invocation = invocation
15 | self.id = id
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:15:14: error: property 'id' requires that 'SystemProcess' be a class type
13 | private init(invocation: [String], id: pid_t) {
14 | self.invocation = invocation
15 | self.id = id
| `- error: property 'id' requires that 'SystemProcess' be a class type
16 | }
17 | }
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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:93:13: error: cannot find 'posix_spawn_file_actions_init' in scope
91 |
92 | do {
93 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'posix_spawn_file_actions_init' in scope
94 | }
95 | defer {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:93:44: error: cannot find 'actions' in scope
91 |
92 | do {
93 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'actions' in scope
94 | }
95 | defer {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:96:13: error: cannot find 'posix_spawn_file_actions_destroy' in scope
94 | }
95 | defer {
96 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'posix_spawn_file_actions_destroy' in scope
97 | }
98 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:96:47: error: cannot find 'actions' in scope
94 | }
95 | defer {
96 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'actions' in scope
97 | }
98 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:100:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
98 |
99 | if let stdout: FileDescriptor {
100 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
101 | }
102 | if let stderr: FileDescriptor {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:100:47: error: cannot find 'actions' in scope
98 |
99 | if let stdout: FileDescriptor {
100 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'actions' in scope
101 | }
102 | if let stderr: FileDescriptor {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:103:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
101 | }
102 | if let stderr: FileDescriptor {
103 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
104 | }
105 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:103:47: error: cannot find 'actions' in scope
101 | }
102 | if let stderr: FileDescriptor {
103 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'actions' in scope
104 | }
105 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:107:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
105 |
106 | for stream: SystemProcess.Stream in streams {
107 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
108 | }
109 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:107:47: error: cannot find 'actions' in scope
105 |
106 | for stream: SystemProcess.Stream in streams {
107 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'actions' in scope
108 | }
109 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:110:22: error: cannot find type 'pid_t' in scope
108 | }
109 |
110 | var process: pid_t = 0
| `- error: cannot find type 'pid_t' in scope
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:113:17: error: cannot find 'posix_spawnp' in scope
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawnp' in scope
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:113:50: error: cannot find 'actions' in scope
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:115:17: error: cannot find 'posix_spawn' in scope
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawn' in scope
116 | }
117 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:115:55: error: cannot find 'actions' in scope
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
116 | }
117 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:113:59: error: 'nil' requires a contextual type
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: 'nil' requires a contextual type
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:122:47: error: extra argument 'id' in call
120 | }
121 |
122 | self.init(invocation: invocation, id: process)
| `- error: extra argument 'id' in call
123 | }
124 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:122:19: error: missing argument for parameter 'command' in call
28 | }
29 | extension SystemProcess {
30 | public init(
| `- note: 'init(command:_:stdout:stderr:duping:echo:with:)' declared here
31 | command: String?,
32 | _ arguments: String?...,
:
120 | }
121 |
122 | self.init(invocation: invocation, id: process)
| `- error: missing argument for parameter 'command' in call
123 | }
124 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:122:31: error: cannot convert value of type '[String]' to expected argument type 'String'
120 | }
121 |
122 | self.init(invocation: invocation, id: process)
| `- error: cannot convert value of type '[String]' to expected argument type 'String'
123 | }
124 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:128:16: error: cannot find 'waitpid' in scope
126 | var status: Int32 = 0
127 |
128 | switch waitpid(self.id, &status, 0) {
| `- error: cannot find 'waitpid' in scope
129 | case self.id: break
130 | case let status: return .failure(.wait(status, self.invocation))
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:128:29: error: property 'id' requires that 'SystemProcess' be a class type
126 | var status: Int32 = 0
127 |
128 | switch waitpid(self.id, &status, 0) {
| `- error: property 'id' requires that 'SystemProcess' be a class type
129 | case self.id: break
130 | case let status: return .failure(.wait(status, self.invocation))
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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:129:19: error: property 'id' requires that 'SystemProcess' be a class type
127 |
128 | switch waitpid(self.id, &status, 0) {
129 | case self.id: break
| `- error: property 'id' requires that 'SystemProcess' be a class type
130 | case let status: return .failure(.wait(status, self.invocation))
131 | }
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 | }
[832/1560] Compiling SystemIO lexemes.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:11:20: error: cannot find type 'pid_t' in scope
9 | @frozen public struct SystemProcess: Identifiable {
10 | let invocation: [String]
11 | public let id: pid_t
| `- error: cannot find type 'pid_t' in scope
12 |
13 | private init(invocation: [String], id: pid_t) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:13:44: error: cannot find type 'pid_t' in scope
11 | public let id: pid_t
12 |
13 | private init(invocation: [String], id: pid_t) {
| `- error: cannot find type 'pid_t' in scope
14 | self.invocation = invocation
15 | self.id = id
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:15:14: error: property 'id' requires that 'SystemProcess' be a class type
13 | private init(invocation: [String], id: pid_t) {
14 | self.invocation = invocation
15 | self.id = id
| `- error: property 'id' requires that 'SystemProcess' be a class type
16 | }
17 | }
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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:93:13: error: cannot find 'posix_spawn_file_actions_init' in scope
91 |
92 | do {
93 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'posix_spawn_file_actions_init' in scope
94 | }
95 | defer {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:93:44: error: cannot find 'actions' in scope
91 |
92 | do {
93 | posix_spawn_file_actions_init(&actions)
| `- error: cannot find 'actions' in scope
94 | }
95 | defer {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:96:13: error: cannot find 'posix_spawn_file_actions_destroy' in scope
94 | }
95 | defer {
96 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'posix_spawn_file_actions_destroy' in scope
97 | }
98 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:96:47: error: cannot find 'actions' in scope
94 | }
95 | defer {
96 | posix_spawn_file_actions_destroy(&actions)
| `- error: cannot find 'actions' in scope
97 | }
98 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:100:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
98 |
99 | if let stdout: FileDescriptor {
100 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
101 | }
102 | if let stderr: FileDescriptor {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:100:47: error: cannot find 'actions' in scope
98 |
99 | if let stdout: FileDescriptor {
100 | posix_spawn_file_actions_adddup2(&actions, stdout.rawValue, 1)
| `- error: cannot find 'actions' in scope
101 | }
102 | if let stderr: FileDescriptor {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:103:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
101 | }
102 | if let stderr: FileDescriptor {
103 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
104 | }
105 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:103:47: error: cannot find 'actions' in scope
101 | }
102 | if let stderr: FileDescriptor {
103 | posix_spawn_file_actions_adddup2(&actions, stderr.rawValue, 2)
| `- error: cannot find 'actions' in scope
104 | }
105 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:107:13: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
105 |
106 | for stream: SystemProcess.Stream in streams {
107 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
108 | }
109 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:107:47: error: cannot find 'actions' in scope
105 |
106 | for stream: SystemProcess.Stream in streams {
107 | posix_spawn_file_actions_adddup2(&actions, stream.parent.rawValue, stream.child)
| `- error: cannot find 'actions' in scope
108 | }
109 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:110:22: error: cannot find type 'pid_t' in scope
108 | }
109 |
110 | var process: pid_t = 0
| `- error: cannot find type 'pid_t' in scope
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:113:17: error: cannot find 'posix_spawnp' in scope
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawnp' in scope
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:113:50: error: cannot find 'actions' in scope
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:115:17: error: cannot find 'posix_spawn' in scope
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'posix_spawn' in scope
116 | }
117 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:115:55: error: cannot find 'actions' in scope
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
| `- error: cannot find 'actions' in scope
116 | }
117 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:113:59: error: 'nil' requires a contextual type
111 | let status: Int32 = environment.withUnsafePointers {
112 | if let command: String {
113 | posix_spawnp(&process, command, &actions, nil, argv, $0)
| `- error: 'nil' requires a contextual type
114 | } else {
115 | posix_spawn(&process, invocation[0], &actions, nil, argv, $0)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:122:47: error: extra argument 'id' in call
120 | }
121 |
122 | self.init(invocation: invocation, id: process)
| `- error: extra argument 'id' in call
123 | }
124 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:122:19: error: missing argument for parameter 'command' in call
28 | }
29 | extension SystemProcess {
30 | public init(
| `- note: 'init(command:_:stdout:stderr:duping:echo:with:)' declared here
31 | command: String?,
32 | _ arguments: String?...,
:
120 | }
121 |
122 | self.init(invocation: invocation, id: process)
| `- error: missing argument for parameter 'command' in call
123 | }
124 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:122:31: error: cannot convert value of type '[String]' to expected argument type 'String'
120 | }
121 |
122 | self.init(invocation: invocation, id: process)
| `- error: cannot convert value of type '[String]' to expected argument type 'String'
123 | }
124 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:128:16: error: cannot find 'waitpid' in scope
126 | var status: Int32 = 0
127 |
128 | switch waitpid(self.id, &status, 0) {
| `- error: cannot find 'waitpid' in scope
129 | case self.id: break
130 | case let status: return .failure(.wait(status, self.invocation))
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:128:29: error: property 'id' requires that 'SystemProcess' be a class type
126 | var status: Int32 = 0
127 |
128 | switch waitpid(self.id, &status, 0) {
| `- error: property 'id' requires that 'SystemProcess' be a class type
129 | case self.id: break
130 | case let status: return .failure(.wait(status, self.invocation))
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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:129:19: error: property 'id' requires that 'SystemProcess' be a class type
127 |
128 | switch waitpid(self.id, &status, 0) {
129 | case self.id: break
| `- error: property 'id' requires that 'SystemProcess' be a class type
130 | case let status: return .failure(.wait(status, self.invocation))
131 | }
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 | }
[833/1560] Emitting module OrderedCollections
[834/1561] Compiling URI URI.RelativePathRule.swift
[835/1561] Compiling URI URI.QueryComponentRule.UnencodedByte.swift
[836/1561] Compiling URI URI.QueryComponentRule.swift
[838/1561] Compiling URI URI.QueryRule.Parameters.swift
[839/1561] Compiling URI URI.QueryRule.swift
[840/1565] Compiling PieCharts Pie.Shape.swift
[841/1565] Compiling URI PercentEncodedByteRule.swift
[842/1565] Compiling URI PercentEncodedStringRule.swift
[844/1565] Compiling URI URI.FragmentRule.swift
[846/1565] Compiling PieCharts Pie.ShareFormat1F.swift
[847/1565] Compiling URI URI.Fragment.swift
[848/1565] Compiling URI URI.FragmentRule.UnencodedByte.swift
[854/1565] Compiling URI URI.PathSeparatorRule.swift
[855/1565] Compiling URI PercentEncodingSet.swift
[856/1565] Compiling URI URI.Fragment.EncodingSet.swift
[857/1592] Compiling MarkdownAST Markdown.BinaryEncoder (ext).swift
[858/1592] Compiling MarkdownAST Markdown.Outlinable.swift
[859/1592] Compiling MarkdownAST Markdown.ParsingEngine.swift
[860/1592] Compiling MarkdownAST Markdown.ParsingFlavor.swift
[861/1592] Compiling MarkdownAST Markdown.Source.swift
[862/1592] Compiling MarkdownAST Markdown.SourceString.swift
[863/1592] Compiling MarkdownAST Markdown.SourceURL.Provenance.swift
[869/1592] Compiling Multiparts MultipartForm.Item.Header.swift
[870/1592] Compiling Multiparts MultipartForm.Item.swift
[871/1598] Compiling Multiparts MultipartParameterRule.QuotedString.EscapedCharacter.swift
[872/1598] Compiling Multiparts MultipartParameterRule.QuotedString.LiteralCharacter.swift
[873/1598] Compiling Multiparts MultipartParameterRule.QuotedString.swift
[874/1598] Compiling Multiparts MultipartForm.Iterator.swift
[875/1598] Compiling Multiparts MultipartForm.swift
[876/1598] Compiling Multiparts MultipartSplitError.swift
[877/1598] Compiling Multiparts Collection (ext).swift
[880/1598] Compiling Multiparts ContentType.swift
[881/1598] Compiling URI URI.Rule.swift
[882/1598] Compiling URI URI.Path.Component.EncodingSet.swift
[888/1598] Compiling Multiparts MultipartParameterRule.swift
[889/1598] Compiling URI URI.Path.swift
[890/1598] Compiling URI URI.Query.EncodingSet.swift
[898/1598] Compiling Multiparts ContentTypeRule.swift
[899/1598] Compiling Multiparts HorizontalWhitespaceRule.swift
[900/1598] Compiling Multiparts MultipartView.swift
[901/1598] Compiling Multiparts ContentDisposition.swift
[902/1598] Compiling Multiparts ContentDispositionRule.swift
[903/1598] Emitting module PieCharts
[904/1599] Emitting module _AsyncChannel
[905/1599] Compiling _AsyncChannel AsyncChannel.swift
[906/1599] Compiling _AsyncChannel Rethrow.swift
[912/1601] Compiling Multiparts MultipartHeaderRule.swift
[913/1601] Compiling Multiparts MultipartParameterRule.QuotedString.EscapeSequence.swift
[923/1601] Compiling Multiparts MultipartHeaderRule.OpaqueFieldValue.swift
[930/1601] Compiling _AsyncChannel Locking.swift
[931/1601] Compiling Multiparts MultipartTokenRule.CodeUnit.swift
[932/1601] Compiling Multiparts MultipartTokenRule.swift
[936/1601] Compiling URI URI.Query.swift
[937/1601] Compiling URI URI.QueryEncodedForm.swift
[938/1601] Compiling URI URI.swift
[939/1601] Compiling MarkdownAST Markdown.InlineImage.swift
[940/1601] Compiling MarkdownAST Markdown.InlineSpan.swift
[941/1601] Compiling MarkdownAST Markdown.AnyReference.swift
[942/1601] Compiling MarkdownAST Markdown.AttributeEncoder (ext).swift
[943/1604] Emitting module MarkdownAST
[944/1621] Compiling JSONParsing JSON.Object (ext).swift
[945/1621] Compiling JSONParsing JSON (ext).swift
[946/1621] Compiling JSONParsing JSON.NodeRule.Array.swift
[947/1624] Compiling _AsyncChannel ChannelStorage.swift
[948/1624] Emitting module URI
[952/1624] Emitting module Multiparts
[954/1625] Compiling JSONParsing JSON.StringRule.CodeUnit.swift
[955/1625] Compiling JSONParsing JSON.StringRule.EscapeSequence.swift
[958/1625] Compiling JSONParsing JSON.NodeRule.False.swift
[960/1625] Compiling JSONParsing JSON.NodeRule.Inf.swift
[961/1625] Compiling JSONParsing JSON.NodeRule.NaN.swift
[962/1625] Compiling JSONParsing JSON.NodeRule.Nonfinite.swift
[963/1625] Compiling JSONParsing JSON.NodeRule.True.swift
[964/1625] Compiling JSONParsing JSON.NodeRule.swift
[966/1687] Compiling _AsyncChannel ChannelStateMachine.swift
[967/1687] Compiling _AsyncChannel AsyncThrowingChannel.swift
[968/1692] Compiling MarkdownRendering Markdown.SyntaxHighlight.swift
[969/1692] Compiling MarkdownRendering Markdown.TreeContext.AttributeContext.swift
[970/1692] Compiling MarkdownRendering Markdown.TreeContext.AttributeList.swift
[971/1692] Compiling MarkdownRendering HTML.AttributeEncoder (ext).swift
[973/1692] Compiling UCF UCF.Selector.Seal.swift
[974/1692] Compiling MarkdownAST Markdown.Table.BodyCell.swift
[975/1692] Compiling MarkdownAST Markdown.Table.HeaderCell.swift
[976/1692] Compiling MarkdownAST Markdown.Table.Row.swift
[977/1692] Compiling MarkdownAST Markdown.Table.swift
[978/1692] Compiling MarkdownAST exports.swift
[979/1693] Compiling UCF UCF.TypeElementRule.PostfixOperator.swift
[980/1693] Compiling UCF UCF.IdentifierRule.swift
[981/1693] Compiling UCF UCF.NominalPatternRule.GenericArguments.swift
[982/1693] Compiling UCF UCF.NominalPatternRule.PathComponent.swift
[983/1693] Compiling UCF UCF.NominalPatternRule.swift
[984/1693] Compiling UCF UCF.SignaturePattern.swift
[985/1693] Compiling MarkdownRendering Markdown.Bytecode (ext).swift
[986/1693] Compiling MarkdownRendering Markdown.Bytecode.SafeView.swift
[987/1693] Compiling MarkdownRendering Markdown.RenderingError.swift
[988/1693] Compiling MarkdownRendering MarkdownAttributeContext.swift
[989/1693] Compiling MarkdownRendering Markdown.TextContext.AttributeContext.swift
[990/1693] Compiling MarkdownRendering Markdown.TextContext.swift
[991/1693] Compiling MarkdownRendering Markdown.TreeContext.Section.swift
[992/1693] Compiling MarkdownRendering Markdown.TreeContext.Signage.swift
[993/1693] Compiling MarkdownRendering Markdown.TreeContext.swift
[994/1693] Compiling UCF UCF.TuplePatternRule.swift
[995/1693] Compiling UCF UCF.TypeElement.swift
[996/1693] Compiling UCF UCF.TypeElementRule.PostfixMetatype.swift
[998/1731] Compiling JSONDecoding Set (ext).swift
[999/1731] Compiling JSONDecoding String (ext).swift
[1000/1733] Emitting module JSONParsing
[1001/1734] Compiling JSONDecoding Int64 (ext).swift
[1002/1734] Compiling JSONDecoding Int8 (ext).swift
[1003/1734] Compiling JSONDecoding Int16 (ext).swift
[1004/1734] Compiling JSONDecoding Int32 (ext).swift
[1005/1739] Wrapping AST for _AsyncChannel for debugging
[1007/1739] Compiling MarkdownRendering exports.swift
[1008/1739] Compiling JSONDecoding UInt16 (ext).swift
[1009/1739] Compiling JSONDecoding UInt32 (ext).swift
[1010/1739] Compiling JSONDecoding UInt64 (ext).swift
[1011/1739] Compiling JSONDecoding UInt8 (ext).swift
[1012/1744] Compiling ISO ISO.swift
[1012/1744] Wrapping AST for UnixTime for debugging
[1014/1744] Compiling JSONDecoding Array (ext).swift
[1015/1744] Compiling JSONDecoding Bool (ext).swift
[1016/1744] Compiling JSONDecoding Character (ext).swift
[1017/1744] Compiling JSONDecoding Dictionary (ext).swift
[1018/1744] Compiling JSONDecoding Double (ext).swift
[1019/1744] Compiling JSONDecoding Float (ext).swift
[1020/1744] Compiling JSONDecoding Float16 (ext).swift
[1021/1744] Compiling JSONDecoding Float80 (ext).swift
[1022/1744] Compiling JSONDecoding Int (ext).swift
[1023/1744] Compiling JSONDecoding Int128 (ext).swift
[1027/1750] Wrapping AST for UnidocAssets for debugging
[1032/1750] Wrapping AST for URI for debugging
[1034/1750] Compiling MarkdownRendering TextOutputStreamableMarkdown.swift
[1046/1750] Wrapping AST for TraceableErrors for debugging
[1050/1750] Compiling JSONDecoding Unicode.Scalar (ext).swift
[1051/1750] Compiling JSONDecoding JSON.ArrayShape.swift
[1052/1750] Compiling JSONDecoding JSON.ArrayShapeCriteria.swift
[1053/1750] Compiling JSONDecoding JSON.ArrayShapeError.swift
[1063/1750] Emitting module MarkdownRendering
[1067/1751] Wrapping AST for SystemPackage for debugging
[1069/1751] Compiling JSONDecoding JSON.DecodingError.swift
[1070/1751] Compiling JSONDecoding JSON.ObjectDecoder.swift
[1071/1751] Compiling JSONDecoding JSON.ObjectKeyError.swift
[1072/1751] Compiling JSONDecoding JSON.SingleKeyError.swift
[1073/1751] Compiling JSONDecoding JSON.ValueError.swift
[1074/1751] Compiling JSONDecoding JSON.FieldDecoder.swift
[1075/1751] Compiling JSONDecoding JSON.OptionalDecoder.swift
[1076/1751] Compiling JSONDecoding JSON.TraceableDecoder.swift
[1077/1751] Compiling JSONDecoding JSON.Array (ext).swift
[1078/1751] Compiling JSONDecoding JSON.Object (ext).swift
[1079/1751] Compiling JSONDecoding JSONDecodable.swift
[1080/1751] Compiling JSONDecoding JSONObjectDecodable.swift
[1081/1751] Compiling JSONDecoding JSONStringDecodable.swift
[1082/1751] Compiling JSONDecoding Never (ext).swift
[1083/1751] Compiling JSONDecoding Optional (ext).swift
[1084/1751] Compiling JSONDecoding exports.swift
[1085/1751] Compiling UCF UCF.Selector.PathComponent.swift
[1086/1751] Wrapping AST for Symbols for debugging
[1103/1751] Wrapping AST for SwiftSyntax602 for debugging
[1105/1751] Emitting module UCF
[1105/1751] Wrapping AST for SwiftSyntax601 for debugging
[1106/1751] Wrapping AST for SwiftSyntax600 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1108/1751] Emitting module SystemIO
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/Environment.swift:12:56: error: cannot find 'getenv' in scope
10 | extension Environment {
11 | @inlinable public static subscript(_ name: String) -> String? {
12 | if let cString: UnsafeMutablePointer<CChar> = getenv(name) {
| `- error: cannot find 'getenv' in scope
13 | return String.init(cString: cString)
14 | } else {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.swift:10:14: error: cannot find type 'dev_t' in scope
8 |
9 | struct FileIdentifier: Equatable, Hashable {
10 | let dev: dev_t
| `- error: cannot find type 'dev_t' in scope
11 | let ino: ino_t
12 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.swift:11:14: error: cannot find type 'ino_t' in scope
9 | struct FileIdentifier: Equatable, Hashable {
10 | let dev: dev_t
11 | let ino: ino_t
| `- error: cannot find type 'ino_t' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.swift:9:8: error: type 'FileIdentifier' does not conform to protocol 'Hashable'
7 | #endif
8 |
9 | struct FileIdentifier: Equatable, Hashable {
| `- error: type 'FileIdentifier' does not conform to protocol 'Hashable'
10 | let dev: dev_t
| `- note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'FileIdentifier' to 'Hashable'
11 | let ino: ino_t
| `- note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'FileIdentifier' to 'Hashable'
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.swift:9:8: error: type 'FileIdentifier' does not conform to protocol 'Equatable'
7 | #endif
8 |
9 | struct FileIdentifier: Equatable, Hashable {
| |- error: type 'FileIdentifier' does not conform to protocol 'Equatable'
| `- note: add stubs for conformance
10 | let dev: dev_t
| `- note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'FileIdentifier' to 'Equatable'
11 | let ino: ino_t
| `- note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'FileIdentifier' to 'Equatable'
12 | }
13 |
Swift.==:1:24: note: candidate would match if 'FileIdentifier' conformed to 'RawRepresentable'
1 | @inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
| `- note: candidate would match if 'FileIdentifier' conformed to 'RawRepresentable'
Swift.FloatingPoint.==:2:20: note: candidate would match if 'FileIdentifier' conformed to 'FloatingPoint'
1 | protocol FloatingPoint {
2 | public static func == (lhs: Self, rhs: Self) -> Bool}
| `- note: candidate would match if 'FileIdentifier' conformed to 'FloatingPoint'
3 |
Swift.BinaryInteger.==:2:20: note: candidate would match if 'FileIdentifier' conformed to 'BinaryInteger'
1 | protocol BinaryInteger {
2 | public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
| `- note: candidate would match if 'FileIdentifier' conformed to 'BinaryInteger'
3 |
Swift._Pointer.==:2:20: note: candidate would match if 'FileIdentifier' conformed to '_Pointer'
1 | protocol _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool}
| `- note: candidate would match if 'FileIdentifier' conformed to '_Pointer'
3 |
Swift._Pointer.==:2:31: note: candidate would match if 'FileIdentifier' conformed to '_Pointer'
1 | protocol _Pointer {
2 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
| `- note: candidate would match if 'FileIdentifier' conformed to '_Pointer'
3 |
Swift.Strideable.==:2:31: note: candidate would match if 'FileIdentifier' conformed to 'Strideable'
1 | protocol Strideable {
2 | @inlinable public static func == (x: Self, y: Self) -> Bool}
| `- note: candidate would match if 'FileIdentifier' conformed to 'Strideable'
3 |
Swift.StringProtocol.==:2:31: note: candidate would match if 'FileIdentifier' conformed to 'StringProtocol'
1 | protocol StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
| `- note: candidate would match if 'FileIdentifier' conformed to 'StringProtocol'
3 |
Swift.SIMD.==:2:20: note: candidate would match if 'FileIdentifier' conformed to 'SIMD'
1 | protocol SIMD {
2 | public static func == (a: Self, b: Self) -> Bool}
| `- note: candidate would match if 'FileIdentifier' conformed to 'SIMD'
3 |
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(FileIdentifier, FileIdentifier) -> Bool'
1 | protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool}
| `- note: protocol requires function '==' with type '(FileIdentifier, FileIdentifier) -> Bool'
3 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:14:39: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
12 | /// An unsafe interface for iterating directory entries from a directory pointer.
13 | struct Stream: ~Copyable {
14 | private var pointer: FilePath.DirectoryPointer?
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
15 |
16 | private init(pointer: FilePath.DirectoryPointer?) {
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:26:47: error: cannot find type 'dirent' in scope
24 | }
25 | extension FilePath.Directory.Stream.DirentOffsets {
26 | func name(from base: UnsafeMutablePointer<dirent>) -> FilePath.Component {
| `- error: cannot find type 'dirent' in scope
27 | // `base` is likely statically-allocated, and has variable-length layout.
28 | // attemping to unbind or rebind memory would be meaningless, as we must
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:16:40: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
14 | private var pointer: FilePath.DirectoryPointer?
15 |
16 | private init(pointer: FilePath.DirectoryPointer?) {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
17 | self.pointer = pointer
18 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:49:36: error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
47 |
48 | mutating func next() -> (FilePath.Component, FileType?)? {
49 | guard let stream: FilePath.DirectoryPointer = self.pointer else {
| `- error: 'DirectoryPointer' is not a member type of struct 'SystemPackage.FilePath'
50 | return nil
51 | }
/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, *)
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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:49:60: error: type of expression is ambiguous without a type annotation
47 |
48 | mutating func next() -> (FilePath.Component, FileType?)? {
49 | guard let stream: FilePath.DirectoryPointer = self.pointer else {
| `- error: type of expression is ambiguous without a type annotation
50 | return nil
51 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:47: error: cannot find type 'dirent' in scope
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: cannot find type 'dirent' in scope
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:57: error: cannot find 'readdir' in scope
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: cannot find 'readdir' in scope
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:53:57: error: type of expression is ambiguous without a type annotation
51 | }
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
| `- error: type of expression is ambiguous without a type annotation
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
55 | let type: FileType?
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:54:56: error: 'name' is inaccessible due to 'private' protection level
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
| `- error: 'name' is inaccessible due to 'private' protection level
55 | let type: FileType?
56 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:13:21: note: 'name' declared here
11 | extension FilePath.Directory.Stream {
12 | struct DirentOffsets {
13 | private let name: Int
| `- note: 'name' declared here
14 | }
15 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:54:56: error: cannot call value of non-function type 'Int'
52 |
53 | while let entry: UnsafeMutablePointer<dirent> = readdir(stream) {
54 | let name: FilePath.Component = Self.dirent.name(from: entry)
| `- error: cannot call value of non-function type 'Int'
55 | let type: FileType?
56 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:64:18: error: cannot find 'DT_DIR' in scope
62 |
63 | switch DType.init(entry.pointee.d_type) {
64 | case DT_DIR: type = .directory
| `- error: cannot find 'DT_DIR' in scope
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:65:18: error: cannot find 'DT_REG' in scope
63 | switch DType.init(entry.pointee.d_type) {
64 | case DT_DIR: type = .directory
65 | case DT_REG: type = .regular
| `- error: cannot find 'DT_REG' in scope
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:66:18: error: cannot find 'DT_LNK' in scope
64 | case DT_DIR: type = .directory
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
| `- error: cannot find 'DT_LNK' in scope
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:67:18: error: cannot find 'DT_BLK' in scope
65 | case DT_REG: type = .regular
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
| `- error: cannot find 'DT_BLK' in scope
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:68:18: error: cannot find 'DT_CHR' in scope
66 | case DT_LNK: type = .symlink
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
| `- error: cannot find 'DT_CHR' in scope
69 | case DT_FIFO: type = .fifo
70 | case DT_SOCK: type = .socket
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:69:18: error: cannot find 'DT_FIFO' in scope
67 | case DT_BLK: type = .blockDevice
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
| `- error: cannot find 'DT_FIFO' in scope
70 | case DT_SOCK: type = .socket
71 | default: type = nil
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:70:18: error: cannot find 'DT_SOCK' in scope
68 | case DT_CHR: type = .characterDevice
69 | case DT_FIFO: type = .fifo
70 | case DT_SOCK: type = .socket
| `- error: cannot find 'DT_SOCK' in scope
71 | default: type = nil
72 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.swift:82:9: error: cannot find 'closedir' in scope
80 | }
81 |
82 | closedir(stream)
| `- error: cannot find 'closedir' in scope
83 | self.pointer = nil
84 | return nil
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:12:34: error: cannot find type 'stat' in scope
10 |
11 | @frozen public struct FileStatus {
12 | @usableFromInline let value: stat
| `- error: cannot find type 'stat' in scope
13 |
14 | private init(value: stat) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:14:25: error: cannot find type 'stat' in scope
12 | @usableFromInline let value: stat
13 |
14 | private init(value: stat) {
| `- error: cannot find type 'stat' in scope
15 | self.value = value
16 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:25:30: error: cannot find 'S_IFMT' in scope
23 | extension FileStatus {
24 | @inlinable public func `is`(_ type: FileType) -> Bool {
25 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
26 | }
27 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:19:26: error: cannot find type 'mode_t' in scope
17 | }
18 | extension FileType {
19 | @inlinable var mask: mode_t {
| `- error: cannot find type 'mode_t' in scope
20 | switch self {
21 | case .blockDevice: S_IFBLK
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:29:37: error: cannot find 'S_IFMT' in scope
27 |
28 | @inlinable public var type: FileType? {
29 | switch self.value.st_mode & S_IFMT {
| `- error: cannot find 'S_IFMT' in scope
30 | case S_IFBLK: .blockDevice
31 | case S_IFCHR: .characterDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:11:20: error: cannot find type 'pid_t' in scope
9 | @frozen public struct SystemProcess: Identifiable {
10 | let invocation: [String]
11 | public let id: pid_t
| `- error: cannot find type 'pid_t' in scope
12 |
13 | private init(invocation: [String], id: pid_t) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:13:44: error: cannot find type 'pid_t' in scope
11 | public let id: pid_t
12 |
13 | private init(invocation: [String], id: pid_t) {
| `- error: cannot find type 'pid_t' in scope
14 | self.invocation = invocation
15 | self.id = id
[1109/1751] Compiling ISO ISO.Locale.swift
[1110/1751] Compiling ISO ISO.Macrolanguage (gen).swift
[1111/1751] Emitting module JSONDecoding
[1111/1751] Wrapping AST for SwiftSyntax510 for debugging
[1112/1751] Wrapping AST for Sources for debugging
[1123/1752] Wrapping AST for SourceDiagnostics for debugging
[1124/1752] Wrapping AST for Snippets for debugging
[1126/1752] Wrapping AST for Sitemaps for debugging
[1127/1752] Wrapping AST for SemanticVersions for debugging
[1128/1752] Wrapping AST for S3 for debugging
[1129/1752] Wrapping AST for SHA1 for debugging
[1130/1755] Wrapping AST for PieCharts for debugging
[1131/1755] Wrapping AST for OrderedCollections for debugging
[1133/1755] Compiling JSON exports.swift
[1134/1755] Compiling JSON JSON (ext).swift
[1134/1755] Wrapping AST for Multiparts for debugging
[1135/1755] Wrapping AST for Mongo for debugging
[1137/1755] Emitting module JSON
[1137/1756] Wrapping AST for MessageAuthentication for debugging
[1138/1756] Wrapping AST for Media for debugging
[1140/1756] Wrapping AST for MarkdownDisplay for debugging
[1141/1756] Wrapping AST for MarkdownRendering for debugging
[1142/1756] Wrapping AST for MarkdownAST for debugging
[1143/1756] Wrapping AST for MarkdownABI for debugging
[1144/1758] Wrapping AST for MD5 for debugging
[1145/1758] Wrapping AST for LexicalPaths for debugging
[1146/1758] Wrapping AST for JSONParsing for debugging
[1147/1758] Wrapping AST for JSONEncoding for debugging
[1148/1758] Wrapping AST for JSONDecoding for debugging
[1150/1758] Emitting module ISO
[1151/1758] Compiling ISO ISO.Country (gen).swift
[1152/1759] Emitting module SHA1_JSON
[1152/1759] Wrapping AST for JSONAST for debugging
[1155/1759] Compiling SHA1_JSON SHA1 (ext).swift
[1155/1759] Wrapping AST for JSON for debugging
[1156/1760] Wrapping AST for InternalCollectionsUtilities for debugging
[1157/1760] Wrapping AST for InlineDictionary for debugging
[1159/1772] Wrapping AST for InlineArray for debugging
[1159/1772] Wrapping AST for InlineBuffer for debugging
[1161/1772] Wrapping AST for ISO for debugging
[1162/1772] Wrapping AST for IP for debugging
[1164/1772] Compiling UnixCalendar UnixDate (ext).swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
[1164/1773] Wrapping AST for Grammar for debugging
[1165/1773] Wrapping AST for HTML for debugging
[1167/1773] Compiling UnixCalendar Timestamp.Weekday.swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
[1168/1773] Compiling UnixCalendar Timestamp.Year.swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
[1169/1773] Compiling UCF UCF.Selector.Suffix.swift
[1170/1773] Compiling UCF UCF.Selector.swift
[1171/1773] Compiling UCF UCF.SignatureFilter.swift
[1172/1773] Compiling UCF Doclink.swift
[1173/1773] Compiling UCF UCF.AnchorMangling.swift
[1174/1773] Compiling UCF UCF.swift
[1174/1778] Wrapping AST for SHA1_JSON for debugging
[1177/1799] Compiling UnidocAPI Unidoc.BuildFailure.swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
[1178/1799] Compiling UnidocAPI Unidoc.BuildLabels.swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
[1184/1799] Compiling UnixCalendar UnixAttosecond (ext).swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:27:19: error: cannot find type 'timespec' in scope
25 | /// Returns the current maximum-precision time by calling into the operating system.
26 | public static func now() -> Self {
27 | var time: timespec = .init()
| `- error: cannot find type 'timespec' in scope
28 |
29 | if clock_gettime(CLOCK_REALTIME, &time) != 0 {
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:29:13: error: cannot find 'clock_gettime' in scope
27 | var time: timespec = .init()
28 |
29 | if clock_gettime(CLOCK_REALTIME, &time) != 0 {
| `- error: cannot find 'clock_gettime' in scope
30 | fatalError("system clock unavailable! (CLOCK_REALTIME)")
31 | }
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:29:27: error: cannot find 'CLOCK_REALTIME' in scope
27 | var time: timespec = .init()
28 |
29 | if clock_gettime(CLOCK_REALTIME, &time) != 0 {
| `- error: cannot find 'CLOCK_REALTIME' in scope
30 | fatalError("system clock unavailable! (CLOCK_REALTIME)")
31 | }
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:53:19: error: cannot find type 'tm' in scope
51 | }
52 |
53 | var time: tm = .init(
| `- error: cannot find type 'tm' in scope
54 | tm_sec: timestamp.time.second,
55 | tm_min: timestamp.time.minute,
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:68:52: error: cannot find 'timegm' in scope
66 | )
67 |
68 | switch withUnsafeMutablePointer(to: &time, timegm) {
| `- error: cannot find 'timegm' in scope
69 | case -1: return nil
70 | case let second: self = .second(Int64.init(second))
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:68:16: error: generic parameter 'E' could not be inferred
66 | )
67 |
68 | switch withUnsafeMutablePointer(to: &time, timegm) {
| `- error: generic parameter 'E' could not be inferred
69 | case -1: return nil
70 | case let second: self = .second(Int64.init(second))
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:68:16: error: generic parameter 'Result' could not be inferred
66 | )
67 |
68 | switch withUnsafeMutablePointer(to: &time, timegm) {
| `- error: generic parameter 'Result' could not be inferred
69 | case -1: return nil
70 | case let second: self = .second(Int64.init(second))
Swift.withUnsafeMutablePointer:1:13: note: in call to function 'withUnsafeMutablePointer(to:_:)'
1 | public func withUnsafeMutablePointer<T, E, Result>(to value: inout T, _ body: (UnsafeMutablePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable
| `- note: in call to function 'withUnsafeMutablePointer(to:_:)'
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:68:52: error: converting non-escaping value to '(UnsafeMutablePointer<T>) throws(E) -> Result' may allow it to escape
66 | )
67 |
68 | switch withUnsafeMutablePointer(to: &time, timegm) {
| `- error: converting non-escaping value to '(UnsafeMutablePointer<T>) throws(E) -> Result' may allow it to escape
69 | case -1: return nil
70 | case let second: self = .second(Int64.init(second))
[1185/1799] Compiling UnixCalendar Timestamp.swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:47:24: error: cannot find type 'tm' in scope
45 | extension Timestamp {
46 | init?(secondSinceEpoch: Int) {
47 | var segmented: tm = .init(
| `- error: cannot find type 'tm' in scope
48 | tm_sec: -1,
49 | tm_min: -1,
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:62:57: error: cannot find 'gmtime_r' in scope
60 | )
61 |
62 | guard withUnsafePointer(to: secondSinceEpoch, { gmtime_r($0, &segmented) }) != nil,
| `- error: cannot find 'gmtime_r' in scope
63 | let weekday: Timestamp.Weekday = .init(rawValue: Int.init(segmented.tm_wday)),
64 | let month: Timestamp.Month = .init(rawValue: segmented.tm_mon + 1) else {
[1186/1799] Compiling UnidocAPI Unidoc.BuildSelector.swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
[1187/1799] Compiling UnidocAPI Unidoc.BuildStage.swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
[1187/1799] Wrapping AST for FNV1 for debugging
[1189/1799] Compiling UnixCalendar UnixMillisecond (ext).swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
[1189/1805] Wrapping AST for DOM for debugging
[1191/1834] Compiling GitHubAPI GitHub.AppInstallationAccessTokenResponse.swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
[1192/1834] Compiling GitHubAPI GitHub.Installation.swift
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1193/1842] Emitting module UnixCalendar
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/Timestamp.swift:15:8: error: Platform doesn’t support 'gmtime_r'
13 |
14 | #else
15 | #error("Platform doesn’t support 'gmtime_r'")
| `- error: Platform doesn’t support 'gmtime_r'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:21:8: error: Platform doesn’t support 'clock_gettime'
19 | public import func Darwin.timegm
20 | #else
21 | #error("Platform doesn’t support 'clock_gettime'")
| `- error: Platform doesn’t support 'clock_gettime'
22 | #endif
23 |
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:53:19: error: cannot find type 'tm' in scope
51 | }
52 |
53 | var time: tm = .init(
| `- error: cannot find type 'tm' in scope
54 | tm_sec: timestamp.time.second,
55 | tm_min: timestamp.time.minute,
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:68:52: error: cannot find 'timegm' in scope
66 | )
67 |
68 | switch withUnsafeMutablePointer(to: &time, timegm) {
| `- error: cannot find 'timegm' in scope
69 | case -1: return nil
70 | case let second: self = .second(Int64.init(second))
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:68:52: error: converting non-escaping value to '(UnsafeMutablePointer<T>) throws(E) -> Result' may allow it to escape
66 | )
67 |
68 | switch withUnsafeMutablePointer(to: &time, timegm) {
| `- error: converting non-escaping value to '(UnsafeMutablePointer<T>) throws(E) -> Result' may allow it to escape
69 | case -1: return nil
70 | case let second: self = .second(Int64.init(second))
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:68:16: error: generic parameter 'E' could not be inferred
66 | )
67 |
68 | switch withUnsafeMutablePointer(to: &time, timegm) {
| `- error: generic parameter 'E' could not be inferred
69 | case -1: return nil
70 | case let second: self = .second(Int64.init(second))
/host/spi-builder-workspace/.build/checkouts/u/Sources/UnixCalendar/UnixAttosecond (ext).swift:68:16: error: generic parameter 'Result' could not be inferred
66 | )
67 |
68 | switch withUnsafeMutablePointer(to: &time, timegm) {
| `- error: generic parameter 'Result' could not be inferred
69 | case -1: return nil
70 | case let second: self = .second(Int64.init(second))
Swift.withUnsafeMutablePointer:1:13: note: in call to function 'withUnsafeMutablePointer(to:_:)'
1 | public func withUnsafeMutablePointer<T, E, Result>(to value: inout T, _ body: (UnsafeMutablePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable
| `- note: in call to function 'withUnsafeMutablePointer(to:_:)'
[1194/1884] Compiling MarkdownSemantics Markdown.BlockAside.Throws.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
[1195/1884] Compiling MarkdownSemantics Markdown.BlockAside.Tip.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
[1196/1884] Compiling MarkdownSemantics Markdown.BlockAside.ToDo.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
[1197/1884] Compiling MarkdownSemantics Markdown.BlockAside.Returns.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:11:20: error: cannot find type 'pid_t' in scope
9 | @frozen public struct SystemProcess: Identifiable {
10 | let invocation: [String]
11 | public let id: pid_t
| `- error: cannot find type 'pid_t' in scope
12 |
13 | private init(invocation: [String], id: pid_t) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.swift:46:49: error: cannot find 'environ' in scope
44 | to: CChar.self
45 | ).baseAddress else {
46 | return try yield(self.inherit ? environ : nil)
| `- error: cannot find 'environ' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.swift:50:29: error: cannot find 'environ' in scope
48 |
49 | var inherited: Int = 0
50 | while case _? = environ[inherited] {
| `- error: cannot find 'environ' in scope
51 | inherited += 1
52 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.swift:59:53: error: cannot find 'environ' in scope
57 | ) {
58 | for i: Int in 0 ..< inherited {
59 | $0.initializeElement(at: i, to: environ[i])
| `- error: cannot find 'environ' in scope
60 | }
61 | var i: Int = inherited
[1198/1884] Compiling MarkdownSemantics Markdown.BlockAside.SeeAlso.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:11:20: error: cannot find type 'pid_t' in scope
9 | @frozen public struct SystemProcess: Identifiable {
10 | let invocation: [String]
11 | public let id: pid_t
| `- error: cannot find type 'pid_t' in scope
12 |
13 | private init(invocation: [String], id: pid_t) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.swift:46:49: error: cannot find 'environ' in scope
44 | to: CChar.self
45 | ).baseAddress else {
46 | return try yield(self.inherit ? environ : nil)
| `- error: cannot find 'environ' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.swift:50:29: error: cannot find 'environ' in scope
48 |
49 | var inherited: Int = 0
50 | while case _? = environ[inherited] {
| `- error: cannot find 'environ' in scope
51 | inherited += 1
52 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.swift:59:53: error: cannot find 'environ' in scope
57 | ) {
58 | for i: Int in 0 ..< inherited {
59 | $0.initializeElement(at: i, to: environ[i])
| `- error: cannot find 'environ' in scope
60 | }
61 | var i: Int = inherited
[1199/1884] Compiling MarkdownSemantics Markdown.BlockAside.Since.swift
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:11:20: error: cannot find type 'pid_t' in scope
9 | @frozen public struct SystemProcess: Identifiable {
10 | let invocation: [String]
11 | public let id: pid_t
| `- error: cannot find type 'pid_t' in scope
12 |
13 | private init(invocation: [String], id: pid_t) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.swift:46:49: error: cannot find 'environ' in scope
44 | to: CChar.self
45 | ).baseAddress else {
46 | return try yield(self.inherit ? environ : nil)
| `- error: cannot find 'environ' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.swift:50:29: error: cannot find 'environ' in scope
48 |
49 | var inherited: Int = 0
50 | while case _? = environ[inherited] {
| `- error: cannot find 'environ' in scope
51 | inherited += 1
52 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.swift:59:53: error: cannot find 'environ' in scope
57 | ) {
58 | for i: Int in 0 ..< inherited {
59 | $0.initializeElement(at: i, to: environ[i])
| `- error: cannot find 'environ' in scope
60 | }
61 | var i: Int = inherited
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.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/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.DirentOffsets.swift:8:8: error: unsupported platform
6 | import Glibc
7 | #else
8 | #error("unsupported platform")
| `- error: unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FilePath.Directory.Stream.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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/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/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:6:8: error: unsupported platform
4 | public import Glibc
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.EnvironmentSpecification.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/.build/checkouts/swift-io/Sources/SystemIO/SystemProcess.swift:6:8: error: unsupported platform
4 | public import Darwin
5 | #else
6 | #error("unsupported platform")
| `- error: unsupported platform
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:12:34: error: cannot find type 'stat' in scope
10 |
11 | @frozen public struct FileStatus {
12 | @usableFromInline let value: stat
| `- error: cannot find type 'stat' in scope
13 |
14 | private init(value: stat) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:14:25: error: cannot find type 'stat' in scope
12 | @usableFromInline let value: stat
13 |
14 | private init(value: stat) {
| `- error: cannot find type 'stat' in scope
15 | self.value = value
16 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.swift:10:14: error: cannot find type 'dev_t' in scope
8 |
9 | struct FileIdentifier: Equatable, Hashable {
10 | let dev: dev_t
| `- error: cannot find type 'dev_t' in scope
11 | let ino: ino_t
12 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileIdentifier.swift:11:14: error: cannot find type 'ino_t' in scope
9 | struct FileIdentifier: Equatable, Hashable {
10 | let dev: dev_t
11 | let ino: ino_t
| `- error: cannot find type 'ino_t' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:25:30: error: cannot find 'S_IFMT' in scope
23 | extension FileStatus {
24 | @inlinable public func `is`(_ type: FileType) -> Bool {
25 | self.value.st_mode & S_IFMT == type.mask
| `- error: cannot find 'S_IFMT' in scope
26 | }
27 |
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileType.swift:19:26: error: cannot find type 'mode_t' in scope
17 | }
18 | extension FileType {
19 | @inlinable var mask: mode_t {
| `- error: cannot find type 'mode_t' in scope
20 | switch self {
21 | case .blockDevice: S_IFBLK
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:29:37: error: cannot find 'S_IFMT' in scope
27 |
28 | @inlinable public var type: FileType? {
29 | switch self.value.st_mode & S_IFMT {
| `- error: cannot find 'S_IFMT' in scope
30 | case S_IFBLK: .blockDevice
31 | case S_IFCHR: .characterDevice
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:45:20: error: cannot find 'stat' in scope
43 | try path.withPlatformString {
44 | var value: stat = .init()
45 | switch stat($0, &value) {
| `- error: cannot find 'stat' in scope
46 | case 0: return .init(value: value)
47 | case _: throw Errno.init(rawValue: errno)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:47:48: error: cannot find 'errno' in scope
45 | switch stat($0, &value) {
46 | case 0: return .init(value: value)
47 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
48 | }
49 | }
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:44:24: error: cannot find type 'stat' in scope
42 | public static func status(of path: FilePath) throws -> Self {
43 | try path.withPlatformString {
44 | var value: stat = .init()
| `- error: cannot find type 'stat' in scope
45 | switch stat($0, &value) {
46 | case 0: return .init(value: value)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:43:18: error: type of expression is ambiguous without a type annotation
41 | extension FileStatus {
42 | public static func status(of path: FilePath) throws -> Self {
43 | try path.withPlatformString {
| `- error: type of expression is ambiguous without a type annotation
44 | var value: stat = .init()
45 | switch stat($0, &value) {
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:52:20: error: cannot find type 'stat' in scope
50 | }
51 | public static func status(of file: FileDescriptor) throws -> Self {
52 | var value: stat = .init()
| `- error: cannot find type 'stat' in scope
53 | switch fstat(file.rawValue, &value) {
54 | case 0: return .init(value: value)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:53:16: error: cannot find 'fstat' in scope
51 | public static func status(of file: FileDescriptor) throws -> Self {
52 | var value: stat = .init()
53 | switch fstat(file.rawValue, &value) {
| `- error: cannot find 'fstat' in scope
54 | case 0: return .init(value: value)
55 | case _: throw Errno.init(rawValue: errno)
/host/spi-builder-workspace/.build/checkouts/swift-io/Sources/SystemIO/FileStatus.swift:55:44: error: cannot find 'errno' in scope
53 | switch fstat(file.rawValue, &value) {
54 | case 0: return .init(value: value)
55 | case _: throw Errno.init(rawValue: errno)
| `- error: cannot find 'errno' in scope
56 | }
57 | }
BUILD FAILURE 6.2 android