Build Information
Failed to build CommandLineToolkit, reference 2.0.0 (1a91fd
), with Swift 6.1 for Linux on 29 Apr 2025 17:44:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
4 | enum JSONReaderFatalError: Error {
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:5:10: warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
3 | /// Unit tests should cover edges cases to ensure these errors won't happen.
4 | enum JSONReaderFatalError: Error {
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:6:10: warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
4 | enum JSONReaderFatalError: Error {
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
8 | }
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:6:10: warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
4 | enum JSONReaderFatalError: Error {
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
8 | }
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:7:10: warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
8 | }
9 |
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:7:10: warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
8 | }
9 |
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
[244/280] Emitting module Tmp
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:5:10: warning: associated value 'failedToCreateTemporaryFolder(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum ErrnoError: Error, CustomStringConvertible {
5 | case failedToCreateTemporaryFolder(AbsolutePath, code: Int32)
| `- warning: associated value 'failedToCreateTemporaryFolder(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | case failedToCreateTemporaryFile(AbsolutePath, code: Int32)
7 |
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum ErrnoError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:6:10: warning: associated value 'failedToCreateTemporaryFile(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public enum ErrnoError: Error, CustomStringConvertible {
5 | case failedToCreateTemporaryFolder(AbsolutePath, code: Int32)
6 | case failedToCreateTemporaryFile(AbsolutePath, code: Int32)
| `- warning: associated value 'failedToCreateTemporaryFile(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
[246/280] Compiling SynchronousWaiter Waiter+Callbacks.swift
[247/280] Compiling JSONStream JSONReaderEventStream.swift
[248/280] Compiling SynchronousWaiter SynchronousWaiter.swift
[249/280] Compiling SynchronousWaiter Timeout.swift
/host/spi-builder-workspace/Sources/SynchronousWaiter/Timeout.swift:18:10: warning: associated value 'waitTimeout' of 'Sendable'-conforming enum 'TimeoutError' has non-sendable type 'Timeout'; this is an error in the Swift 6 language mode
1 | import Foundation
2 |
3 | public struct Timeout: CustomStringConvertible {
| `- note: consider making struct 'Timeout' conform to the 'Sendable' protocol
4 | public let description: String
5 | public let value: TimeInterval
:
16 |
17 | public enum TimeoutError: Error, CustomStringConvertible {
18 | case waitTimeout(Timeout)
| `- warning: associated value 'waitTimeout' of 'Sendable'-conforming enum 'TimeoutError' has non-sendable type 'Timeout'; this is an error in the Swift 6 language mode
19 |
20 | public var description: String {
[250/281] Compiling JSONStream JSONReaderError.swift
[251/281] Compiling JSONStream JSONStream.swift
[253/281] Compiling JSONStream JSONStreamFactory.swift
[255/281] Compiling TestHelpers AssertFalse.swift
[256/281] Compiling TestHelpers AssertTrue.swift
[257/281] Compiling Statsd StatsdClient.swift
[258/281] Compiling Statsd StatsdClientImpl.swift
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:13:20: warning: stored property 'address' of 'Sendable'-conforming struct 'InvalidSocketAddressError' has non-sendable type 'SocketAddress'; this is an error in the Swift 6 language mode
11 |
12 | public struct InvalidSocketAddressError: Error, CustomStringConvertible {
13 | public let address: SocketAddress
| `- warning: stored property 'address' of 'Sendable'-conforming struct 'InvalidSocketAddressError' has non-sendable type 'SocketAddress'; this is an error in the Swift 6 language mode
14 |
15 | public var description: String {
/host/spi-builder-workspace/Sources/SocketModels/SocketAddress.swift:3:15: note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct SocketAddress: Codable, CustomStringConvertible, Hashable {
| `- note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
4 | public let host: String
5 | public let port: Port
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SocketModels'
3 | import Foundation
4 | import Socket
5 | import SocketModels
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SocketModels'
6 |
7 | public final class StatsdClientImpl: StatsdClient {
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:40:17: warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
38 | ) else {
39 | queue.async { [statsdSocketAddress] in
40 | completion(InvalidSocketAddressError(address: statsdSocketAddress))
| |- warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
41 | }
42 | return
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:40:63: warning: capture of 'statsdSocketAddress' with non-sendable type 'SocketAddress' in a '@Sendable' closure; this is an error in the Swift 6 language mode
38 | ) else {
39 | queue.async { [statsdSocketAddress] in
40 | completion(InvalidSocketAddressError(address: statsdSocketAddress))
| `- warning: capture of 'statsdSocketAddress' with non-sendable type 'SocketAddress' in a '@Sendable' closure; this is an error in the Swift 6 language mode
41 | }
42 | return
/host/spi-builder-workspace/Sources/SocketModels/SocketAddress.swift:3:15: note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct SocketAddress: Codable, CustomStringConvertible, Hashable {
| `- note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
4 | public let host: String
5 | public let port: Port
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:62:25: warning: capture of 'address' with non-sendable type 'Socket.Address' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 | try socket.write(
61 | from: content,
62 | to: address
| `- warning: capture of 'address' with non-sendable type 'Socket.Address' in a '@Sendable' closure; this is an error in the Swift 6 language mode
63 | )
64 | completion(nil)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:317:14: note: enum 'Address' does not conform to the 'Sendable' protocol
315 | /// Socket Address
316 | ///
317 | public enum Address {
| `- note: enum 'Address' does not conform to the 'Sendable' protocol
318 |
319 | /// sockaddr_in
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Socket'
2 | import Dispatch
3 | import Foundation
4 | import Socket
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Socket'
5 | import SocketModels
6 |
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:64:17: warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 | to: address
63 | )
64 | completion(nil)
| |- warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 | } catch {
66 | completion(error)
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:93:13: warning: capture of 'complete' with non-sendable type '() -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
91 | }
92 | queue.asyncAfter(deadline: .now() + timeout) {
93 | complete()
| |- warning: capture of 'complete' with non-sendable type '() -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
94 | }
95 | }
[259/281] Compiling Statsd StatsdMetric.swift
[260/338] Compiling JSONStream NumberValidator.swift
[261/338] Emitting module TestHelpers
[262/338] Compiling FileSystem FileSystemModuleDependencies.swift
[263/338] Compiling FileSystem DataWriter.swift
[264/340] Compiling FileSystem FileReaderImpl.swift
[265/340] Compiling FileSystem DefaultFilePropertiesContainer.swift
[266/340] Compiling FileSystem FileExistence.swift
[267/340] Compiling FileSystem DeepFollowSymlinksFileSystemEnumerator.swift
[268/340] Compiling FileSystem DataWriterImpl.swift
[269/340] Compiling FileSystem FileReader.swift
[270/340] Compiling FileSystem CommonlyUsedPathsProviderFactory.swift
[271/340] Compiling FileSystem CommonlyUsedPathsProviderFactoryImpl.swift
[272/340] Compiling FileSystem GlobPattern.swift
[273/340] Compiling FileSystem ShallowFileSystemEnumerator.swift
[274/340] Compiling FileSystem FileSystemEnumerator.swift
[275/340] Compiling FileSystem GlobFileSystemEnumerator.swift
[276/340] Compiling Tmp TemporaryFolder.swift
/host/spi-builder-workspace/Sources/Tmp/TemporaryFolder.swift:63:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
61 | let container = try createDirectory(components: components)
62 | let path = container.appending(filename)
63 | FileManager.default.createFile(atPath: path.pathString, contents: contents, attributes: attributes)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
64 | return path
65 | }
[280/351] Emitting module TeamcityMessaging
[281/351] Compiling Tmp TempErrors.swift
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:5:10: warning: associated value 'failedToCreateTemporaryFolder(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum ErrnoError: Error, CustomStringConvertible {
5 | case failedToCreateTemporaryFolder(AbsolutePath, code: Int32)
| `- warning: associated value 'failedToCreateTemporaryFolder(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | case failedToCreateTemporaryFile(AbsolutePath, code: Int32)
7 |
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum ErrnoError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:6:10: warning: associated value 'failedToCreateTemporaryFile(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public enum ErrnoError: Error, CustomStringConvertible {
5 | case failedToCreateTemporaryFolder(AbsolutePath, code: Int32)
6 | case failedToCreateTemporaryFile(AbsolutePath, code: Int32)
| `- warning: associated value 'failedToCreateTemporaryFile(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
[282/351] Compiling Tmp TemporaryFile.swift
[283/351] Compiling TeamcityMessaging TeamcityMessageRenderer.swift
[284/352] Compiling TeamcityMessaging ControlMessageWithSingleParameter.swift
[285/352] Compiling TeamcityMessaging TeamcityMessagingModuleDependencies.swift
[286/352] Compiling TeamcityMessaging TeamcityMessageGenerator.swift
[287/352] Compiling TeamcityMessaging ControlMessageParameter.swift
[288/352] Compiling TeamcityMessaging ControlMessageWithMultipleParameters.swift
[290/352] Emitting module Environment
[291/352] Compiling Environment ProcessInfoCurrentExecutableProvider.swift
[292/352] Emitting module JSONStream
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:5:10: warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
3 | /// Unit tests should cover edges cases to ensure these errors won't happen.
4 | enum JSONReaderFatalError: Error {
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:5:10: warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
3 | /// Unit tests should cover edges cases to ensure these errors won't happen.
4 | enum JSONReaderFatalError: Error {
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:6:10: warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
4 | enum JSONReaderFatalError: Error {
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
8 | }
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:6:10: warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
4 | enum JSONReaderFatalError: Error {
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
8 | }
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:7:10: warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
8 | }
9 |
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:7:10: warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
5 | case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 | case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 | case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
| `- warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
8 | }
9 |
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
| `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 | case root
14 | case inObject(key: String?, storage: NSMutableDictionary)
[295/353] Emitting module GraphiteTestHelpers
[296/353] Compiling GraphiteTestHelpers GraphiteClient.swift
[297/354] Compiling TestHelpers XCTestCase+XCTAssertEqualSorted.swift
[298/354] Compiling TestHelpers XCTestCase+testDirectory.swift
[299/354] Compiling FileSystem PathCopierImpl.swift
[300/354] Compiling FileSystem PathDeleter.swift
[301/354] Compiling FileSystem PathDeleterImpl.swift
[302/354] Compiling FileSystem PathLinker.swift
[303/354] Compiling FileSystem PathLinkerImpl.swift
[304/354] Compiling FileSystem PathMover.swift
[305/364] Compiling Environment EnvironmentProvider.swift
[306/364] Compiling Environment ProcessInfoEnvironmentProvider.swift
[307/364] Compiling Environment CurrentExecutableProvider.swift
[308/364] Compiling Environment EnvironmentModuleDependencies.swift
[310/367] Compiling TeamcityMessaging TeamcityMessageRendererImpl.swift
[311/368] Compiling FileSystem DirectoryCreator.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileCreatorImpl: FileCreator {
5 | public struct FileCreatorError: Error, CustomStringConvertible {
6 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | public var description: String {
8 | "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
2 | import Foundation
3 |
[312/368] Compiling FileSystem DirectoryCreatorImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileCreatorImpl: FileCreator {
5 | public struct FileCreatorError: Error, CustomStringConvertible {
6 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | public var description: String {
8 | "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
2 | import Foundation
3 |
[313/368] Compiling FileSystem FileAppender.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileCreatorImpl: FileCreator {
5 | public struct FileCreatorError: Error, CustomStringConvertible {
6 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | public var description: String {
8 | "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
2 | import Foundation
3 |
[314/368] Compiling FileSystem FileAppenderImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileCreatorImpl: FileCreator {
5 | public struct FileCreatorError: Error, CustomStringConvertible {
6 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | public var description: String {
8 | "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
2 | import Foundation
3 |
[315/368] Compiling FileSystem FileCreator.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileCreatorImpl: FileCreator {
5 | public struct FileCreatorError: Error, CustomStringConvertible {
6 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | public var description: String {
8 | "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
2 | import Foundation
3 |
[316/368] Compiling FileSystem FileCreatorImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileCreatorImpl: FileCreator {
5 | public struct FileCreatorError: Error, CustomStringConvertible {
6 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | public var description: String {
8 | "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
2 | import Foundation
3 |
[317/368] Compiling FileSystem FileExistenceChecker.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileCreatorImpl: FileCreator {
5 | public struct FileCreatorError: Error, CustomStringConvertible {
6 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | public var description: String {
8 | "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
2 | import Foundation
3 |
[319/368] Compiling Environment Conversion.swift
[320/368] Compiling Environment EnvironmentKey.swift
[321/368] Compiling FileSystem FilePropertiesProvider.swift
[322/368] Compiling FileSystem FilePropertiesProviderImpl.swift
[323/368] Compiling FileSystem FileSystem.swift
[324/368] Compiling FileSystem ContentEnumerationStyle.swift
[325/368] Compiling FileSystem FileSystemEnumeratorFactory.swift
[326/368] Compiling FileSystem FileSystemEnumeratorFactoryImpl.swift
[327/368] Compiling FileSystem FileSystemPropertiesProvider.swift
[328/368] Compiling FileSystem FileSystemPropertiesProviderImpl.swift
[329/368] Compiling FileSystem FileToucher.swift
[330/368] Compiling FileSystem FileToucherImpl.swift
[331/368] Compiling FileSystem LocalFileSystem.swift
[332/368] Compiling FileSystem PathCopier.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
5 | case emptyValue(
| `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | path: AbsolutePath,
7 | key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | key: URLResourceKey
8 | )
9 | case emptyFileAttributeValue(
| `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | path: AbsolutePath,
11 | key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | expectedType: Any.Type
18 | )
19 | case unrecognizedSymbolicLinkValue(
| `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 | path: AbsolutePath,
21 | symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
9 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | public var description: String {
11 | "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
5 | case emptyValue(
| `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | path: AbsolutePath,
7 | key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | key: URLResourceKey
8 | )
9 | case emptyFileAttributeValue(
| `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | path: AbsolutePath,
11 | key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | expectedType: Any.Type
18 | )
19 | case unrecognizedSymbolicLinkValue(
| `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 | path: AbsolutePath,
21 | symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
9 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | public var description: String {
11 | "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
[337/371] Compiling FileSystem FilePropertiesContainerError.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
5 | case emptyValue(
| `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | path: AbsolutePath,
7 | key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | key: URLResourceKey
8 | )
9 | case emptyFileAttributeValue(
| `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | path: AbsolutePath,
11 | key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | expectedType: Any.Type
18 | )
19 | case unrecognizedSymbolicLinkValue(
| `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 | path: AbsolutePath,
21 | symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
9 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | public var description: String {
11 | "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
[338/371] Compiling FileSystem AppleCommonlyUsedPathsProvider.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
5 | case emptyValue(
| `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | path: AbsolutePath,
7 | key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | key: URLResourceKey
8 | )
9 | case emptyFileAttributeValue(
| `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | path: AbsolutePath,
11 | key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | expectedType: Any.Type
18 | )
19 | case unrecognizedSymbolicLinkValue(
| `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 | path: AbsolutePath,
21 | symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
9 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | public var description: String {
11 | "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
[339/371] Compiling FileSystem CommonlyUsedPathsProvider.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
5 | case emptyValue(
| `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | path: AbsolutePath,
7 | key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | key: URLResourceKey
8 | )
9 | case emptyFileAttributeValue(
| `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | path: AbsolutePath,
11 | key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | expectedType: Any.Type
18 | )
19 | case unrecognizedSymbolicLinkValue(
| `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 | path: AbsolutePath,
21 | symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
9 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | public var description: String {
11 | "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
[340/371] Compiling FileSystem LinuxCommonlyUsedPathsProvider.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
5 | case emptyValue(
| `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | path: AbsolutePath,
7 | key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | key: URLResourceKey
8 | )
9 | case emptyFileAttributeValue(
| `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | path: AbsolutePath,
11 | key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | expectedType: Any.Type
18 | )
19 | case unrecognizedSymbolicLinkValue(
| `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 | path: AbsolutePath,
21 | symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
9 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | public var description: String {
11 | "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
[341/371] Compiling FileSystem DeepFileSystemEnumerator.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
5 | case emptyValue(
| `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | path: AbsolutePath,
7 | key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | key: URLResourceKey
8 | )
9 | case emptyFileAttributeValue(
| `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | path: AbsolutePath,
11 | key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | expectedType: Any.Type
18 | )
19 | case unrecognizedSymbolicLinkValue(
| `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 | path: AbsolutePath,
21 | symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
9 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | public var description: String {
11 | "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | let glob = Glob(
16 | pattern: pattern.value,
17 | behavior: .BashV4
| `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | )
19 | for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
60 |
61 | // Matches Bash v4 with "shopt -s globstar" option
62 | public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
| `- note: static property declared here
63 | includesFilesFromRootOfGlobstar: true,
64 | includesDirectoriesInResults: true,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | let glob = Glob(
16 | pattern: pattern.value,
17 | behavior: .BashV4
| `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | )
19 | for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
60 |
61 | // Matches Bash v4 with "shopt -s globstar" option
62 | public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
| `- note: static property declared here
63 | includesFilesFromRootOfGlobstar: true,
64 | includesDirectoriesInResults: true,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | let glob = Glob(
16 | pattern: pattern.value,
17 | behavior: .BashV4
| `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | )
19 | for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
60 |
61 | // Matches Bash v4 with "shopt -s globstar" option
62 | public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
| `- note: static property declared here
63 | includesFilesFromRootOfGlobstar: true,
64 | includesDirectoriesInResults: true,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | let glob = Glob(
16 | pattern: pattern.value,
17 | behavior: .BashV4
| `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | )
19 | for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
60 |
61 | // Matches Bash v4 with "shopt -s globstar" option
62 | public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
| `- note: static property declared here
63 | includesFilesFromRootOfGlobstar: true,
64 | includesDirectoriesInResults: true,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | let glob = Glob(
16 | pattern: pattern.value,
17 | behavior: .BashV4
| `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | )
19 | for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
60 |
61 | // Matches Bash v4 with "shopt -s globstar" option
62 | public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
| `- note: static property declared here
63 | includesFilesFromRootOfGlobstar: true,
64 | includesDirectoriesInResults: true,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | let glob = Glob(
16 | pattern: pattern.value,
17 | behavior: .BashV4
| `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | )
19 | for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
60 |
61 | // Matches Bash v4 with "shopt -s globstar" option
62 | public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
| `- note: static property declared here
63 | includesFilesFromRootOfGlobstar: true,
64 | includesDirectoriesInResults: true,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | let glob = Glob(
16 | pattern: pattern.value,
17 | behavior: .BashV4
| `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | )
19 | for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
60 |
61 | // Matches Bash v4 with "shopt -s globstar" option
62 | public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
| `- note: static property declared here
63 | includesFilesFromRootOfGlobstar: true,
64 | includesDirectoriesInResults: true,
[349/371] Compiling MetricsRecording MutableMetricRecorder.swift
[351/371] Emitting module MetricsRecording
[352/371] Compiling MetricsRecording NoOpMetricHandler.swift
[353/371] Compiling MetricsRecording TimeMeasurer.swift
[354/374] Compiling MetricsRecording MetricRecorderImpl.swift
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:24:13: warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
5 | // swiftlint:disable async
6 | // swiftlint:disable sync
7 | public final class MetricRecorderImpl: MutableMetricRecorder {
| `- note: class 'MetricRecorderImpl' does not conform to the 'Sendable' protocol
8 | private var graphiteMetricHandler: GraphiteMetricHandler
9 | private var statsdMetricHandler: StatsdMetricHandler
:
22 | public func setGraphiteMetric(handler: GraphiteMetricHandler) {
23 | queue.async { [weak self] in
24 | self?.graphiteMetricHandler.tearDown(timeout: 10)
| `- warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
25 | self?.graphiteMetricHandler = handler
26 | }
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:25:43: warning: capture of 'handler' with non-sendable type 'any GraphiteMetricHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
23 | queue.async { [weak self] in
24 | self?.graphiteMetricHandler.tearDown(timeout: 10)
25 | self?.graphiteMetricHandler = handler
| `- warning: capture of 'handler' with non-sendable type 'any GraphiteMetricHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
26 | }
27 | }
/host/spi-builder-workspace/Sources/Graphite/GraphiteMetricHandler.swift:3:17: note: protocol 'GraphiteMetricHandler' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public protocol GraphiteMetricHandler {
| `- note: protocol 'GraphiteMetricHandler' does not conform to the 'Sendable' protocol
4 | func handle(metric: GraphiteMetric)
5 | func tearDown(timeout: TimeInterval)
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphite'
1 | import Foundation
2 | import Graphite
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphite'
3 | import Statsd
4 |
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:31:13: warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
5 | // swiftlint:disable async
6 | // swiftlint:disable sync
7 | public final class MetricRecorderImpl: MutableMetricRecorder {
| `- note: class 'MetricRecorderImpl' does not conform to the 'Sendable' protocol
8 | private var graphiteMetricHandler: GraphiteMetricHandler
9 | private var statsdMetricHandler: StatsdMetricHandler
:
29 | public func setStatsdMetric(handler: StatsdMetricHandler) {
30 | queue.async { [weak self] in
31 | self?.statsdMetricHandler.tearDown(timeout: 10)
| `- warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self?.statsdMetricHandler = handler
33 | }
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:32:41: warning: capture of 'handler' with non-sendable type 'any StatsdMetricHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
30 | queue.async { [weak self] in
31 | self?.statsdMetricHandler.tearDown(timeout: 10)
32 | self?.statsdMetricHandler = handler
| `- warning: capture of 'handler' with non-sendable type 'any StatsdMetricHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
33 | }
34 | }
/host/spi-builder-workspace/Sources/Statsd/StatsdMetricHandler.swift:3:17: note: protocol 'StatsdMetricHandler' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public protocol StatsdMetricHandler {
| `- note: protocol 'StatsdMetricHandler' does not conform to the 'Sendable' protocol
4 | func handle(metric: StatsdMetric)
5 | func tearDown(timeout: TimeInterval)
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Statsd'
1 | import Foundation
2 | import Graphite
3 | import Statsd
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Statsd'
4 |
5 | // swiftlint:disable async
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:38:13: warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
5 | // swiftlint:disable async
6 | // swiftlint:disable sync
7 | public final class MetricRecorderImpl: MutableMetricRecorder {
| `- note: class 'MetricRecorderImpl' does not conform to the 'Sendable' protocol
8 | private var graphiteMetricHandler: GraphiteMetricHandler
9 | private var statsdMetricHandler: StatsdMetricHandler
:
36 | public func capture(_ metric: GraphiteMetric) {
37 | queue.async { [weak self] in
38 | self?.graphiteMetricHandler.handle(metric: metric)
| `- warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
39 | }
40 | }
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:38:56: warning: capture of 'metric' with non-sendable type 'GraphiteMetric' in a '@Sendable' closure; this is an error in the Swift 6 language mode
36 | public func capture(_ metric: GraphiteMetric) {
37 | queue.async { [weak self] in
38 | self?.graphiteMetricHandler.handle(metric: metric)
| `- warning: capture of 'metric' with non-sendable type 'GraphiteMetric' in a '@Sendable' closure; this is an error in the Swift 6 language mode
39 | }
40 | }
/host/spi-builder-workspace/Sources/Graphite/GraphiteMetric.swift:4:15: note: struct 'GraphiteMetric' does not conform to the 'Sendable' protocol
2 | import MetricsUtils
3 |
4 | public struct GraphiteMetric: CustomStringConvertible, Equatable, Hashable, Codable {
| `- note: struct 'GraphiteMetric' does not conform to the 'Sendable' protocol
5 | /// Components that form a fully qualified name of a metric.
6 | public let components: [String]
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:44:13: warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
5 | // swiftlint:disable async
6 | // swiftlint:disable sync
7 | public final class MetricRecorderImpl: MutableMetricRecorder {
| `- note: class 'MetricRecorderImpl' does not conform to the 'Sendable' protocol
8 | private var graphiteMetricHandler: GraphiteMetricHandler
9 | private var statsdMetricHandler: StatsdMetricHandler
:
42 | public func capture(_ metric: StatsdMetric) {
43 | queue.async { [weak self] in
44 | self?.statsdMetricHandler.handle(metric: metric)
| `- warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
45 | }
46 | }
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:44:54: warning: capture of 'metric' with non-sendable type 'StatsdMetric' in a '@Sendable' closure; this is an error in the Swift 6 language mode
42 | public func capture(_ metric: StatsdMetric) {
43 | queue.async { [weak self] in
44 | self?.statsdMetricHandler.handle(metric: metric)
| `- warning: capture of 'metric' with non-sendable type 'StatsdMetric' in a '@Sendable' closure; this is an error in the Swift 6 language mode
45 | }
46 | }
/host/spi-builder-workspace/Sources/Statsd/StatsdMetric.swift:5:15: note: struct 'StatsdMetric' does not conform to the 'Sendable' protocol
3 |
4 | // https://github.com/statsd/statsd/blob/master/docs/metric_types.md
5 | public struct StatsdMetric: CustomStringConvertible, Hashable, Codable {
| `- note: struct 'StatsdMetric' does not conform to the 'Sendable' protocol
6 | public enum Value: Hashable, Codable {
7 | case gauge(Int)
[355/374] Compiling MetricsRecording MetricRecorder.swift
[356/376] Emitting module DateProviderTestHelpers
[357/376] Compiling DateProviderTestHelpers DateProviderFixture.swift
[358/389] Compiling FileSystem PathMoverImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | public struct RealpathError: Swift.Error, CustomStringConvertible {
18 | public let errno: Int32
19 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
6 | #endif
7 |
8 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[359/389] Compiling FileSystem DestinationPreparer.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | public struct RealpathError: Swift.Error, CustomStringConvertible {
18 | public let errno: Int32
19 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
6 | #endif
7 |
8 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[360/389] Compiling FileSystem DefaultFileSystemPropertiesContainer.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | public struct RealpathError: Swift.Error, CustomStringConvertible {
18 | public let errno: Int32
19 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
6 | #endif
7 |
8 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[361/389] Compiling FileSystem FileSystemPropertiesContainer.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | public struct RealpathError: Swift.Error, CustomStringConvertible {
18 | public let errno: Int32
19 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
6 | #endif
7 |
8 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[362/389] Compiling FileSystem RealpathProvider.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | public struct RealpathError: Swift.Error, CustomStringConvertible {
18 | public let errno: Int32
19 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
6 | #endif
7 |
8 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[363/389] Compiling FileSystem RealpathProviderImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | public struct RealpathError: Swift.Error, CustomStringConvertible {
18 | public let errno: Int32
19 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
6 | #endif
7 |
8 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[366/488] Compiling CLTTypes HttpAuthorizationScheme.swift
[367/488] Emitting module FileSystem
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileReaderImpl: FileReader {
5 | public enum Errors: Error, CustomStringConvertible {
6 | case noContent(filePath: AbsolutePath)
| `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class FileReaderImpl: FileReader {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
5 | case emptyValue(
| `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
6 | path: AbsolutePath,
7 | key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | key: URLResourceKey
8 | )
9 | case emptyFileAttributeValue(
| `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | path: AbsolutePath,
11 | key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 | key: FileAttributeKey
12 | )
13 | case mismatchingFileAttributeValueType(
| `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | path: AbsolutePath,
15 | key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | expectedType: Any.Type
18 | )
19 | case unrecognizedSymbolicLinkValue(
| `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 | path: AbsolutePath,
21 | symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
9 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 | public var description: String {
11 | "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileCreatorImpl: FileCreator {
5 | public struct FileCreatorError: Error, CustomStringConvertible {
6 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 | public var description: String {
8 | "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
2 | import Foundation
3 |
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 | public struct RealpathError: Swift.Error, CustomStringConvertible {
18 | public let errno: Int32
19 | public let path: AbsolutePath
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
6 | #endif
7 |
8 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[368/488] Compiling Alamofire Combine.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileReaderImpl: FileReader {
5 | public enum Errors: Error, CustomStringConvertible {
6 | case noContent(filePath: AbsolutePath)
| `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class FileReaderImpl: FileReader {
[369/488] Compiling Alamofire Concurrency.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileReaderImpl: FileReader {
5 | public enum Errors: Error, CustomStringConvertible {
6 | case noContent(filePath: AbsolutePath)
| `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class FileReaderImpl: FileReader {
[370/488] Compiling Alamofire DispatchQueue+Alamofire.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileReaderImpl: FileReader {
5 | public enum Errors: Error, CustomStringConvertible {
6 | case noContent(filePath: AbsolutePath)
| `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class FileReaderImpl: FileReader {
[371/488] Compiling Alamofire EventMonitor.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileReaderImpl: FileReader {
5 | public enum Errors: Error, CustomStringConvertible {
6 | case noContent(filePath: AbsolutePath)
| `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class FileReaderImpl: FileReader {
[372/488] Compiling Alamofire HTTPHeaders.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileReaderImpl: FileReader {
5 | public enum Errors: Error, CustomStringConvertible {
6 | case noContent(filePath: AbsolutePath)
| `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class FileReaderImpl: FileReader {
[373/488] Compiling Alamofire AFError.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileReaderImpl: FileReader {
5 | public enum Errors: Error, CustomStringConvertible {
6 | case noContent(filePath: AbsolutePath)
| `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class FileReaderImpl: FileReader {
[374/488] Compiling Alamofire Alamofire.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
4 | public final class FileReaderImpl: FileReader {
5 | public enum Errors: Error, CustomStringConvertible {
6 | case noContent(filePath: AbsolutePath)
| `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
7 |
8 | public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public final class AbsolutePath:
| `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
4 | Path,
5 | Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
1 | import Foundation
2 | import PathLib
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
3 |
4 | public final class FileReaderImpl: FileReader {
[375/489] Emitting module CLTTypes
[376/489] Compiling CLTTypes Credentials.swift
[378/494] Emitting module TmpTestHelpers
[379/494] Compiling TmpTestHelpers TmpFixtures.swift
[381/495] Compiling Alamofire Session.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[382/495] Compiling Alamofire SessionDelegate.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[383/495] Compiling Alamofire StringEncoding+Alamofire.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[384/495] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[385/495] Compiling Console ConsoleTextFragment.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[386/500] Emitting module MetricsTestHelpers
[388/500] Compiling MetricsTestHelpers NoOpMetricRecorder.swift
[389/500] Compiling MetricsTestHelpers Metric+TestCompare.swift
[390/500] Compiling MetricsTestHelpers FakeMetricHandler.swift
[392/519] Compiling Alamofire Notifications.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[393/519] Compiling Alamofire ResponseSerialization.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[394/519] Compiling Alamofire Result+Alamofire.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[395/519] Compiling Alamofire RetryPolicy.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[396/519] Compiling Alamofire ServerTrustEvaluation.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[397/519] Emitting module Console
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[398/523] Compiling Alamofire ParameterEncoding.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[399/523] Compiling Alamofire Protected.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[400/523] Compiling PlistLib PlistReader.swift
[401/523] Compiling Alamofire RedirectHandler.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[402/523] Compiling Alamofire Request.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[403/523] Compiling Alamofire RequestInterceptor.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[404/523] Compiling Console SelectComponent.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[405/523] Compiling Console SelectComponentRenderer.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[406/523] Compiling Console SelectComponentState.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[407/523] Compiling Console ANSIConsoleHandler+Trace.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[408/523] Compiling Console TraceComponent.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[409/523] Compiling Console ConsoleModuleDependencies.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[410/523] Compiling Console TeamcityConsoleHandler.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[411/523] Compiling Console ReadWriteLock.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[412/523] Compiling Console StdioOutputStream.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[413/523] Compiling Console String+Symbols.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[414/523] Emitting module PlistLib
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:33:14: warning: associated value 'unexpectedTypeOfRootObject' of 'Sendable'-conforming enum 'UnexpectedTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
31 | extension RootPlistEntry {
32 | public enum UnexpectedTypeError: CustomStringConvertible, Error {
33 | case unexpectedTypeOfRootObject(Any)
| `- warning: associated value 'unexpectedTypeOfRootObject' of 'Sendable'-conforming enum 'UnexpectedTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var description: String {
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:59:10: warning: associated value 'keyIsNotTypeOfString(actualKey:)' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
57 |
58 | public enum PlistReadError: Error {
59 | case keyIsNotTypeOfString(actualKey: Any)
| `- warning: associated value 'keyIsNotTypeOfString(actualKey:)' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
60 | case unrecognizedValue(Any)
61 | }
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:60:10: warning: associated value 'unrecognizedValue' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
58 | public enum PlistReadError: Error {
59 | case keyIsNotTypeOfString(actualKey: Any)
60 | case unrecognizedValue(Any)
| `- warning: associated value 'unrecognizedValue' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
61 | }
62 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:8:14: warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
6 |
7 | enum PlistEntryError: CustomStringConvertible, Error {
8 | case typeMismatch(PlistEntry, expectedType: Any)
| `- warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
9 | case noObjectForKey(entry: PlistEntry, key: String)
10 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry.swift:3:22: note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public indirect enum PlistEntry: CustomStringConvertible, Equatable {
| `- note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
4 | case array([PlistEntry?])
5 | case bool(Bool)
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:8:14: warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
6 |
7 | enum PlistEntryError: CustomStringConvertible, Error {
8 | case typeMismatch(PlistEntry, expectedType: Any)
| `- warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case noObjectForKey(entry: PlistEntry, key: String)
10 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:9:14: warning: associated value 'noObjectForKey(entry:key:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
7 | enum PlistEntryError: CustomStringConvertible, Error {
8 | case typeMismatch(PlistEntry, expectedType: Any)
9 | case noObjectForKey(entry: PlistEntry, key: String)
| `- warning: associated value 'noObjectForKey(entry:key:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
10 |
11 | public var description: String {
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry.swift:3:22: note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public indirect enum PlistEntry: CustomStringConvertible, Equatable {
| `- note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
4 | case array([PlistEntry?])
5 | case bool(Bool)
[415/523] Compiling PlistLib PlistReaderImpl.swift
[416/523] Compiling PlistLib RootPlistEntry.swift
[417/523] Compiling FileSystemTestHelpers FileSystemTestHelpers.swift
[418/523] Compiling FileSystemTestHelpers FakeFileSystemPropertiesContainer.swift
[419/523] Compiling FileSystemTestHelpers FakeThrowingProperty.swift
[420/523] Compiling FileSystemTestHelpers FakeFileSystemEnumerator.swift
[421/523] Emitting module FileSystemTestHelpers
[422/523] Emitting module KibanaModels
[423/523] Compiling KibanaModels KibanaConfiguration.swift
[424/524] Compiling PlistLib PlistLibModuleDependencies.swift
[425/524] Compiling PlistLib PlistEntry+Access.swift
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:8:14: warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
6 |
7 | enum PlistEntryError: CustomStringConvertible, Error {
8 | case typeMismatch(PlistEntry, expectedType: Any)
| `- warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
9 | case noObjectForKey(entry: PlistEntry, key: String)
10 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry.swift:3:22: note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public indirect enum PlistEntry: CustomStringConvertible, Equatable {
| `- note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
4 | case array([PlistEntry?])
5 | case bool(Bool)
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:8:14: warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
6 |
7 | enum PlistEntryError: CustomStringConvertible, Error {
8 | case typeMismatch(PlistEntry, expectedType: Any)
| `- warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
9 | case noObjectForKey(entry: PlistEntry, key: String)
10 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:9:14: warning: associated value 'noObjectForKey(entry:key:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
7 | enum PlistEntryError: CustomStringConvertible, Error {
8 | case typeMismatch(PlistEntry, expectedType: Any)
9 | case noObjectForKey(entry: PlistEntry, key: String)
| `- warning: associated value 'noObjectForKey(entry:key:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
10 |
11 | public var description: String {
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry.swift:3:22: note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public indirect enum PlistEntry: CustomStringConvertible, Equatable {
| `- note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
4 | case array([PlistEntry?])
5 | case bool(Bool)
[426/524] Compiling PlistLib PlistEntry.swift
[427/524] Compiling PlistLib Plist.swift
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:33:14: warning: associated value 'unexpectedTypeOfRootObject' of 'Sendable'-conforming enum 'UnexpectedTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
31 | extension RootPlistEntry {
32 | public enum UnexpectedTypeError: CustomStringConvertible, Error {
33 | case unexpectedTypeOfRootObject(Any)
| `- warning: associated value 'unexpectedTypeOfRootObject' of 'Sendable'-conforming enum 'UnexpectedTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var description: String {
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:59:10: warning: associated value 'keyIsNotTypeOfString(actualKey:)' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
57 |
58 | public enum PlistReadError: Error {
59 | case keyIsNotTypeOfString(actualKey: Any)
| `- warning: associated value 'keyIsNotTypeOfString(actualKey:)' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
60 | case unrecognizedValue(Any)
61 | }
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:60:10: warning: associated value 'unrecognizedValue' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
58 | public enum PlistReadError: Error {
59 | case keyIsNotTypeOfString(actualKey: Any)
60 | case unrecognizedValue(Any)
| `- warning: associated value 'unrecognizedValue' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
61 | }
62 |
[428/525] Emitting module Kibana
[429/525] Compiling Kibana HttpKibanaClient.swift
/host/spi-builder-workspace/Sources/Kibana/HttpKibanaClient.swift:81:13: warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
79 |
80 | let task = urlSession.dataTask(with: request) { _, _, error in
81 | completion(error)
| |- warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
82 | }
83 | task.resume()
[430/525] Compiling FileSystemTestHelpers FakeFilePropertiesContainer.swift
[431/525] Compiling FileSystemTestHelpers FakeFileSystem.swift
[432/525] Compiling FileSystemTestHelpers FakeFileReader.swift
[434/526] Emitting module ArgumentParser
[435/531] Compiling Kibana KibanaClient.swift
[436/531] Compiling Kibana KibanaHttpEndpoint.swift
[445/546] Compiling XcodeLocator ApplicationPathsProvider.swift
[446/546] Compiling XcodeLocator ApplicationPathsProviderImpl.swift
[451/546] Emitting module UserDefaultsLib
[452/546] Compiling UserDefaultsLib Defaults.swift
[453/546] Compiling UserDefaultsLib SystemDefaults.swift
[454/547] Compiling XcodeLocator XcodeApplicationVerifier.swift
[455/548] Compiling XcodeLocator ApplicationPlistReader.swift
[456/548] Compiling XcodeLocator ApplicationPlistReaderImpl.swift
[457/548] Emitting module XcodeLocator
[460/548] Compiling XcodeLocator XcodeLocatorModuleDependencies.swift
[461/548] Compiling XcodeLocator XcodeLocator.swift
[462/548] Compiling XcodeLocator XcodeApplicationVerifierImpl.swift
[464/548] Compiling Alamofire AlamofireExtended.swift
[465/548] Compiling Alamofire AuthenticationInterceptor.swift
[466/548] Compiling Alamofire CachedResponseHandler.swift
[467/548] Compiling Alamofire OperationQueue+Alamofire.swift
[468/548] Compiling Alamofire ParameterEncoder.swift
[469/548] Emitting module KibanaTestHelpers
[470/548] Compiling KibanaTestHelpers FakeKibanaClient.swift
[480/553] Emitting module Alamofire
[482/553] Compiling XcodeLocator XcodeLocatorImpl.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[496/556] Compiling Alamofire RequestTaskMap.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[497/556] Compiling Alamofire Response.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[498/556] Compiling Alamofire HTTPMethod.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[499/556] Compiling Alamofire MultipartFormData.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[500/556] Compiling Alamofire MultipartUpload.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[501/556] Compiling Alamofire NetworkReachabilityManager.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/42] Compiling Types ThrowingProperty.swift
[4/42] Emitting module MetricsUtils
[5/42] Compiling MetricsUtils String+MetricComponent.swift
[6/50] Emitting module URLSessionTestHelpers
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:10:20: warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
8 | #endif
9 |
10 | public final class FakeURLSession: URLSession {
| `- warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
11 | let session = URLSession.shared
12 |
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:36:14: warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
34 | }
35 |
36 | public class FakeDownloadTask: URLSessionDownloadTask {
| `- warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
37 | public var originalTask: URLSessionTask
38 | public var completionHandler: (URL?, URLResponse?, Error?) -> ()
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:52:14: warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
50 | }
51 |
52 | public class FakeDataTask: URLSessionDataTask {
| `- warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
53 | public var originalTask: URLSessionTask
54 | public var completionHandler: (Data?, URLResponse?, Error?) -> ()
[7/50] Compiling URLSessionTestHelpers FakeURLSession.swift
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:10:20: warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
8 | #endif
9 |
10 | public final class FakeURLSession: URLSession {
| `- warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
11 | let session = URLSession.shared
12 |
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:36:14: warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
34 | }
35 |
36 | public class FakeDownloadTask: URLSessionDownloadTask {
| `- warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
37 | public var originalTask: URLSessionTask
38 | public var completionHandler: (URL?, URLResponse?, Error?) -> ()
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:52:14: warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
50 | }
51 |
52 | public class FakeDataTask: URLSessionDataTask {
| `- warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
53 | public var originalTask: URLSessionTask
54 | public var completionHandler: (Data?, URLResponse?, Error?) -> ()
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:17:82: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
13 | public var providedDownloadTasks = [FakeDownloadTask]()
14 |
15 | override public func downloadTask(with request: URLRequest, completionHandler: @escaping (URL?, URLResponse?, Error?) -> ()) -> URLSessionDownloadTask {
| `- note: parameter 'completionHandler' is implicitly non-sendable
16 | let task = FakeDownloadTask(
17 | originalTask: session.downloadTask(with: request, completionHandler: completionHandler),
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
18 | completionHandler: completionHandler
19 | )
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:28:78: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
24 | public var providedDataTasks = [FakeDataTask]()
25 |
26 | override public func dataTask(with request: URLRequest, completionHandler: @escaping (Data?, URLResponse?, Error?) -> ()) -> URLSessionDataTask {
| `- note: parameter 'completionHandler' is implicitly non-sendable
27 | let task = FakeDataTask(
28 | originalTask: session.dataTask(with: request, completionHandler: completionHandler),
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
29 | completionHandler: completionHandler
30 | )
[8/51] Compiling LaunchdUtils LaunchdSocketActivation.swift
[9/51] Emitting module Waitable
[10/51] Compiling Waitable Waitable.swift
[12/52] Compiling LaunchdUtils LaunchdSocketActivationError.swift
[13/52] Compiling Types SettableThrowingPropertyOf.swift
[14/52] Compiling Yams Node.Scalar.swift
[15/52] Compiling Yams Node.Sequence.swift
[16/52] Compiling Yams Mark.swift
[17/52] Compiling Yams Node.Mapping.swift
[18/52] Compiling Yams Node.swift
[19/52] Compiling Yams Parser.swift
[20/52] Compiling LaunchdUtils LaunchdSocket.swift
[22/52] Compiling Types ThrowingPropertyOf.swift
[24/52] Emitting module Signals
[25/52] Compiling Signals Signals.swift
[26/52] Emitting module Types
[27/53] Compiling LaunchdUtils LaunchdJob.swift
[28/53] Emitting module LaunchdUtils
[29/53] Compiling LaunchdUtils LaunchdPlist.swift
[32/68] Compiling Socket SocketProtocols.swift
[33/69] Compiling Socket SocketUtils.swift
[34/69] Compiling Yams Constructor.swift
[35/69] Compiling Yams Decoder.swift
[36/69] Compiling Yams Emitter.swift
[37/69] Compiling Yams Encoder.swift
[38/70] Compiling Yams String+Yams.swift
[39/70] Compiling Yams Tag.swift
[40/71] Emitting module Timer
[42/71] Compiling Logging MetadataProvider.swift
[45/71] Compiling PathLib StringPathParsing.swift
[46/73] Compiling Timer DispatchBasedTimer.swift
[47/74] Compiling PathLib String+ShellEscaping.swift
[48/94] Compiling Logging Locks.swift
[50/97] Compiling PathLib FileManager+Extensions.swift
[51/97] Compiling PathLib Path+CommonOperations.swift
[52/103] Emitting module PathLib
[53/103] Compiling PathLib AbsolutePath.swift
[54/103] Compiling DI DependencyInjectionFactory.swift
[55/103] Compiling DI DependencyRegisterer+RegisterMultiple.swift
[56/103] Emitting module Logging
[57/103] Compiling PathLib Path.swift
[58/103] Compiling PathLib RelativePath.swift
[59/104] Compiling CLTLoggingModels PidInfo.swift
[60/104] Compiling DI DiError.swift
[61/104] Compiling DI Scope.swift
[62/107] Emitting module DI
[63/107] Compiling CLTLoggingModels LogEntry.swift
[64/107] Compiling CLTLoggingModels LogEntryCoordinate.swift
[65/107] Compiling DI DelegatingDependencyInjection.swift
[66/107] Compiling CLTLoggingModels LoggableDate.swift
[67/107] Compiling DI DependencyInjection.swift
[70/107] Compiling DI MultipleDependenciesRegistrationContinuation.swift
[71/107] Compiling DI CompoundDependencyResolver.swift
[72/107] Compiling DI DIContext.swift
[73/107] Compiling DI DependencyRegisterer.swift
[78/107] Compiling DI DependencyResolver.swift
[79/107] Compiling DI WeakDependencyResolver.swift
[81/107] Compiling CLTLoggingModels LogEntryTextFormatter.swift
[82/107] Compiling CLTLoggingModels LoggableDouble.swift
[83/107] Compiling Yams YamlError.swift
[84/108] Compiling DI InitializableWithNoArguments.swift
[85/108] Compiling DI HashableType.swift
[86/108] Compiling DI DependencyInjectionFactoryImpl.swift
[87/108] Compiling DI DependencyInjectionImpl.swift
[88/108] Compiling DI RegisteredDependency.swift
[89/110] Compiling DI AllModularDependenciesDependencyCollectionRegisterer.swift
[90/110] Compiling DI ModuleDependencies.swift
[91/111] Emitting module Glob
[92/111] Compiling Glob Glob.swift
[93/112] Compiling CLTLoggingModels Verbosity.swift
[94/112] Compiling CLTLoggingModels LoggableOptional.swift
[95/112] Compiling CLTLoggingModels NSLogLikeLogEntryTextFormatter.swift
[97/112] Emitting module CLTLoggingModels
[100/113] Compiling SocketModels Port.swift
[102/113] Compiling SocketModels SocketAddress.swift
[103/113] Emitting module SocketModels
[108/117] Compiling SignalHandling Signal.swift
[109/117] Emitting module SignalHandling
[110/117] Compiling SignalHandling SignalHandling.swift
[111/126] Compiling Logging LogHandler.swift
[112/126] Compiling Logging Logging.swift
[113/126] Emitting module Yams
[117/148] Compiling DateProvider SystemDateProvider.swift
[118/148] Emitting module CLTExtensions
/host/spi-builder-workspace/Sources/CLTExtensions/Collections/Array+Comparable.swift:1:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | extension Array: Comparable where Element: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
2 | public static func <(lhs: Array, rhs: Array) -> Bool {
3 | for i in 0..<Swift.min(lhs.count, rhs.count) {
/host/spi-builder-workspace/Sources/CLTExtensions/String+LocalizedError.swift:3:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | public var errorDescription: String? { self }
5 | }
[119/150] Compiling DateProvider DateProvider.swift
[120/150] Emitting module DateProvider
[121/150] Compiling DateProvider DateProviderModuleDependencies.swift
[124/151] Emitting module XcodeLocatorModels
[125/151] Compiling XcodeLocatorModels DiscoveredXcode.swift
[126/152] Compiling Concurrency ThreadSafeLazy.swift
[127/152] Compiling Concurrency ThrowingThreadSafeLazy.swift
[128/152] Emitting module Concurrency
[129/156] Compiling CLTExtensions String+UTF8.swift
[130/156] Compiling CLTExtensions UrlComponents+Throws.swift
[131/156] Compiling CLTExtensions KeyValuePair.swift
[132/156] Compiling CLTExtensions NSLocking+WhileLocked.swift
[133/156] Compiling CLTExtensions Optional+UnwrapOrThrow.swift
/host/spi-builder-workspace/Sources/CLTExtensions/String+LocalizedError.swift:3:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | public var errorDescription: String? { self }
5 | }
[134/156] Compiling CLTExtensions String+LocalizedError.swift
/host/spi-builder-workspace/Sources/CLTExtensions/String+LocalizedError.swift:3:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | public var errorDescription: String? { self }
5 | }
[136/156] Compiling CLTExtensions Bool+Order.swift
[137/156] Compiling CLTExtensions Collection+OnlyOrTrow.swift
[138/156] Compiling CLTExtensions Collection+Single.swift
[140/156] Compiling CLTExtensions Casting.swift
/host/spi-builder-workspace/Sources/CLTExtensions/Collections/Array+Comparable.swift:1:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | extension Array: Comparable where Element: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
2 | public static func <(lhs: Array, rhs: Array) -> Bool {
3 | for i in 0..<Swift.min(lhs.count, rhs.count) {
[141/156] Compiling CLTExtensions Array+Comparable.swift
/host/spi-builder-workspace/Sources/CLTExtensions/Collections/Array+Comparable.swift:1:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | extension Array: Comparable where Element: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
2 | public static func <(lhs: Array, rhs: Array) -> Bool {
3 | for i in 0..<Swift.min(lhs.count, rhs.count) {
[142/156] Compiling CLTExtensions Array+Uniquify.swift
/host/spi-builder-workspace/Sources/CLTExtensions/Collections/Array+Comparable.swift:1:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | extension Array: Comparable where Element: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
2 | public static func <(lhs: Array, rhs: Array) -> Bool {
3 | for i in 0..<Swift.min(lhs.count, rhs.count) {
[143/156] Compiling CLTExtensions Dictionary+Inverse.swift
[144/156] Compiling CLTExtensions Dictionary+Map.swift
[145/156] Compiling CLTExtensions Sequence+FilterSplit.swift
[147/160] Compiling CLTExtensions Sequence+Grouping.swift
[148/160] Compiling CLTExtensions Sequence+SortingByKey.swift
[149/160] Compiling CLTExtensions Set+PlusOperator.swift
[150/160] Compiling CLTExtensions SetAlgebra+Intersects.swift
[151/160] Compiling CLTExtensions DispatchGroup+wait.swift
[153/196] Compiling CLTCollections Array+Set.swift
[154/196] Compiling CLTCollections Collection+Concurrency.swift
[155/196] Emitting module CLTCollections
[156/196] Compiling AtomicModels AtomicValue.swift
[157/196] Emitting module AtomicModels
[160/211] Emitting module DateProviderTestHelpers
[161/211] Compiling DateProviderTestHelpers DateProviderFixture.swift
[162/212] Emitting module Socket
[163/212] Compiling Socket Socket.swift
[164/224] Compiling TeamcityMessaging TeamcityMessageRenderer.swift
[166/229] Emitting module Tmp
[167/229] Compiling TeamcityMessaging ControlMessageWithSingleParameter.swift
[168/229] Emitting module TeamcityMessaging
[170/229] Compiling TeamcityMessaging ControlMessageParameter.swift
[171/229] Compiling TestHelpers AssertFalse.swift
[172/229] Compiling TestHelpers AssertTrue.swift
[173/229] Compiling TeamcityMessaging ControlMessageWithMultipleParameters.swift
[174/229] Compiling TeamcityMessaging TeamcityMessagingModuleDependencies.swift
[175/229] Compiling TeamcityMessaging TeamcityMessageGenerator.swift
[176/276] Compiling Tmp TemporaryFolder.swift
/host/spi-builder-workspace/Sources/Tmp/TemporaryFolder.swift:63:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
61 | let container = try createDirectory(components: components)
62 | let path = container.appending(filename)
63 | FileManager.default.createFile(atPath: path.pathString, contents: contents, attributes: attributes)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
64 | return path
65 | }
[177/276] Compiling FileSystem DataWriterImpl.swift
[178/276] Compiling FileSystem FileReader.swift
[179/278] Emitting module TestHelpers
[180/285] Compiling FileSystem FileReaderImpl.swift
[181/285] Compiling FileSystem DefaultFilePropertiesContainer.swift
[182/285] Compiling TestHelpers XCTestCase+XCTAssertEqualSorted.swift
[183/285] Compiling TestHelpers XCTestCase+testDirectory.swift
[184/285] Compiling FileSystem FileSystemModuleDependencies.swift
[185/285] Compiling FileSystem DataWriter.swift
[186/285] Compiling FileSystem LinuxCommonlyUsedPathsProvider.swift
[187/285] Compiling FileSystem DeepFileSystemEnumerator.swift
[188/285] Compiling Tmp TempErrors.swift
[189/285] Compiling ArgumentParserToolInfo ToolInfo.swift
[190/285] Compiling Tmp TemporaryFile.swift
[191/285] Emitting module ArgumentParserToolInfo
[192/285] Compiling FileSystem AppleCommonlyUsedPathsProvider.swift
[193/285] Compiling FileSystem CommonlyUsedPathsProvider.swift
[194/290] Compiling FileSystem FileExistence.swift
[195/290] Compiling FileSystem FileExistenceCheckType.swift
[196/290] Compiling FileSystem FilePropertiesContainer.swift
[197/290] Compiling FileSystem FilePropertiesContainerError.swift
[198/292] Compiling TeamcityMessaging TeamcityMessageRendererImpl.swift
[199/295] Compiling FileSystem PathCopierImpl.swift
[200/295] Compiling FileSystem PathDeleter.swift
[201/295] Compiling FileSystem PathDeleterImpl.swift
[202/295] Compiling FileSystem PathLinker.swift
[203/295] Compiling FileSystem PathLinkerImpl.swift
[204/295] Compiling FileSystem PathMover.swift
[205/299] Compiling SynchronousWaiter Waiter+ErrorMapping.swift
[206/301] Emitting module SynchronousWaiter
[211/301] Compiling SynchronousWaiter Waiter.swift
[214/301] Compiling FileSystem FileSystem.swift
[215/301] Compiling FileSystem ContentEnumerationStyle.swift
[216/301] Compiling FileSystem FileSystemEnumeratorFactory.swift
[217/301] Compiling FileSystem FileSystemEnumeratorFactoryImpl.swift
[218/301] Compiling FileSystem FileSystemPropertiesProvider.swift
[219/301] Compiling FileSystem FileSystemPropertiesProviderImpl.swift
[220/301] Compiling FileSystem FileToucher.swift
[221/301] Compiling FileSystem FileToucherImpl.swift
[222/301] Compiling FileSystem LocalFileSystem.swift
[223/301] Compiling FileSystem PathCopier.swift
[224/301] Compiling SynchronousWaiter Timeout.swift
[225/301] Compiling SynchronousWaiter Waiter+Callbacks.swift
[226/301] Emitting module Statsd
[227/301] Compiling FileSystem DirectoryCreator.swift
[228/301] Compiling FileSystem DirectoryCreatorImpl.swift
[229/301] Compiling FileSystem FileAppender.swift
[230/301] Compiling FileSystem FileAppenderImpl.swift
[231/301] Compiling FileSystem FileCreator.swift
[232/301] Compiling FileSystem FileCreatorImpl.swift
[233/301] Compiling FileSystem FileExistenceChecker.swift
[239/301] Compiling SynchronousWaiter NoOpWaiter.swift
[240/301] Compiling SynchronousWaiter SynchronousWaiter.swift
[248/306] Compiling FileSystem DeepFollowSymlinksFileSystemEnumerator.swift
[249/306] Compiling FileSystem FileSystemEnumerator.swift
[250/306] Compiling FileSystem GlobFileSystemEnumerator.swift
[251/306] Compiling FileSystem GlobPattern.swift
[252/306] Compiling FileSystem ShallowFileSystemEnumerator.swift
[253/306] Compiling Alamofire URLEncodedFormEncoder.swift
[254/306] Compiling Alamofire URLRequest+Alamofire.swift
[255/306] Compiling Statsd StatsdMetricHandler.swift
[256/307] Compiling Statsd StatsdMetricHandlerImpl.swift
[258/332] Compiling FileSystem PathMoverImpl.swift
[259/332] Compiling FileSystem DestinationPreparer.swift
[260/332] Compiling FileSystem DefaultFileSystemPropertiesContainer.swift
[261/332] Compiling FileSystem FileSystemPropertiesContainer.swift
[262/332] Compiling FileSystem RealpathProvider.swift
[263/332] Compiling FileSystem RealpathProviderImpl.swift
[268/332] Compiling Environment CurrentExecutableProvider.swift
[269/332] Compiling Environment ProcessInfoEnvironmentProvider.swift
[270/332] Compiling JSONStream JSONReaderEventStream.swift
[271/332] Compiling Statsd StatsdClient.swift
[272/333] Compiling Statsd StatsdClientImpl.swift
[273/333] Emitting module Environment
[274/333] Compiling JSONStream JSONReaderFatalError.swift
[275/333] Compiling Statsd StatsdMetric.swift
[276/334] Emitting module FileSystem
[277/334] Compiling JSONStream AppendableJSONStream.swift
[278/334] Compiling JSONStream BlockingArrayBasedJSONStream.swift
[279/334] Compiling JSONStream JSONReader.swift
[280/334] Compiling JSONStream JSONReaderContext.swift
[285/335] Compiling Environment EnvironmentProvider.swift
[286/335] Compiling JSONStream JSONStream.swift
[287/335] Compiling JSONStream JSONStreamFactory.swift
[288/335] Emitting module TmpTestHelpers
[289/335] Compiling TmpTestHelpers TmpFixtures.swift
[290/335] Compiling Environment EnvironmentModuleDependencies.swift
[291/335] Compiling Environment ProcessInfoCurrentExecutableProvider.swift
[292/335] Compiling Graphite GraphiteMetricHandler.swift
[293/335] Compiling JSONStream JSONReaderError.swift
[294/335] Compiling Graphite GraphiteMetric.swift
[295/335] Emitting module JSONStream
[296/336] Compiling Environment Conversion.swift
[297/336] Compiling Environment EnvironmentKey.swift
[298/336] Emitting module Graphite
[299/337] Compiling JSONStream NumberValidator.swift
[300/338] Compiling Graphite NoOpGraphiteMetricHandler.swift
[301/338] Compiling Graphite SocketGraphiteMetricHandler.swift
[302/338] Compiling Graphite LazySocketConnection.swift
[307/377] Compiling Console LogComponentRenderer.swift
[308/377] Compiling Console LogComponentState.swift
[309/377] Compiling Console ANSIConsoleHandler+LogStream.swift
[310/377] Compiling Console LogStreamComponent.swift
[312/378] Compiling Console ConsoleHandler.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[313/378] Compiling Console ConsoleStyle.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[314/378] Compiling Console ConsoleSystem.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[315/378] Compiling Console ConsoleText.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[316/378] Compiling Console ConsoleTextFragment.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[317/385] Emitting module Console
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[318/402] Compiling Console ConsoleLogHandler.swift
[319/402] Compiling Console LogComponent.swift
[320/402] Compiling Console ANSI.swift
[321/402] Compiling Console ANSIKeyboard.swift
[322/402] Emitting module CLTTypes
[323/402] Compiling PlistLib PlistReader.swift
[324/442] Compiling GraphiteTestHelpers GraphiteClient.swift
[325/448] Compiling PlistLib PlistReaderImpl.swift
[326/448] Compiling PlistLib RootPlistEntry.swift
[327/448] Emitting module GraphiteTestHelpers
[328/449] Emitting module PlistLib
[329/449] Compiling FileSystemTestHelpers FakeFileSystemEnumerator.swift
[330/449] Emitting module MetricsRecording
[331/449] Compiling MetricsRecording MutableMetricRecorder.swift
[332/449] Compiling MetricsRecording NoOpMetricHandler.swift
[333/449] Compiling MetricsRecording TimeMeasurer.swift
[334/449] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[335/449] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[336/449] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[337/449] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[338/449] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[339/449] Compiling MetricsRecording MetricRecorderImpl.swift
[340/449] Compiling MetricsRecording MetricRecorder.swift
[341/450] Compiling FileSystemTestHelpers FakeFileSystemPropertiesContainer.swift
[343/450] Compiling PlistLib PlistEntry+Access.swift
[344/450] Compiling PlistLib PlistEntry.swift
[345/450] Compiling CLTTypes Credentials.swift
[346/450] Compiling CLTTypes HttpAuthorizationScheme.swift
[347/450] Compiling PlistLib PlistLibModuleDependencies.swift
[348/450] Compiling PlistLib Plist.swift
[349/452] Emitting module FileSystemTestHelpers
[350/452] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[351/452] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[352/452] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[353/452] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[354/452] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[355/452] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[356/452] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[357/452] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[358/452] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[359/452] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[360/452] Compiling FileSystemTestHelpers FakeThrowingProperty.swift
[361/452] Compiling FileSystemTestHelpers FakeFilePropertiesContainer.swift
[362/452] Compiling FileSystemTestHelpers FakeFileReader.swift
[363/452] Compiling FileSystemTestHelpers FakeFileSystem.swift
[364/452] Compiling FileSystemTestHelpers FileSystemTestHelpers.swift
[365/453] Compiling Console ConsoleModuleDependencies.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[366/453] Compiling Console TeamcityConsoleHandler.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[367/453] Compiling Console ReadWriteLock.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[368/453] Compiling Console StdioOutputStream.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[369/453] Compiling Console String+Symbols.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[379/458] Compiling ArgumentParser ArgumentHelp.swift
[384/458] Compiling ArgumentParser BashCompletionsGenerator.swift
[385/458] Compiling ArgumentParser CompletionsGenerator.swift
[386/458] Compiling ArgumentParser FishCompletionsGenerator.swift
[387/458] Compiling ArgumentParser ZshCompletionsGenerator.swift
[388/458] Compiling ArgumentParser Argument.swift
[389/458] Emitting module Alamofire
[391/458] Compiling ArgumentParser HelpCommand.swift
[392/458] Compiling ArgumentParser HelpGenerator.swift
[393/458] Compiling ArgumentParser MessageInfo.swift
[394/458] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[395/458] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[396/458] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[397/458] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[398/458] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[399/458] Compiling ArgumentParser Name.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[400/458] Emitting module ArgumentParser
[410/481] Emitting module MetricsTestHelpers
[411/481] Compiling MetricsTestHelpers NoOpMetricRecorder.swift
[413/481] Compiling ArgumentParser CollectionExtensions.swift
[414/481] Compiling ArgumentParser Platform.swift
[415/481] Compiling ArgumentParser SequenceExtensions.swift
[416/481] Compiling ArgumentParser StringExtensions.swift
[417/481] Compiling ArgumentParser Tree.swift
[418/481] Emitting module Kibana
[419/481] Compiling MetricsTestHelpers Metric+TestCompare.swift
[420/481] Compiling MetricsTestHelpers FakeMetricHandler.swift
[421/482] Compiling XcodeLocator XcodeApplicationVerifier.swift
[422/482] Compiling XcodeLocator ApplicationPathsProvider.swift
[423/482] Compiling XcodeLocator ApplicationPathsProviderImpl.swift
[424/483] Compiling XcodeLocator XcodeLocatorModuleDependencies.swift
[425/487] Compiling Kibana HttpKibanaClient.swift
[426/487] Compiling XcodeLocator XcodeLocator.swift
[427/487] Compiling XcodeLocator XcodeApplicationVerifierImpl.swift
[428/487] Compiling XcodeLocator ApplicationPlistReaderImpl.swift
[429/487] Compiling UserDefaultsLib SystemDefaults.swift
[431/487] Compiling KibanaModels KibanaConfiguration.swift
[432/487] Emitting module KibanaModels
[433/487] Compiling XcodeLocator ApplicationPlistReader.swift
[434/487] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[435/487] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[436/487] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[437/487] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[438/487] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[439/487] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 | import SignalHandling
3 |
[446/487] Emitting module XcodeLocator
[447/487] Emitting module UserDefaultsLib
[448/487] Compiling UserDefaultsLib Defaults.swift
[449/488] Compiling Kibana KibanaClient.swift
[450/488] Compiling Kibana KibanaHttpEndpoint.swift
[454/490] Compiling XcodeLocator XcodeLocatorImpl.swift
[478/491] Compiling Downloader Downloader.swift
[479/491] Compiling Downloader DownloaderModuleDependencies.swift
[480/491] Compiling Downloader DownloaderImpl.swift
[481/491] Emitting module Downloader
BUILD FAILURE 6.1 linux