Build Information
Failed to build swift-syntax, reference main (56ef32
), with Swift 6.1 for Android on 29 May 2025 12:52:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
39 |
[30/132] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/132] Compiling ArgumentParser CompletionsGenerator.swift
[32/132] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/132] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/132] Compiling ArgumentParser Argument.swift
[35/132] Compiling ArgumentParser ArgumentHelp.swift
[36/132] Compiling ArgumentParser ArgumentVisibility.swift
[37/132] Compiling ArgumentParser CompletionKind.swift
[38/132] Compiling ArgumentParser Errors.swift
[39/132] Compiling ArgumentParser Flag.swift
[40/132] Compiling ArgumentParser NameSpecification.swift
[41/132] Compiling ArgumentParser Option.swift
[42/132] Compiling ArgumentParser OptionGroup.swift
[43/132] Compiling ArgumentParser AsyncParsableCommand.swift
[44/132] Compiling ArgumentParser CommandConfiguration.swift
[45/132] Compiling ArgumentParser CommandGroup.swift
[46/132] Compiling ArgumentParser EnumerableFlag.swift
[47/132] Compiling ArgumentParser ExpressibleByArgument.swift
[48/132] Compiling ArgumentParser ParsableArguments.swift
[49/132] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/132] Compiling ArgumentParser ParsableCommand.swift
[51/132] Compiling ArgumentParser ArgumentDecoder.swift
[52/132] Compiling ArgumentParser ArgumentDefinition.swift
[53/132] Compiling ArgumentParser ArgumentSet.swift
[54/132] Compiling ArgumentParser CommandParser.swift
[55/132] Compiling ArgumentParser InputKey.swift
[56/132] Compiling ArgumentParser InputOrigin.swift
[57/132] Compiling ArgumentParser CollectionExtensions.swift
[58/132] Compiling ArgumentParser Platform.swift
[59/132] Compiling ArgumentParser SequenceExtensions.swift
[60/132] Compiling ArgumentParser StringExtensions.swift
[61/132] Compiling ArgumentParser Tree.swift
[62/132] Compiling ArgumentParser DumpHelpGenerator.swift
[63/132] Compiling ArgumentParser HelpCommand.swift
[64/132] Compiling ArgumentParser HelpGenerator.swift
[65/132] Compiling ArgumentParser MessageInfo.swift
[66/132] Compiling ArgumentParser UsageGenerator.swift
[67/132] Compiling ArgumentParser Name.swift
[68/132] Compiling ArgumentParser Parsed.swift
[69/132] Compiling ArgumentParser ParsedValues.swift
[70/132] Compiling ArgumentParser ParserError.swift
[71/132] Compiling ArgumentParser SplitArguments.swift
[72/133] Wrapping AST for ArgumentParser for debugging
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
63 | let indexInTree: UInt32
64 |
65 | static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
| |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 | /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:362:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
360 | #if DEBUG
361 | /// See `SyntaxMemoryLayout`.
362 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
363 | "SyntaxData": .init(SyntaxData.self),
364 | "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
63 | let indexInTree: UInt32
64 |
65 | static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
| |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 | /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:362:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
360 | #if DEBUG
361 | /// See `SyntaxMemoryLayout`.
362 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
363 | "SyntaxData": .init(SyntaxData.self),
364 | "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
63 | let indexInTree: UInt32
64 |
65 | static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
| |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 | /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:362:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
360 | #if DEBUG
361 | /// See `SyntaxMemoryLayout`.
362 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
363 | "SyntaxData": .init(SyntaxData.self),
364 | "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
63 | let indexInTree: UInt32
64 |
65 | static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
| |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 | /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:362:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
360 | #if DEBUG
361 | /// See `SyntaxMemoryLayout`.
362 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
363 | "SyntaxData": .init(SyntaxData.self),
364 | "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
63 | let indexInTree: UInt32
64 |
65 | static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
| |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 | /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:362:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
360 | #if DEBUG
361 | /// See `SyntaxMemoryLayout`.
362 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
363 | "SyntaxData": .init(SyntaxData.self),
364 | "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
63 | let indexInTree: UInt32
64 |
65 | static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
| |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 | /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:362:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
360 | #if DEBUG
361 | /// See `SyntaxMemoryLayout`.
362 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
363 | "SyntaxData": .init(SyntaxData.self),
364 | "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable, Hashable {
| `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 | public let utf8Offset: Int
17 |
18 | static let startOfFile = AbsolutePosition(utf8Offset: 0)
| |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:20:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | typealias Slab = UnsafeMutableRawBufferPointer
19 |
20 | static private var GROWTH_DELAY: Int = 128
| |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static private var SLAB_ALIGNMENT: Int = 8
22 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:21:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | static private var GROWTH_DELAY: Int = 128
21 | static private var SLAB_ALIGNMENT: Int = 8
| |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable, Hashable {
| `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 | public let utf8Offset: Int
17 |
18 | static let startOfFile = AbsolutePosition(utf8Offset: 0)
| |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:20:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | typealias Slab = UnsafeMutableRawBufferPointer
19 |
20 | static private var GROWTH_DELAY: Int = 128
| |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static private var SLAB_ALIGNMENT: Int = 8
22 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:21:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | static private var GROWTH_DELAY: Int = 128
21 | static private var SLAB_ALIGNMENT: Int = 8
| |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable, Hashable {
| `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 | public let utf8Offset: Int
17 |
18 | static let startOfFile = AbsolutePosition(utf8Offset: 0)
| |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:20:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | typealias Slab = UnsafeMutableRawBufferPointer
19 |
20 | static private var GROWTH_DELAY: Int = 128
| |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static private var SLAB_ALIGNMENT: Int = 8
22 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:21:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | static private var GROWTH_DELAY: Int = 128
21 | static private var SLAB_ALIGNMENT: Int = 8
| |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable, Hashable {
| `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 | public let utf8Offset: Int
17 |
18 | static let startOfFile = AbsolutePosition(utf8Offset: 0)
| |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:20:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | typealias Slab = UnsafeMutableRawBufferPointer
19 |
20 | static private var GROWTH_DELAY: Int = 128
| |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static private var SLAB_ALIGNMENT: Int = 8
22 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:21:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | static private var GROWTH_DELAY: Int = 128
21 | static private var SLAB_ALIGNMENT: Int = 8
| |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable, Hashable {
| `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 | public let utf8Offset: Int
17 |
18 | static let startOfFile = AbsolutePosition(utf8Offset: 0)
| |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:20:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | typealias Slab = UnsafeMutableRawBufferPointer
19 |
20 | static private var GROWTH_DELAY: Int = 128
| |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static private var SLAB_ALIGNMENT: Int = 8
22 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:21:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | static private var GROWTH_DELAY: Int = 128
21 | static private var SLAB_ALIGNMENT: Int = 8
| |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable, Hashable {
| `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 | public let utf8Offset: Int
17 |
18 | static let startOfFile = AbsolutePosition(utf8Offset: 0)
| |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:20:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | typealias Slab = UnsafeMutableRawBufferPointer
19 |
20 | static private var GROWTH_DELAY: Int = 128
| |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static private var SLAB_ALIGNMENT: Int = 8
22 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:21:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | static private var GROWTH_DELAY: Int = 128
21 | static private var SLAB_ALIGNMENT: Int = 8
| |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | /// Initial slab size.
[98/133] Compiling SwiftSyntax SyntaxExprNodes.swift
[99/133] Compiling SwiftSyntax SyntaxNodes.swift
[100/133] Compiling SwiftSyntax SyntaxPatternNodes.swift
[101/133] Compiling SwiftSyntax SyntaxStmtNodes.swift
[102/133] Compiling SwiftSyntax SyntaxTypeNodes.swift
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:758:22: warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
756 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
757 | /// see how that's possible right now.
758 | private static let keywordTextLookupTable: [SyntaxText] = [
| |- warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keywordTextLookupTable' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
759 | "__consuming",
760 | "__owned",
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxText.swift:37:15: note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
35 | /// replacement character (`\u{FFFD}`).
36 | @_spi(RawSyntax)
37 | public struct SyntaxText {
| `- note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
38 | var buffer: UnsafeBufferPointer<UInt8>
39 |
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:758:22: warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
756 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
757 | /// see how that's possible right now.
758 | private static let keywordTextLookupTable: [SyntaxText] = [
| |- warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keywordTextLookupTable' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
759 | "__consuming",
760 | "__owned",
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxText.swift:37:15: note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
35 | /// replacement character (`\u{FFFD}`).
36 | @_spi(RawSyntax)
37 | public struct SyntaxText {
| `- note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
38 | var buffer: UnsafeBufferPointer<UInt8>
39 |
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:758:22: warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
756 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
757 | /// see how that's possible right now.
758 | private static let keywordTextLookupTable: [SyntaxText] = [
| |- warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keywordTextLookupTable' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
759 | "__consuming",
760 | "__owned",
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxText.swift:37:15: note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
35 | /// replacement character (`\u{FFFD}`).
36 | @_spi(RawSyntax)
37 | public struct SyntaxText {
| `- note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
38 | var buffer: UnsafeBufferPointer<UInt8>
39 |
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:758:22: warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
756 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
757 | /// see how that's possible right now.
758 | private static let keywordTextLookupTable: [SyntaxText] = [
| |- warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keywordTextLookupTable' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
759 | "__consuming",
760 | "__owned",
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxText.swift:37:15: note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
35 | /// replacement character (`\u{FFFD}`).
36 | @_spi(RawSyntax)
37 | public struct SyntaxText {
| `- note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
38 | var buffer: UnsafeBufferPointer<UInt8>
39 |
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:758:22: warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
756 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
757 | /// see how that's possible right now.
758 | private static let keywordTextLookupTable: [SyntaxText] = [
| |- warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keywordTextLookupTable' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
759 | "__consuming",
760 | "__owned",
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxText.swift:37:15: note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
35 | /// replacement character (`\u{FFFD}`).
36 | @_spi(RawSyntax)
37 | public struct SyntaxText {
| `- note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
38 | var buffer: UnsafeBufferPointer<UInt8>
39 |
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:758:22: warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
756 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
757 | /// see how that's possible right now.
758 | private static let keywordTextLookupTable: [SyntaxText] = [
| |- warning: static property 'keywordTextLookupTable' is not concurrency-safe because non-'Sendable' type '[SyntaxText]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keywordTextLookupTable' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
759 | "__consuming",
760 | "__owned",
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxText.swift:37:15: note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
35 | /// replacement character (`\u{FFFD}`).
36 | @_spi(RawSyntax)
37 | public struct SyntaxText {
| `- note: consider making struct 'SyntaxText' conform to the 'Sendable' protocol
38 | var buffer: UnsafeBufferPointer<UInt8>
39 |
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:914:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
912 | #if DEBUG
913 | /// See `SyntaxMemoryLayout`.
914 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
915 | "RawSyntaxData": .init(RawSyntaxData.self),
916 | "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:30:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
| `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 | /// The length in bytes when the text is represented as UTF-8.
17 | public let utf8Length: Int
:
28 |
29 | /// A zero-length source length
30 | public static let zero: SourceLength =
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | SourceLength(utf8Length: 0)
32 |
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:914:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
912 | #if DEBUG
913 | /// See `SyntaxMemoryLayout`.
914 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
915 | "RawSyntaxData": .init(RawSyntaxData.self),
916 | "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:30:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
| `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 | /// The length in bytes when the text is represented as UTF-8.
17 | public let utf8Length: Int
:
28 |
29 | /// A zero-length source length
30 | public static let zero: SourceLength =
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | SourceLength(utf8Length: 0)
32 |
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:914:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
912 | #if DEBUG
913 | /// See `SyntaxMemoryLayout`.
914 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
915 | "RawSyntaxData": .init(RawSyntaxData.self),
916 | "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:30:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
| `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 | /// The length in bytes when the text is represented as UTF-8.
17 | public let utf8Length: Int
:
28 |
29 | /// A zero-length source length
30 | public static let zero: SourceLength =
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | SourceLength(utf8Length: 0)
32 |
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:914:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
912 | #if DEBUG
913 | /// See `SyntaxMemoryLayout`.
914 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
915 | "RawSyntaxData": .init(RawSyntaxData.self),
916 | "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:30:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
| `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 | /// The length in bytes when the text is represented as UTF-8.
17 | public let utf8Length: Int
:
28 |
29 | /// A zero-length source length
30 | public static let zero: SourceLength =
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | SourceLength(utf8Length: 0)
32 |
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:914:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
912 | #if DEBUG
913 | /// See `SyntaxMemoryLayout`.
914 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
915 | "RawSyntaxData": .init(RawSyntaxData.self),
916 | "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:30:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
| `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 | /// The length in bytes when the text is represented as UTF-8.
17 | public let utf8Length: Int
:
28 |
29 | /// A zero-length source length
30 | public static let zero: SourceLength =
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | SourceLength(utf8Length: 0)
32 |
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:914:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
912 | #if DEBUG
913 | /// See `SyntaxMemoryLayout`.
914 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
| |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
915 | "RawSyntaxData": .init(RawSyntaxData.self),
916 | "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:30:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
| `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 | /// The length in bytes when the text is represented as UTF-8.
17 | public let utf8Length: Int
:
28 |
29 | /// A zero-length source length
30 | public static let zero: SourceLength =
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | SourceLength(utf8Length: 0)
32 |
[121/134] Wrapping AST for SwiftSyntax for debugging
[123/185] Compiling SwiftIDEUtils SyntaxClassification.swift
[124/185] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[125/185] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[126/185] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[127/185] Compiling SwiftIDEUtils Syntax+Classifications.swift
[128/185] Emitting module SwiftIDEUtils
[129/185] Compiling SwiftIDEUtils SyntaxClassifier.swift
[130/186] Emitting module SwiftDiagnostics
/host/spi-builder-workspace/Sources/SwiftDiagnostics/Diagnostic.swift:78:14: warning: stored property 'diagnostics' of 'Sendable'-conforming struct 'DiagnosticsError' has non-sendable type '[Diagnostic]'; this is an error in the Swift 6 language mode
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
16 | /// The message that should be displayed to the user
17 | public let diagMessage: DiagnosticMessage
:
76 |
77 | public struct DiagnosticsError: Error {
78 | public var diagnostics: [Diagnostic]
| `- warning: stored property 'diagnostics' of 'Sendable'-conforming struct 'DiagnosticsError' has non-sendable type '[Diagnostic]'; this is an error in the Swift 6 language mode
79 |
80 | /// The diagnostics must contain at least one with severity == `.error`.
[131/186] Compiling SwiftDiagnostics Message.swift
[132/186] Compiling SwiftDiagnostics Note.swift
[133/186] Compiling SwiftDiagnostics FixIt.swift
[134/186] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[136/186] Emitting module SwiftBasicFormat
[137/186] Compiling SwiftBasicFormat BasicFormat.swift
[138/187] Compiling SwiftDiagnostics Diagnostic.swift
/host/spi-builder-workspace/Sources/SwiftDiagnostics/Diagnostic.swift:78:14: warning: stored property 'diagnostics' of 'Sendable'-conforming struct 'DiagnosticsError' has non-sendable type '[Diagnostic]'; this is an error in the Swift 6 language mode
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
16 | /// The message that should be displayed to the user
17 | public let diagMessage: DiagnosticMessage
:
76 |
77 | public struct DiagnosticsError: Error {
78 | public var diagnostics: [Diagnostic]
| `- warning: stored property 'diagnostics' of 'Sendable'-conforming struct 'DiagnosticsError' has non-sendable type '[Diagnostic]'; this is an error in the Swift 6 language mode
79 |
80 | /// The diagnostics must contain at least one with severity == `.error`.
[139/187] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[142/188] Compiling SwiftParser TopLevel.swift
[143/188] Compiling SwiftParser TriviaParser.swift
[144/188] Compiling SwiftParser Types.swift
[145/188] Compiling SwiftParser DeclarationModifier.swift
[145/192] Wrapping AST for SwiftDiagnostics for debugging
[146/192] Wrapping AST for SwiftIDEUtils for debugging
[147/192] Wrapping AST for SwiftBasicFormat for debugging
[149/192] Compiling SwiftParser SyntaxUtils.swift
[150/192] Compiling SwiftParser TokenConsumer.swift
[151/192] Compiling SwiftParser TokenPrecedence.swift
[152/192] Compiling SwiftParser TokenSpec.swift
[153/192] Compiling SwiftParser TokenSpecSet.swift
[154/192] Compiling SwiftParser Recovery.swift
[155/192] Compiling SwiftParser Specifiers.swift
[156/192] Compiling SwiftParser Statements.swift
[157/192] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[158/192] Compiling SwiftParser StringLiterals.swift
[159/192] Compiling SwiftParser Names.swift
[160/192] Compiling SwiftParser Nominals.swift
[161/192] Compiling SwiftParser Parameters.swift
[162/192] Compiling SwiftParser Parser.swift
[163/192] Compiling SwiftParser Patterns.swift
[164/192] Compiling SwiftParser IsLexerClassified.swift
[165/192] Compiling SwiftParser Parser+Entry.swift
[166/192] Compiling SwiftParser TokenSpecStaticMembers.swift
[167/192] Compiling SwiftParser TypeAttribute.swift
[168/192] Compiling SwiftParser RegexLiteralLexer.swift
[169/192] Compiling SwiftParser UnicodeScalarExtensions.swift
[170/192] Compiling SwiftParser Lookahead.swift
[171/192] Compiling SwiftParser LoopProgressCondition.swift
[172/192] Compiling SwiftParser Modifiers.swift
[173/192] Emitting module SwiftParser
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
22 | public struct Lexeme: CustomDebugStringConvertible {
23 | @_spi(Testing)
24 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
25 | @_spi(Testing)
26 | public var rawValue: UInt8
:
32 |
33 | @_spi(Testing)
34 | public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
| |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | @_spi(Testing)
[174/192] Compiling SwiftParser Expressions.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
22 | public struct Lexeme: CustomDebugStringConvertible {
23 | @_spi(Testing)
24 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
25 | @_spi(Testing)
26 | public var rawValue: UInt8
:
32 |
33 | @_spi(Testing)
34 | public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
| |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | @_spi(Testing)
[175/192] Compiling SwiftParser Cursor.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
22 | public struct Lexeme: CustomDebugStringConvertible {
23 | @_spi(Testing)
24 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
25 | @_spi(Testing)
26 | public var rawValue: UInt8
:
32 |
33 | @_spi(Testing)
34 | public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
| |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | @_spi(Testing)
[176/192] Compiling SwiftParser Lexeme.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
22 | public struct Lexeme: CustomDebugStringConvertible {
23 | @_spi(Testing)
24 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
25 | @_spi(Testing)
26 | public var rawValue: UInt8
:
32 |
33 | @_spi(Testing)
34 | public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
| |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | @_spi(Testing)
[177/192] Compiling SwiftParser LexemeSequence.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
22 | public struct Lexeme: CustomDebugStringConvertible {
23 | @_spi(Testing)
24 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
25 | @_spi(Testing)
26 | public var rawValue: UInt8
:
32 |
33 | @_spi(Testing)
34 | public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
| |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | @_spi(Testing)
[178/192] Compiling SwiftParser Lexer.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
22 | public struct Lexeme: CustomDebugStringConvertible {
23 | @_spi(Testing)
24 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
25 | @_spi(Testing)
26 | public var rawValue: UInt8
:
32 |
33 | @_spi(Testing)
34 | public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
| |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | @_spi(Testing)
[179/192] Compiling SwiftParser Attributes.swift
[180/192] Compiling SwiftParser Availability.swift
[181/192] Compiling SwiftParser CharacterInfo.swift
[182/192] Compiling SwiftParser Declarations.swift
[183/192] Compiling SwiftParser Directives.swift
[184/193] Wrapping AST for SwiftParser for debugging
[186/228] Compiling SwiftOperators PrecedenceGroup.swift
[187/229] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[188/230] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[189/230] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[190/230] Compiling SwiftRefactor RefactoringProvider.swift
[191/230] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[192/230] Compiling lit_test_helper ClassifiedSyntaxTreePrinter.swift
[193/230] Compiling SwiftOperators PrecedenceGraph.swift
[194/230] Compiling SwiftOperators Operator.swift
[195/230] Compiling SwiftOperators OperatorError+Diagnostics.swift
[196/230] Emitting module SwiftRefactor
[197/230] Emitting module lit_test_helper
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:381:8: warning: associated value 'reparsedRegionsVerificationFailed' of 'Sendable'-conforming enum 'TestingError' has non-sendable type 'ByteSourceRange'; this is an error in the Swift 6 language mode
379 |
380 | enum TestingError: Error, CustomStringConvertible {
381 | case reparsedRegionsVerificationFailed(ByteSourceRange)
| `- warning: associated value 'reparsedRegionsVerificationFailed' of 'Sendable'-conforming enum 'TestingError' has non-sendable type 'ByteSourceRange'; this is an error in the Swift 6 language mode
382 | case classificationVerificationFailed(String, String)
383 | case readingSourceFileFailed(URL)
/host/spi-builder-workspace/Sources/SwiftSyntax/Utils.swift:13:15: note: struct 'ByteSourceRange' does not conform to the 'Sendable' protocol
11 | //===----------------------------------------------------------------------===//
12 |
13 | public struct ByteSourceRange: Equatable {
| `- note: struct 'ByteSourceRange' does not conform to the 'Sendable' protocol
14 | public var offset: Int
15 | public var length: Int
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import SwiftSyntax
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
14 | import SwiftParser
15 | import Foundation
[198/230] Compiling SwiftOperators OperatorTable.swift
[199/230] Compiling SwiftOperators SyntaxSynthesis.swift
[200/230] Compiling lit_test_helper CommandLineArguments.swift
[201/230] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[202/230] Compiling SwiftOperators OperatorTable+Semantics.swift
[203/230] Compiling SwiftRefactor FormatRawStringLiteral.swift
[204/230] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[205/230] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[206/231] Compiling lit_test_helper main.swift
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:381:8: warning: associated value 'reparsedRegionsVerificationFailed' of 'Sendable'-conforming enum 'TestingError' has non-sendable type 'ByteSourceRange'; this is an error in the Swift 6 language mode
379 |
380 | enum TestingError: Error, CustomStringConvertible {
381 | case reparsedRegionsVerificationFailed(ByteSourceRange)
| `- warning: associated value 'reparsedRegionsVerificationFailed' of 'Sendable'-conforming enum 'TestingError' has non-sendable type 'ByteSourceRange'; this is an error in the Swift 6 language mode
382 | case classificationVerificationFailed(String, String)
383 | case readingSourceFileFailed(URL)
/host/spi-builder-workspace/Sources/SwiftSyntax/Utils.swift:13:15: note: struct 'ByteSourceRange' does not conform to the 'Sendable' protocol
11 | //===----------------------------------------------------------------------===//
12 |
13 | public struct ByteSourceRange: Equatable {
| `- note: struct 'ByteSourceRange' does not conform to the 'Sendable' protocol
14 | public var offset: Int
15 | public var length: Int
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import SwiftSyntax
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
14 | import SwiftParser
15 | import Foundation
[207/232] Emitting module SwiftOperators
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 | /// Error produced when a given precedence group already exists in the
17 | /// precedence graph.
18 | case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
| `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 | /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:96:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
94 | ///
95 | /// infix operator *: MultiplicationPrecedence
96 | public struct PrecedenceGroup {
| `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
97 | /// The name of the group, which must be unique.
98 | public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 | /// Error produced when a given precedence group already exists in the
17 | /// precedence graph.
18 | case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
| `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 | /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:96:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
94 | ///
95 | /// infix operator *: MultiplicationPrecedence
96 | public struct PrecedenceGroup {
| `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
97 | /// The name of the group, which must be unique.
98 | public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:21:8: warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
19 |
20 | /// The named precedence group is missing from the precedence graph.
21 | case missingGroup(PrecedenceGroupName, referencedFrom: Syntax)
| `- warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
22 |
23 | /// Error produced when a given operator already exists.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:57:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | /// Each node has accessors for its known children, and allows efficient
56 | /// iteration over the children through its `children` property.
57 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
58 | let data: SyntaxData
59 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
10 | //
11 | //===----------------------------------------------------------------------===//
12 | import SwiftSyntax
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
13 |
14 | /// Describes errors that can occur when working with user-defined operators.
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 | /// Error produced when a given operator already exists.
24 | case operatorAlreadyExists(existing: Operator, new: Operator)
| `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 | /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
| `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 | public let kind: OperatorKind
36 | public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 | /// Error produced when a given operator already exists.
24 | case operatorAlreadyExists(existing: Operator, new: Operator)
| `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 | /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
| `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 | public let kind: OperatorKind
36 | public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:27:8: warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
25 |
26 | /// The named operator is missing from the precedence graph.
27 | case missingOperator(OperatorName, referencedFrom: Syntax)
| `- warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
28 |
29 | /// No associativity relationship between operators.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:57:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | /// Each node has accessors for its known children, and allows efficient
56 | /// iteration over the children through its `children` property.
57 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
58 | let data: SyntaxData
59 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 | /// No associativity relationship between operators.
30 | case incomparableOperators(
| `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 | leftOperator: ExprSyntax,
32 | leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:173:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
171 | }
172 |
173 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
174 | public let _syntaxNode: Syntax
175 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 | /// No associativity relationship between operators.
30 | case incomparableOperators(
| `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 | leftOperator: ExprSyntax,
32 | leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:173:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
171 | }
172 |
173 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
174 | public let _syntaxNode: Syntax
175 |
[210/232] Compiling SwiftOperators OperatorError.swift
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 | /// Error produced when a given precedence group already exists in the
17 | /// precedence graph.
18 | case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
| `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 | /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:96:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
94 | ///
95 | /// infix operator *: MultiplicationPrecedence
96 | public struct PrecedenceGroup {
| `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
97 | /// The name of the group, which must be unique.
98 | public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 | /// Error produced when a given precedence group already exists in the
17 | /// precedence graph.
18 | case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
| `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 | /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:96:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
94 | ///
95 | /// infix operator *: MultiplicationPrecedence
96 | public struct PrecedenceGroup {
| `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
97 | /// The name of the group, which must be unique.
98 | public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:21:8: warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
19 |
20 | /// The named precedence group is missing from the precedence graph.
21 | case missingGroup(PrecedenceGroupName, referencedFrom: Syntax)
| `- warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
22 |
23 | /// Error produced when a given operator already exists.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:57:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | /// Each node has accessors for its known children, and allows efficient
56 | /// iteration over the children through its `children` property.
57 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
58 | let data: SyntaxData
59 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
10 | //
11 | //===----------------------------------------------------------------------===//
12 | import SwiftSyntax
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
13 |
14 | /// Describes errors that can occur when working with user-defined operators.
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 | /// Error produced when a given operator already exists.
24 | case operatorAlreadyExists(existing: Operator, new: Operator)
| `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 | /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
| `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 | public let kind: OperatorKind
36 | public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 | /// Error produced when a given operator already exists.
24 | case operatorAlreadyExists(existing: Operator, new: Operator)
| `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 | /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
| `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 | public let kind: OperatorKind
36 | public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:27:8: warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
25 |
26 | /// The named operator is missing from the precedence graph.
27 | case missingOperator(OperatorName, referencedFrom: Syntax)
| `- warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
28 |
29 | /// No associativity relationship between operators.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:57:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | /// Each node has accessors for its known children, and allows efficient
56 | /// iteration over the children through its `children` property.
57 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
58 | let data: SyntaxData
59 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 | /// No associativity relationship between operators.
30 | case incomparableOperators(
| `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 | leftOperator: ExprSyntax,
32 | leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:173:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
171 | }
172 |
173 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
174 | public let _syntaxNode: Syntax
175 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 | /// No associativity relationship between operators.
30 | case incomparableOperators(
| `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 | leftOperator: ExprSyntax,
32 | leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:173:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
171 | }
172 |
173 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
174 | public let _syntaxNode: Syntax
175 |
[211/232] Compiling SwiftOperators OperatorTable+Defaults.swift
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 | /// Error produced when a given precedence group already exists in the
17 | /// precedence graph.
18 | case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
| `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 | /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:96:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
94 | ///
95 | /// infix operator *: MultiplicationPrecedence
96 | public struct PrecedenceGroup {
| `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
97 | /// The name of the group, which must be unique.
98 | public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 | /// Error produced when a given precedence group already exists in the
17 | /// precedence graph.
18 | case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
| `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 | /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:96:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
94 | ///
95 | /// infix operator *: MultiplicationPrecedence
96 | public struct PrecedenceGroup {
| `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
97 | /// The name of the group, which must be unique.
98 | public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:21:8: warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
19 |
20 | /// The named precedence group is missing from the precedence graph.
21 | case missingGroup(PrecedenceGroupName, referencedFrom: Syntax)
| `- warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
22 |
23 | /// Error produced when a given operator already exists.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:57:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | /// Each node has accessors for its known children, and allows efficient
56 | /// iteration over the children through its `children` property.
57 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
58 | let data: SyntaxData
59 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
10 | //
11 | //===----------------------------------------------------------------------===//
12 | import SwiftSyntax
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
13 |
14 | /// Describes errors that can occur when working with user-defined operators.
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 | /// Error produced when a given operator already exists.
24 | case operatorAlreadyExists(existing: Operator, new: Operator)
| `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 | /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
| `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 | public let kind: OperatorKind
36 | public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 | /// Error produced when a given operator already exists.
24 | case operatorAlreadyExists(existing: Operator, new: Operator)
| `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 | /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
| `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 | public let kind: OperatorKind
36 | public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:27:8: warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
25 |
26 | /// The named operator is missing from the precedence graph.
27 | case missingOperator(OperatorName, referencedFrom: Syntax)
| `- warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
28 |
29 | /// No associativity relationship between operators.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:57:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | /// Each node has accessors for its known children, and allows efficient
56 | /// iteration over the children through its `children` property.
57 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
58 | let data: SyntaxData
59 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 | /// No associativity relationship between operators.
30 | case incomparableOperators(
| `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 | leftOperator: ExprSyntax,
32 | leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:173:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
171 | }
172 |
173 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
174 | public let _syntaxNode: Syntax
175 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 | /// No associativity relationship between operators.
30 | case incomparableOperators(
| `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 | leftOperator: ExprSyntax,
32 | leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:173:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
171 | }
172 |
173 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
174 | public let _syntaxNode: Syntax
175 |
[212/232] Compiling SwiftOperators OperatorTable+Folding.swift
[213/233] Wrapping AST for lit-test-helper for debugging
[214/233] Write Objects.LinkFileList
[218/233] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[218/233] Wrapping AST for SwiftOperators for debugging
[220/233] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[221/233] Compiling SwiftParserDiagnostics PresenceUtils.swift
[221/233] Linking lit-test-helper
[225/233] Emitting module SwiftParserDiagnostics
[226/233] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[227/233] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[228/233] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[229/233] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[230/246] Wrapping AST for SwiftParserDiagnostics for debugging
[232/249] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[233/249] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[234/250] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:29:1: warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
27 | }
28 |
29 | extension AccessorDeclSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
30 |
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:31:1: warning: extension declares a conformance of imported type 'AttributeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
29 | extension AccessorDeclSyntax: SyntaxExpressibleByStringInterpolation {}
30 |
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'AttributeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
32 |
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:33:1: warning: extension declares a conformance of imported type 'CatchClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
32 |
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'CatchClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
34 |
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:35:1: warning: extension declares a conformance of imported type 'ClosureParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
34 |
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'ClosureParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
36 |
37 | extension CodeBlockItemSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:37:1: warning: extension declares a conformance of imported type 'CodeBlockItemSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
36 |
37 | extension CodeBlockItemSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'CodeBlockItemSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 |
39 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:39:1: warning: extension declares a conformance of imported type 'DeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
37 | extension CodeBlockItemSyntax: SyntaxExpressibleByStringInterpolation {}
38 |
39 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'DeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
40 |
41 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:41:1: warning: extension declares a conformance of imported type 'EnumCaseParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
39 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
40 |
41 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'EnumCaseParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 |
43 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:43:1: warning: extension declares a conformance of imported type 'ExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
41 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
42 |
43 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'ExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
44 |
45 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:45:1: warning: extension declares a conformance of imported type 'FunctionParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
43 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
44 |
45 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'FunctionParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 |
47 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:47:1: warning: extension declares a conformance of imported type 'GenericParameterClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
45 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
46 |
47 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'GenericParameterClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 |
49 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:49:1: warning: extension declares a conformance of imported type 'MemberDeclBlockSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
47 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
48 |
49 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'MemberDeclBlockSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
50 |
51 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:51:1: warning: extension declares a conformance of imported type 'PatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
49 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
50 |
51 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'PatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
52 |
53 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:53:1: warning: extension declares a conformance of imported type 'SourceFileSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
51 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
52 |
53 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'SourceFileSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
54 |
55 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:55:1: warning: extension declares a conformance of imported type 'StmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
53 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
54 |
55 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'StmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
56 |
57 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:57:1: warning: extension declares a conformance of imported type 'SwitchCaseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
55 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
56 |
57 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'SwitchCaseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
58 |
59 | extension TypeSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:59:1: warning: extension declares a conformance of imported type 'TypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
57 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
58 |
59 | extension TypeSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'TypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
60 |
61 | // TODO: This should be inlined in SyntaxParseable.init(stringInterpolation:),
[235/250] Compiling swift_parser_cli TerminalUtils.swift
/host/spi-builder-workspace/Sources/swift-parser-cli/TerminalUtils.swift:18:8: error: no such module 'Darwin.C'
16 | import CRT
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[236/250] Emitting module swift_parser_cli
/host/spi-builder-workspace/Sources/swift-parser-cli/TerminalUtils.swift:18:8: error: no such module 'Darwin.C'
16 | import CRT
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[237/250] Compiling swift_parser_cli swift-parser-cli.swift
/host/spi-builder-workspace/Sources/swift-parser-cli/TerminalUtils.swift:18:8: error: no such module 'Darwin.C'
16 | import CRT
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:71:1: warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
69 | // MARK: - BooleanLiteralExpr
70 |
71 | extension BooleanLiteralExprSyntax: ExpressibleByBooleanLiteral {
| |- warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
72 | public init(_ value: Bool) {
73 | self.init(booleanLiteral: value ? .keyword(.true) : .keyword(.false))
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:156:1: warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
154 | // MARK: - FloatLiteralExprSyntax
155 |
156 | extension FloatLiteralExprSyntax: ExpressibleByFloatLiteral {
| |- warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
157 | public init(_ value: Float) {
158 | self.init(floatingDigits: .floatingLiteral(String(value)))
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:193:1: warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
191 | // MARK: - IntegerLiteralExpr
192 |
193 | extension IntegerLiteralExprSyntax: ExpressibleByIntegerLiteral {
| |- warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
194 | public init(_ value: Int) {
195 | self.init(digits: .integerLiteral(String(value)))
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:140:8: warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
138 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
139 | case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
140 | case diagnostics([Diagnostic], tree: Syntax)
| `- warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
141 |
142 | static func producedInvalidNodeType<S: SyntaxProtocol>(expectedType: SyntaxProtocol.Type, actualNode: S) -> Self {
/host/spi-builder-workspace/Sources/SwiftDiagnostics/Diagnostic.swift:15:15: note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
| `- note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
16 | /// The message that should be displayed to the user
17 | public let diagMessage: DiagnosticMessage
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
12 |
13 | import SwiftBasicFormat
14 | import SwiftDiagnostics
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
15 | @_spi(RawSyntax) import SwiftSyntax
16 | @_spi(RawSyntax) @_spi(Testing) import SwiftParser
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:140:8: warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
138 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
139 | case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
140 | case diagnostics([Diagnostic], tree: Syntax)
| `- warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
141 |
142 | static func producedInvalidNodeType<S: SyntaxProtocol>(expectedType: SyntaxProtocol.Type, actualNode: S) -> Self {
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:57:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | /// Each node has accessors for its known children, and allows efficient
56 | /// iteration over the children through its `children` property.
57 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
58 | let data: SyntaxData
59 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:15:18: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
13 | import SwiftBasicFormat
14 | import SwiftDiagnostics
15 | @_spi(RawSyntax) import SwiftSyntax
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
16 | @_spi(RawSyntax) @_spi(Testing) import SwiftParser
17 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:412:1: warning: extension declares a conformance of imported type 'TokenSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
410 | }
411 |
412 | extension TokenSyntax: SyntaxExpressibleByStringInterpolation {
| |- warning: extension declares a conformance of imported type 'TokenSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
413 | public init(stringInterpolation: SyntaxStringInterpolation) {
414 | let string = stringInterpolation.sourceText.withUnsafeBufferPointer { buf in
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:443:1: warning: extension declares a conformance of imported type 'Trivia' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
441 | }
442 |
443 | extension Trivia: ExpressibleByStringInterpolation {
| |- warning: extension declares a conformance of imported type 'Trivia' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
444 | public init(stringInterpolation: String.StringInterpolation) {
445 | var text = String(stringInterpolation: stringInterpolation)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:18:1: warning: extension declares a conformance of imported type 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
16 |
17 | /// `AccessorListSyntax` represents a collection of `AccessorDeclSyntax`
18 | extension AccessorListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | public init(arrayLiteral elements: Element...) {
20 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:25:1: warning: extension declares a conformance of imported type 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
23 |
24 | /// `ArrayElementListSyntax` represents a collection of `ArrayElementSyntax`
25 | extension ArrayElementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public init(arrayLiteral elements: Element...) {
27 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:32:1: warning: extension declares a conformance of imported type 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
30 |
31 | /// `AttributeListSyntax` represents a collection of `Syntax`
32 | extension AttributeListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
33 | public init(arrayLiteral elements: Element...) {
34 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:39:1: warning: extension declares a conformance of imported type 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
37 |
38 | /// `AvailabilitySpecListSyntax` represents a collection of `AvailabilityArgumentSyntax`
39 | extension AvailabilitySpecListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
40 | public init(arrayLiteral elements: Element...) {
41 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:46:1: warning: extension declares a conformance of imported type 'AvailabilityVersionRestrictionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
44 |
45 | /// `AvailabilityVersionRestrictionListSyntax` represents a collection of `AvailabilityVersionRestrictionListEntrySyntax`
46 | extension AvailabilityVersionRestrictionListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'AvailabilityVersionRestrictionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
47 | public init(arrayLiteral elements: Element...) {
48 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:53:1: warning: extension declares a conformance of imported type 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
51 |
52 | /// `CaseItemListSyntax` represents a collection of `CaseItemSyntax`
53 | extension CaseItemListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
54 | public init(arrayLiteral elements: Element...) {
55 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:60:1: warning: extension declares a conformance of imported type 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
58 |
59 | /// `CatchClauseListSyntax` represents a collection of `CatchClauseSyntax`
60 | extension CatchClauseListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
61 | public init(arrayLiteral elements: Element...) {
62 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:67:1: warning: extension declares a conformance of imported type 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
65 |
66 | /// `CatchItemListSyntax` represents a collection of `CatchItemSyntax`
67 | extension CatchItemListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
68 | public init(arrayLiteral elements: Element...) {
69 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:74:1: warning: extension declares a conformance of imported type 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
72 |
73 | /// `ClosureCaptureItemListSyntax` represents a collection of `ClosureCaptureItemSyntax`
74 | extension ClosureCaptureItemListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
75 | public init(arrayLiteral elements: Element...) {
76 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:81:1: warning: extension declares a conformance of imported type 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
79 |
80 | /// `ClosureParamListSyntax` represents a collection of `ClosureParamSyntax`
81 | extension ClosureParamListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
82 | public init(arrayLiteral elements: Element...) {
83 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:88:1: warning: extension declares a conformance of imported type 'ClosureParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
86 |
87 | /// `ClosureParameterListSyntax` represents a collection of `ClosureParameterSyntax`
88 | extension ClosureParameterListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'ClosureParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
89 | public init(arrayLiteral elements: Element...) {
90 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:95:1: warning: extension declares a conformance of imported type 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
93 |
94 | /// `CodeBlockItemListSyntax` represents a collection of `CodeBlockItemSyntax`
95 | extension CodeBlockItemListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
96 | public init(arrayLiteral elements: Element...) {
97 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:102:1: warning: extension declares a conformance of imported type 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
100 |
101 | /// `CompositionTypeElementListSyntax` represents a collection of `CompositionTypeElementSyntax`
102 | extension CompositionTypeElementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
103 | public init(arrayLiteral elements: Element...) {
104 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:109:1: warning: extension declares a conformance of imported type 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
107 |
108 | /// `ConditionElementListSyntax` represents a collection of `ConditionElementSyntax`
109 | extension ConditionElementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
110 | public init(arrayLiteral elements: Element...) {
111 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:116:1: warning: extension declares a conformance of imported type 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
114 |
115 | /// `DeclNameArgumentListSyntax` represents a collection of `DeclNameArgumentSyntax`
116 | extension DeclNameArgumentListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
117 | public init(arrayLiteral elements: Element...) {
118 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:123:1: warning: extension declares a conformance of imported type 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
121 |
122 | /// `DesignatedTypeListSyntax` represents a collection of `DesignatedTypeElementSyntax`
123 | extension DesignatedTypeListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
124 | public init(arrayLiteral elements: Element...) {
125 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:130:1: warning: extension declares a conformance of imported type 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
128 |
129 | /// `DictionaryElementListSyntax` represents a collection of `DictionaryElementSyntax`
130 | extension DictionaryElementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
131 | public init(arrayLiteral elements: Element...) {
132 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:137:1: warning: extension declares a conformance of imported type 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
135 |
136 | /// `DifferentiabilityParamListSyntax` represents a collection of `DifferentiabilityParamSyntax`
137 | extension DifferentiabilityParamListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
138 | public init(arrayLiteral elements: Element...) {
139 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:144:1: warning: extension declares a conformance of imported type 'DocumentationAttributeArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
142 |
143 | /// The arguments of the '@_documentation' attribute
144 | extension DocumentationAttributeArgumentsSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'DocumentationAttributeArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
145 | public init(arrayLiteral elements: Element...) {
146 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:151:1: warning: extension declares a conformance of imported type 'EffectsArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
149 |
150 | /// The arguments of the '@_effect' attribute. These will be parsed during the SIL stage.
151 | extension EffectsArgumentsSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'EffectsArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
152 | public init(arrayLiteral elements: Element...) {
153 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:158:1: warning: extension declares a conformance of imported type 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
156 |
157 | /// A collection of 0 or more `EnumCaseElement`s.
158 | extension EnumCaseElementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
159 | public init(arrayLiteral elements: Element...) {
160 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:165:1: warning: extension declares a conformance of imported type 'EnumCaseParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
163 |
164 | /// `EnumCaseParameterListSyntax` represents a collection of `EnumCaseParameterSyntax`
165 | extension EnumCaseParameterListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'EnumCaseParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
166 | public init(arrayLiteral elements: Element...) {
167 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:172:1: warning: extension declares a conformance of imported type 'ExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
170 |
171 | /// A list of expressions connected by operators. This list is contained by a `SequenceExprSyntax`.
172 | extension ExprListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'ExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
173 | public init(_ elements: [ExprSyntaxProtocol]) {
174 | self = ExprListSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:185:1: warning: extension declares a conformance of imported type 'FunctionParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
183 |
184 | /// `FunctionParameterListSyntax` represents a collection of `FunctionParameterSyntax`
185 | extension FunctionParameterListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'FunctionParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 | public init(arrayLiteral elements: Element...) {
187 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:192:1: warning: extension declares a conformance of imported type 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
190 |
191 | /// `GenericArgumentListSyntax` represents a collection of `GenericArgumentSyntax`
192 | extension GenericArgumentListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
193 | public init(arrayLiteral elements: Element...) {
194 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:199:1: warning: extension declares a conformance of imported type 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
197 |
198 | /// `GenericParameterListSyntax` represents a collection of `GenericParameterSyntax`
199 | extension GenericParameterListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
200 | public init(arrayLiteral elements: Element...) {
201 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:206:1: warning: extension declares a conformance of imported type 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
204 |
205 | /// `GenericRequirementListSyntax` represents a collection of `GenericRequirementSyntax`
206 | extension GenericRequirementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
207 | public init(arrayLiteral elements: Element...) {
208 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:213:1: warning: extension declares a conformance of imported type 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
211 |
212 | /// `IfConfigClauseListSyntax` represents a collection of `IfConfigClauseSyntax`
213 | extension IfConfigClauseListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
214 | public init(arrayLiteral elements: Element...) {
215 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:220:1: warning: extension declares a conformance of imported type 'ImportPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
218 |
219 | /// `ImportPathSyntax` represents a collection of `ImportPathComponentSyntax`
220 | extension ImportPathSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'ImportPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
221 | public init(arrayLiteral elements: Element...) {
222 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:227:1: warning: extension declares a conformance of imported type 'InheritedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
225 |
226 | /// `InheritedTypeListSyntax` represents a collection of `InheritedTypeSyntax`
227 | extension InheritedTypeListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'InheritedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
228 | public init(arrayLiteral elements: Element...) {
229 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:234:1: warning: extension declares a conformance of imported type 'KeyPathComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
232 |
233 | /// `KeyPathComponentListSyntax` represents a collection of `KeyPathComponentSyntax`
234 | extension KeyPathComponentListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'KeyPathComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
235 | public init(arrayLiteral elements: Element...) {
236 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:241:1: warning: extension declares a conformance of imported type 'MemberDeclListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
239 |
240 | /// `MemberDeclListSyntax` represents a collection of `MemberDeclListItemSyntax`
241 | extension MemberDeclListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'MemberDeclListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
242 | public init(arrayLiteral elements: Element...) {
243 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:248:1: warning: extension declares a conformance of imported type 'ModifierListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
246 |
247 | /// `ModifierListSyntax` represents a collection of `DeclModifierSyntax`
248 | extension ModifierListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'ModifierListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
249 | public init(arrayLiteral elements: Element...) {
250 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:255:1: warning: extension declares a conformance of imported type 'MultipleTrailingClosureElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
253 |
254 | /// `MultipleTrailingClosureElementListSyntax` represents a collection of `MultipleTrailingClosureElementSyntax`
255 | extension MultipleTrailingClosureElementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'MultipleTrailingClosureElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
256 | public init(arrayLiteral elements: Element...) {
257 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:262:1: warning: extension declares a conformance of imported type 'ObjCSelectorSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
260 |
261 | /// `ObjCSelectorSyntax` represents a collection of `ObjCSelectorPieceSyntax`
262 | extension ObjCSelectorSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'ObjCSelectorSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
263 | public init(arrayLiteral elements: Element...) {
264 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:269:1: warning: extension declares a conformance of imported type 'PatternBindingListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
267 |
268 | /// `PatternBindingListSyntax` represents a collection of `PatternBindingSyntax`
269 | extension PatternBindingListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'PatternBindingListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
270 | public init(arrayLiteral elements: Element...) {
271 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:276:1: warning: extension declares a conformance of imported type 'PrecedenceGroupAttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
274 |
275 | /// `PrecedenceGroupAttributeListSyntax` represents a collection of `Syntax`
276 | extension PrecedenceGroupAttributeListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'PrecedenceGroupAttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
277 | public init(arrayLiteral elements: Element...) {
278 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:283:1: warning: extension declares a conformance of imported type 'PrecedenceGroupNameListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
281 |
282 | /// `PrecedenceGroupNameListSyntax` represents a collection of `PrecedenceGroupNameElementSyntax`
283 | extension PrecedenceGroupNameListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'PrecedenceGroupNameListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
284 | public init(arrayLiteral elements: Element...) {
285 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:290:1: warning: extension declares a conformance of imported type 'PrimaryAssociatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
288 |
289 | /// `PrimaryAssociatedTypeListSyntax` represents a collection of `PrimaryAssociatedTypeSyntax`
290 | extension PrimaryAssociatedTypeListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'PrimaryAssociatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
291 | public init(arrayLiteral elements: Element...) {
292 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:297:1: warning: extension declares a conformance of imported type 'SpecializeAttributeSpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
295 |
296 | /// A collection of arguments for the `@_specialize` attribute
297 | extension SpecializeAttributeSpecListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'SpecializeAttributeSpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
298 | public init(arrayLiteral elements: Element...) {
299 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:304:1: warning: extension declares a conformance of imported type 'StringLiteralSegmentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
302 |
303 | /// `StringLiteralSegmentsSyntax` represents a collection of `Syntax`
304 | extension StringLiteralSegmentsSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'StringLiteralSegmentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
305 | public init(arrayLiteral elements: Element...) {
306 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:311:1: warning: extension declares a conformance of imported type 'SwitchCaseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
309 |
310 | /// `SwitchCaseListSyntax` represents a collection of `Syntax`
311 | extension SwitchCaseListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'SwitchCaseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
312 | public init(arrayLiteral elements: Element...) {
313 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:318:1: warning: extension declares a conformance of imported type 'TupleExprElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
316 |
317 | /// `TupleExprElementListSyntax` represents a collection of `TupleExprElementSyntax`
318 | extension TupleExprElementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'TupleExprElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
319 | public init(arrayLiteral elements: Element...) {
320 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:325:1: warning: extension declares a conformance of imported type 'TuplePatternElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
323 |
324 | /// `TuplePatternElementListSyntax` represents a collection of `TuplePatternElementSyntax`
325 | extension TuplePatternElementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'TuplePatternElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
326 | public init(arrayLiteral elements: Element...) {
327 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:332:1: warning: extension declares a conformance of imported type 'TupleTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
330 |
331 | /// `TupleTypeElementListSyntax` represents a collection of `TupleTypeElementSyntax`
332 | extension TupleTypeElementListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'TupleTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
333 | public init(arrayLiteral elements: Element...) {
334 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:339:1: warning: extension declares a conformance of imported type 'UnexpectedNodesSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
337 |
338 | /// A collection of syntax nodes that occurred in the source code but could not be used to form a valid syntax tree.
339 | extension UnexpectedNodesSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'UnexpectedNodesSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
340 | public init(_ elements: [SyntaxProtocol]) {
341 | self = UnexpectedNodesSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:352:1: warning: extension declares a conformance of imported type 'VersionComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
350 |
351 | /// `VersionComponentListSyntax` represents a collection of `VersionComponentSyntax`
352 | extension VersionComponentListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'VersionComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
353 | public init(arrayLiteral elements: Element...) {
354 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:359:1: warning: extension declares a conformance of imported type 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
357 |
358 | /// `YieldExprListSyntax` represents a collection of `YieldExprListElementSyntax`
359 | extension YieldExprListSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
360 | public init(arrayLiteral elements: Element...) {
361 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:29:1: warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
27 | }
28 |
29 | extension AccessorDeclSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
30 |
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:31:1: warning: extension declares a conformance of imported type 'AttributeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
29 | extension AccessorDeclSyntax: SyntaxExpressibleByStringInterpolation {}
30 |
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'AttributeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
32 |
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:33:1: warning: extension declares a conformance of imported type 'CatchClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
32 |
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'CatchClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
34 |
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:35:1: warning: extension declares a conformance of imported type 'ClosureParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
34 |
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'ClosureParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
36 |
37 | extension CodeBlockItemSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:37:1: warning: extension declares a conformance of imported type 'CodeBlockItemSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
36 |
37 | extension CodeBlockItemSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'CodeBlockItemSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 |
39 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:39:1: warning: extension declares a conformance of imported type 'DeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
37 | extension CodeBlockItemSyntax: SyntaxExpressibleByStringInterpolation {}
38 |
39 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'DeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
40 |
41 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:41:1: warning: extension declares a conformance of imported type 'EnumCaseParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
39 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
40 |
41 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'EnumCaseParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
42 |
43 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:43:1: warning: extension declares a conformance of imported type 'ExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
41 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
42 |
43 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'ExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
44 |
45 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:45:1: warning: extension declares a conformance of imported type 'FunctionParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
43 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
44 |
45 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'FunctionParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
46 |
47 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:47:1: warning: extension declares a conformance of imported type 'GenericParameterClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
45 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
46 |
47 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'GenericParameterClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 |
49 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:49:1: warning: extension declares a conformance of imported type 'MemberDeclBlockSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
47 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
48 |
49 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'MemberDeclBlockSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
50 |
51 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:51:1: warning: extension declares a conformance of imported type 'PatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
49 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
50 |
51 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'PatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
52 |
53 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:53:1: warning: extension declares a conformance of imported type 'SourceFileSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
51 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
52 |
53 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'SourceFileSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
54 |
55 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:55:1: warning: extension declares a conformance of imported type 'StmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
53 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
54 |
55 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'StmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
56 |
57 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:57:1: warning: extension declares a conformance of imported type 'SwitchCaseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
55 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
56 |
57 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
| |- warning: extension declares a conformance of imported type 'SwitchCaseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
58 |
59 | extension TypeSyntax: SyntaxExpressibleByStringInterpolation {}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/17] Write swift-version-24593BA9C3E375BF.txt
[3/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/62] Emitting module ArgumentParserToolInfo
[6/100] Emitting module ArgumentParser
[7/105] Compiling ArgumentParser ArgumentVisibility.swift
[8/105] Compiling ArgumentParser CompletionKind.swift
[9/105] Compiling ArgumentParser Errors.swift
[10/105] Compiling ArgumentParser Flag.swift
[11/105] Compiling ArgumentParser NameSpecification.swift
[12/105] Compiling ArgumentParser Option.swift
[13/105] Compiling ArgumentParser BashCompletionsGenerator.swift
[14/105] Compiling ArgumentParser CompletionsGenerator.swift
[15/105] Compiling ArgumentParser FishCompletionsGenerator.swift
[16/105] Compiling ArgumentParser ZshCompletionsGenerator.swift
[17/105] Compiling ArgumentParser Argument.swift
[18/105] Compiling ArgumentParser ArgumentHelp.swift
[19/105] Compiling ArgumentParser OptionGroup.swift
[20/105] Compiling ArgumentParser AsyncParsableCommand.swift
[21/105] Compiling ArgumentParser CommandConfiguration.swift
[22/105] Compiling ArgumentParser CommandGroup.swift
[23/105] Compiling ArgumentParser EnumerableFlag.swift
[24/105] Compiling ArgumentParser ExpressibleByArgument.swift
[31/110] Compiling ArgumentParser CollectionExtensions.swift
[32/110] Compiling ArgumentParser Platform.swift
[33/110] Compiling ArgumentParser SequenceExtensions.swift
[34/110] Compiling ArgumentParser StringExtensions.swift
[35/110] Compiling ArgumentParser Tree.swift
[41/110] Compiling ArgumentParser DumpHelpGenerator.swift
[42/110] Compiling ArgumentParser HelpCommand.swift
[43/110] Compiling ArgumentParser HelpGenerator.swift
[44/110] Compiling ArgumentParser MessageInfo.swift
[45/110] Compiling ArgumentParser UsageGenerator.swift
[46/110] Compiling ArgumentParser Name.swift
[47/110] Compiling ArgumentParser Parsed.swift
[48/110] Compiling ArgumentParser ParsedValues.swift
[49/110] Compiling ArgumentParser ParserError.swift
[50/110] Compiling ArgumentParser SplitArguments.swift
[51/110] Compiling ArgumentParser ArgumentDefinition.swift
[52/110] Compiling ArgumentParser ArgumentSet.swift
[53/110] Compiling ArgumentParser CommandParser.swift
[54/110] Compiling ArgumentParser InputKey.swift
[55/110] Compiling ArgumentParser InputOrigin.swift
[57/110] Compiling ArgumentParser ParsableArguments.swift
[58/110] Compiling ArgumentParser ParsableArgumentsValidation.swift
[59/110] Compiling ArgumentParser ParsableCommand.swift
[60/110] Compiling ArgumentParser ArgumentDecoder.swift
[68/110] Emitting module SwiftSyntax
[81/110] Compiling SwiftSyntax SyntaxExprNodes.swift
[82/110] Compiling SwiftSyntax SyntaxNodes.swift
[83/110] Compiling SwiftSyntax SyntaxPatternNodes.swift
[84/110] Compiling SwiftSyntax SyntaxStmtNodes.swift
[85/110] Compiling SwiftSyntax SyntaxTypeNodes.swift
[99/127] Compiling SwiftDiagnostics FixIt.swift
[100/161] Compiling SwiftDiagnostics Note.swift
[101/161] Compiling SwiftDiagnostics Message.swift
[102/161] Emitting module SwiftIDEUtils
[103/161] Emitting module SwiftDiagnostics
[104/161] Compiling SwiftIDEUtils SyntaxClassification.swift
[105/161] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[106/161] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[107/161] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[108/161] Compiling SwiftDiagnostics Diagnostic.swift
[109/161] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[110/161] Compiling SwiftIDEUtils SyntaxClassifier.swift
[111/161] Compiling SwiftIDEUtils Syntax+Classifications.swift
[112/162] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[115/162] Compiling SwiftBasicFormat BasicFormat.swift
[116/162] Emitting module SwiftBasicFormat
[116/163] Wrapping AST for SwiftIDEUtils for debugging
[119/163] Emitting module SwiftParser
[120/167] Compiling SwiftParser SyntaxUtils.swift
[121/167] Compiling SwiftParser TokenConsumer.swift
[122/167] Compiling SwiftParser TokenPrecedence.swift
[123/167] Compiling SwiftParser TokenSpec.swift
[124/167] Compiling SwiftParser TokenSpecSet.swift
[125/167] Compiling SwiftParser TopLevel.swift
[126/167] Compiling SwiftParser TriviaParser.swift
[127/167] Compiling SwiftParser Types.swift
[128/167] Compiling SwiftParser DeclarationModifier.swift
[129/167] Compiling SwiftParser Names.swift
[130/167] Compiling SwiftParser Nominals.swift
[131/167] Compiling SwiftParser Parameters.swift
[132/167] Compiling SwiftParser Parser.swift
[133/167] Compiling SwiftParser Patterns.swift
[134/167] Compiling SwiftParser Recovery.swift
[135/167] Compiling SwiftParser Specifiers.swift
[136/167] Compiling SwiftParser Statements.swift
[137/167] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[138/167] Compiling SwiftParser StringLiterals.swift
[139/167] Compiling SwiftParser IsLexerClassified.swift
[140/167] Compiling SwiftParser Parser+Entry.swift
[141/167] Compiling SwiftParser TokenSpecStaticMembers.swift
[142/167] Compiling SwiftParser TypeAttribute.swift
[143/167] Compiling SwiftParser RegexLiteralLexer.swift
[144/167] Compiling SwiftParser UnicodeScalarExtensions.swift
[145/167] Compiling SwiftParser Lookahead.swift
[146/167] Compiling SwiftParser LoopProgressCondition.swift
[147/167] Compiling SwiftParser Modifiers.swift
[148/167] Compiling SwiftParser Attributes.swift
[149/167] Compiling SwiftParser Availability.swift
[150/167] Compiling SwiftParser CharacterInfo.swift
[151/167] Compiling SwiftParser Declarations.swift
[152/167] Compiling SwiftParser Directives.swift
[153/167] Compiling SwiftParser Expressions.swift
[154/167] Compiling SwiftParser Cursor.swift
[155/167] Compiling SwiftParser Lexeme.swift
[156/167] Compiling SwiftParser LexemeSequence.swift
[157/167] Compiling SwiftParser Lexer.swift
[158/167] Wrapping AST for SwiftParser for debugging
[160/202] Compiling SwiftOperators PrecedenceGroup.swift
[161/203] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[162/204] Compiling SwiftRefactor RefactoringProvider.swift
[163/204] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[164/204] Compiling SwiftOperators OperatorTable.swift
[165/204] Compiling SwiftOperators PrecedenceGraph.swift
[166/204] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[167/204] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[168/204] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[169/204] Compiling SwiftOperators SyntaxSynthesis.swift
[170/204] Emitting module SwiftRefactor
[171/204] Compiling SwiftOperators OperatorTable+Semantics.swift
[172/204] Emitting module SwiftOperators
[173/204] Compiling SwiftParserDiagnostics MissingNodesError.swift
[174/204] Compiling SwiftParserDiagnostics MissingTokenError.swift
[175/204] Compiling SwiftOperators OperatorTable+Folding.swift
[177/205] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[178/205] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[179/205] Compiling SwiftRefactor FormatRawStringLiteral.swift
[180/205] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[181/205] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[183/206] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[184/206] Compiling SwiftParserDiagnostics Utils.swift
[185/206] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[186/206] Compiling lit_test_helper main.swift
[187/206] Compiling lit_test_helper ClassifiedSyntaxTreePrinter.swift
[188/206] Compiling lit_test_helper CommandLineArguments.swift
[189/206] Emitting module lit_test_helper
[189/206] Wrapping AST for SwiftOperators for debugging
[191/206] Emitting module SwiftParserDiagnostics
[194/207] Wrapping AST for lit-test-helper for debugging
[195/207] Write Objects.LinkFileList
[197/207] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[198/207] Compiling SwiftParserDiagnostics PresenceUtils.swift
[198/207] Linking lit-test-helper
[200/207] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[201/207] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[204/208] Wrapping AST for SwiftParserDiagnostics for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[206/223] Emitting module swift_parser_cli
/host/spi-builder-workspace/Sources/swift-parser-cli/TerminalUtils.swift:18:8: error: no such module 'Darwin.C'
16 | import CRT
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[207/223] Compiling swift_parser_cli TerminalUtils.swift
/host/spi-builder-workspace/Sources/swift-parser-cli/TerminalUtils.swift:18:8: error: no such module 'Darwin.C'
16 | import CRT
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[208/223] Compiling swift_parser_cli swift-parser-cli.swift
/host/spi-builder-workspace/Sources/swift-parser-cli/TerminalUtils.swift:18:8: error: no such module 'Darwin.C'
16 | import CRT
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[209/223] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[210/223] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[211/223] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[212/223] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
BUILD FAILURE 6.1 android