Build Information
Failed to build SwiftSyntax, reference main (6134c2), with Swift 6.1 for Wasm on 29 May 2025 01:36:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | static private var SLAB_ALIGNMENT: Int = 8
20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19: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
17 |
18 | static private var GROWTH_DELAY: Int = 128
19 | 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
20 |
21 | /// Initial slab size.
[43/114] Compiling SwiftSyntax MemoryLayout.swift
/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:18: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
16 | typealias Slab = UnsafeMutableRawBufferPointer
17 |
18 | 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
19 | static private var SLAB_ALIGNMENT: Int = 8
20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19: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
17 |
18 | static private var GROWTH_DELAY: Int = 128
19 | 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
20 |
21 | /// Initial slab size.
[44/151] Emitting module ArgumentParser
[45/156] Compiling ArgumentParser Name.swift
[46/156] Compiling ArgumentParser Parsed.swift
[47/156] Compiling ArgumentParser ParsedValues.swift
[48/156] Compiling ArgumentParser ParserError.swift
[49/156] Compiling ArgumentParser SplitArguments.swift
[50/156] Compiling ArgumentParser Option.swift
[51/156] Compiling ArgumentParser OptionGroup.swift
[52/156] Compiling ArgumentParser AsyncParsableCommand.swift
[53/156] Compiling ArgumentParser CommandConfiguration.swift
[54/156] Compiling ArgumentParser EnumerableFlag.swift
[55/156] Compiling ArgumentParser ExpressibleByArgument.swift
[56/156] Compiling ArgumentParser ParsableArguments.swift
[57/156] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/156] Compiling ArgumentParser ParsableCommand.swift
[59/156] Compiling ArgumentParser ArgumentDecoder.swift
[60/156] Compiling ArgumentParser ArgumentVisibility.swift
[61/156] Compiling ArgumentParser CompletionKind.swift
[62/156] Compiling ArgumentParser Errors.swift
[63/156] Compiling ArgumentParser Flag.swift
[64/156] Compiling ArgumentParser NameSpecification.swift
[65/156] Compiling ArgumentParser BashCompletionsGenerator.swift
[66/156] Compiling ArgumentParser CompletionsGenerator.swift
[67/156] Compiling ArgumentParser FishCompletionsGenerator.swift
[68/156] Compiling ArgumentParser ZshCompletionsGenerator.swift
[69/156] Compiling ArgumentParser Argument.swift
[70/156] Compiling ArgumentParser ArgumentHelp.swift
[71/156] Compiling ArgumentParser ArgumentDefinition.swift
[72/156] Compiling ArgumentParser ArgumentSet.swift
[73/156] Compiling ArgumentParser CommandParser.swift
[74/156] Compiling ArgumentParser InputKey.swift
[75/156] Compiling ArgumentParser InputOrigin.swift
[76/156] Compiling ArgumentParser CollectionExtensions.swift
[77/156] Compiling ArgumentParser Platform.swift
[78/156] Compiling ArgumentParser SequenceExtensions.swift
[79/156] Compiling ArgumentParser StringExtensions.swift
[80/156] Compiling ArgumentParser Tree.swift
[81/156] Emitting module SwiftSyntax
/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:18: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
16 | typealias Slab = UnsafeMutableRawBufferPointer
17 |
18 | 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
19 | static private var SLAB_ALIGNMENT: Int = 8
20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19: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
17 |
18 | static private var GROWTH_DELAY: Int = 128
19 | 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
20 |
21 | /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:910: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
908 | #if DEBUG
909 | /// See `SyntaxMemoryLayout`.
910 | 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
911 | "RawSyntaxData": .init(RawSyntaxData.self),
912 | "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:28: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 | public let utf8Length: Int
17 |
:
26 |
27 | /// A zero-length source length
28 | 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
29 | SourceLength(utf8Length: 0)
30 |
/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:351: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
349 | #if DEBUG
350 | /// See `SyntaxMemoryLayout`.
351 | 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
352 | "SyntaxData": .init(SyntaxData.self),
353 | "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:858: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
856 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
857 | /// see how that's possible right now.
858 | 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
859 | "__consuming",
860 | "__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 |
[82/156] Compiling ArgumentParser DumpHelpGenerator.swift
[83/156] Compiling ArgumentParser HelpCommand.swift
[84/156] Compiling ArgumentParser HelpGenerator.swift
[85/156] Compiling ArgumentParser MessageInfo.swift
[86/156] Compiling ArgumentParser UsageGenerator.swift
[87/157] Wrapping AST for ArgumentParser for debugging
[96/157] Compiling SwiftSyntax SyntaxPatternNodes.swift
[97/157] Compiling SwiftSyntax SyntaxStmtNodes.swift
[98/157] Compiling SwiftSyntax SyntaxTypeNodes.swift
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:858: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
856 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
857 | /// see how that's possible right now.
858 | 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
859 | "__consuming",
860 | "__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:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:858: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
856 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
857 | /// see how that's possible right now.
858 | 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
859 | "__consuming",
860 | "__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:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:858: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
856 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
857 | /// see how that's possible right now.
858 | 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
859 | "__consuming",
860 | "__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:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:858: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
856 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
857 | /// see how that's possible right now.
858 | 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
859 | "__consuming",
860 | "__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:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:858: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
856 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
857 | /// see how that's possible right now.
858 | 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
859 | "__consuming",
860 | "__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:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:858: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
856 | /// constant-evaluate `Keyword.spi.defaultText` to a `SyntaxText` but I don't
857 | /// see how that's possible right now.
858 | 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
859 | "__consuming",
860 | "__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 |
[115/186] Wrapping AST for SwiftSyntax for debugging
[116/190] Write Objects.LinkFileList
[118/206] Compiling IDEUtils SyntaxClassification.swift
[119/206] Compiling SwiftDiagnostics Note.swift
[120/206] Compiling SwiftDiagnostics Message.swift
[120/206] Archiving libSwiftSyntax.a
[122/206] 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`.
[123/206] 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`.
[124/206] Compiling SwiftDiagnostics FixIt.swift
[125/206] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[126/206] Compiling IDEUtils Syntax+Classifications.swift
[127/206] Emitting module IDEUtils
[128/206] Compiling IDEUtils SyntaxClassifier.swift
[129/207] Compiling SwiftBasicFormat Trivia+Indented.swift
[130/207] Compiling SwiftBasicFormat BasicFormat.swift
[131/207] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[132/207] Emitting module SwiftBasicFormat
[134/208] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[136/209] Wrapping AST for IDEUtils for debugging
[137/209] Write Objects.LinkFileList
[138/209] Wrapping AST for SwiftBasicFormat for debugging
[139/209] Wrapping AST for SwiftDiagnostics for debugging
[140/209] Write Objects.LinkFileList
[141/209] Archiving libIDEUtils.a
[142/209] Archiving libSwiftDiagnostics.a
[144/209] Emitting module SwiftParser
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:29: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
20 | /// will can be consumed by a ``Parser``.
21 | public struct Lexeme: CustomDebugStringConvertible {
22 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
23 | public var rawValue: UInt8
24 |
:
27 | }
28 |
29 | 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
30 |
31 | public var debugDescription: String {
[145/213] Compiling SwiftParser Names.swift
[146/213] Compiling SwiftParser Nominals.swift
[147/213] Compiling SwiftParser Parameters.swift
[148/213] Compiling SwiftParser Parser.swift
[149/213] Compiling SwiftParser Patterns.swift
[150/213] Compiling SwiftParser RegexLiteralLexer.swift
[151/213] Compiling SwiftParser UnicodeScalarExtensions.swift
[152/213] Compiling SwiftParser Lookahead.swift
[153/213] Compiling SwiftParser LoopProgressCondition.swift
[154/213] Compiling SwiftParser Modifiers.swift
[155/213] Compiling SwiftParser DeclarationModifier.swift
[156/213] Compiling SwiftParser Parser+Entry.swift
[157/213] Compiling SwiftParser TokenSpecStaticMembers.swift
[158/213] Compiling SwiftParser TypeAttribute.swift
[159/213] Compiling SwiftParser TokenSpecSet.swift
[160/213] Compiling SwiftParser TopLevel.swift
[161/213] Compiling SwiftParser TriviaParser.swift
[162/213] Compiling SwiftParser Types.swift
[163/213] Compiling SwiftParser SyntaxUtils.swift
[164/213] Compiling SwiftParser TokenConsumer.swift
[165/213] Compiling SwiftParser TokenPrecedence.swift
[166/213] Compiling SwiftParser TokenSpec.swift
[167/213] Compiling SwiftParser Recovery.swift
[168/213] Compiling SwiftParser Specifiers.swift
[169/213] Compiling SwiftParser Statements.swift
[170/213] Compiling SwiftParser StringLiterals.swift
[171/213] Compiling SwiftParser Attributes.swift
[172/213] Compiling SwiftParser Availability.swift
[173/213] Compiling SwiftParser CharacterInfo.swift
[174/213] Compiling SwiftParser Declarations.swift
[175/213] Compiling SwiftParser Directives.swift
[176/213] Compiling SwiftParser Expressions.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:29: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
20 | /// will can be consumed by a ``Parser``.
21 | public struct Lexeme: CustomDebugStringConvertible {
22 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
23 | public var rawValue: UInt8
24 |
:
27 | }
28 |
29 | 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
30 |
31 | public var debugDescription: String {
[177/213] Compiling SwiftParser Cursor.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:29: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
20 | /// will can be consumed by a ``Parser``.
21 | public struct Lexeme: CustomDebugStringConvertible {
22 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
23 | public var rawValue: UInt8
24 |
:
27 | }
28 |
29 | 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
30 |
31 | public var debugDescription: String {
[178/213] Compiling SwiftParser Lexeme.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:29: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
20 | /// will can be consumed by a ``Parser``.
21 | public struct Lexeme: CustomDebugStringConvertible {
22 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
23 | public var rawValue: UInt8
24 |
:
27 | }
28 |
29 | 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
30 |
31 | public var debugDescription: String {
[179/213] Compiling SwiftParser LexemeSequence.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:29: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
20 | /// will can be consumed by a ``Parser``.
21 | public struct Lexeme: CustomDebugStringConvertible {
22 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
23 | public var rawValue: UInt8
24 |
:
27 | }
28 |
29 | 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
30 |
31 | public var debugDescription: String {
[180/213] Compiling SwiftParser Lexer.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer/Lexeme.swift:29: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
20 | /// will can be consumed by a ``Parser``.
21 | public struct Lexeme: CustomDebugStringConvertible {
22 | public struct Flags: OptionSet, CustomDebugStringConvertible {
| `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
23 | public var rawValue: UInt8
24 |
:
27 | }
28 |
29 | 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
30 |
31 | public var debugDescription: String {
[181/214] Wrapping AST for SwiftParser for debugging
[182/214] Write Objects.LinkFileList
[184/245] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[185/245] Compiling SwiftRefactor RefactoringProvider.swift
[185/245] Archiving libSwiftParser.a
[187/245] 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:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
52 | /// Each node has accessors for its known children, and allows efficient
53 | /// iteration over the children through its `children` property.
54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | let data: SyntaxData
56 |
/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:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
52 | /// Each node has accessors for its known children, and allows efficient
53 | /// iteration over the children through its `children` property.
54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | let data: SyntaxData
56 |
/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:187:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
185 | }
186 |
187 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
188 | public let _syntaxNode: Syntax
189 |
/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:187:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
185 | }
186 |
187 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
188 | public let _syntaxNode: Syntax
189 |
[188/246] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[189/247] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[190/247] Compiling SwiftRefactor FormatRawStringLiteral.swift
[191/247] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[192/247] Compiling SwiftOperators PrecedenceGroup.swift
[193/247] Emitting module SwiftRefactor
[194/247] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxParser/SyntaxParser.swift:19:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
17 | import Foundation
18 | @_spi(RawSyntax) import SwiftSyntax
19 | @_implementationOnly import SwiftParser
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
20 |
21 | /// Namespace for functions to parse swift source and retrieve a syntax tree.
[195/247] Compiling SwiftOperators OperatorTable.swift
[196/247] Compiling SwiftOperators PrecedenceGraph.swift
[197/247] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[198/247] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[199/247] Compiling SwiftParserDiagnostics PresenceUtils.swift
[200/247] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[201/247] Compiling SwiftOperators OperatorTable+Semantics.swift
[202/247] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/Sources/SwiftSyntaxParser/SyntaxParser.swift:19:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
17 | import Foundation
18 | @_spi(RawSyntax) import SwiftSyntax
19 | @_implementationOnly import SwiftParser
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
20 |
21 | /// Namespace for functions to parse swift source and retrieve a syntax tree.
[203/247] Compiling SwiftSyntaxParser Diagnostic.swift
[204/248] Compiling SwiftOperators SyntaxSynthesis.swift
[205/248] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[206/248] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[209/249] Compiling SwiftParserDiagnostics Utils.swift
[209/253] Wrapping AST for SwiftRefactor for debugging
[210/253] Write Objects.LinkFileList
[212/253] Compiling SwiftParserDiagnostics MissingNodesError.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:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
52 | /// Each node has accessors for its known children, and allows efficient
53 | /// iteration over the children through its `children` property.
54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | let data: SyntaxData
56 |
/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:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
52 | /// Each node has accessors for its known children, and allows efficient
53 | /// iteration over the children through its `children` property.
54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | let data: SyntaxData
56 |
/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:187:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
185 | }
186 |
187 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
188 | public let _syntaxNode: Syntax
189 |
/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:187:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
185 | }
186 |
187 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
188 | public let _syntaxNode: Syntax
189 |
[213/253] Compiling SwiftParserDiagnostics MissingTokenError.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:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
52 | /// Each node has accessors for its known children, and allows efficient
53 | /// iteration over the children through its `children` property.
54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | let data: SyntaxData
56 |
/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:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
52 | /// Each node has accessors for its known children, and allows efficient
53 | /// iteration over the children through its `children` property.
54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | let data: SyntaxData
56 |
/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:187:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
185 | }
186 |
187 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
188 | public let _syntaxNode: Syntax
189 |
/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:187:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
185 | }
186 |
187 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
| `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
188 | public let _syntaxNode: Syntax
189 |
[214/253] Compiling SwiftOperators OperatorTable+Folding.swift
[214/254] Wrapping AST for SwiftSyntaxParser for debugging
[215/254] Write Objects.LinkFileList
[217/254] Archiving libSwiftRefactor.a
[218/254] Wrapping AST for SwiftOperators for debugging
[219/254] Write Objects.LinkFileList
[220/254] Archiving libSwiftSyntaxParser.a
[222/254] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[222/254] Archiving libSwiftOperators.a
[224/254] Compiling lit_test_helper ClassifiedSyntaxTreePrinter.swift
[225/254] Compiling lit_test_helper CommandLineArguments.swift
[226/254] Emitting module lit_test_helper
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:384: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
382 |
383 | enum TestingError: Error, CustomStringConvertible {
384 | 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
385 | case classificationVerificationFailed(String, String)
386 | 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 SwiftSyntaxParser
15 | import Foundation
[227/254] Compiling lit_test_helper main.swift
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:384: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
382 |
383 | enum TestingError: Error, CustomStringConvertible {
384 | 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
385 | case classificationVerificationFailed(String, String)
386 | 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 SwiftSyntaxParser
15 | import Foundation
[232/255] Emitting module SwiftParserDiagnostics
[233/255] Wrapping AST for lit-test-helper for debugging
[234/255] Write Objects.LinkFileList
[236/255] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[237/256] Wrapping AST for SwiftParserDiagnostics for debugging
[238/256] Write Objects.LinkFileList
[239/270] Archiving libSwiftParserDiagnostics.a
[241/270] 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)
[242/270] 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 |
[243/270] 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 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:46: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
44 | // MARK: - BooleanLiteralExpr
45 |
46 | 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
47 | public init(_ value: Bool) {
48 | self.init(booleanLiteral: value ? .keyword(.true) : .keyword(.false))
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:131: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
129 | // MARK: - FloatLiteralExprSyntax
130 |
131 | 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
132 | public init(_ value: Float) {
133 | self.init(floatingDigits: .floatingLiteral(String(value)))
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:168: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
166 | // MARK: - IntegerLiteralExpr
167 |
168 | 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
169 | public init(_ value: Int) {
170 | 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) 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:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
52 | /// Each node has accessors for its known children, and allows efficient
53 | /// iteration over the children through its `children` property.
54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
| `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
55 | let data: SyntaxData
56 |
/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) 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 'AccessPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
16 |
17 | /// `AccessPath` represents a collection of `AccessPathComponentSyntax`
18 | extension AccessPathSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'AccessPathSyntax' 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 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
23 |
24 | /// `AccessorList` represents a collection of `AccessorDeclSyntax`
25 | 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
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 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
30 |
31 | /// `ArrayElementList` represents a collection of `ArrayElementSyntax`
32 | 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
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 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
37 |
38 | /// `AttributeList` represents a collection of `Syntax`
39 | 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
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 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
44 |
45 | /// `AvailabilitySpecList` represents a collection of `AvailabilityArgumentSyntax`
46 | 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
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 'AvailabilityVersionRestrictionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
51 |
52 | /// `AvailabilityVersionRestrictionList` represents a collection of `AvailabilityVersionRestrictionListEntrySyntax`
53 | 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
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 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
58 |
59 | /// `CaseItemList` represents a collection of `CaseItemSyntax`
60 | 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
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 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
65 |
66 | /// `CatchClauseList` represents a collection of `CatchClauseSyntax`
67 | 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
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 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
72 |
73 | /// `CatchItemList` represents a collection of `CatchItemSyntax`
74 | 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
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 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
79 |
80 | /// `ClosureCaptureItemList` represents a collection of `ClosureCaptureItemSyntax`
81 | 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
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 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
86 |
87 | /// `ClosureParamList` represents a collection of `ClosureParamSyntax`
88 | 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
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 'ClosureParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
93 |
94 | /// `ClosureParameterList` represents a collection of `ClosureParameterSyntax`
95 | 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
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 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
100 |
101 | /// `CodeBlockItemList` represents a collection of `CodeBlockItemSyntax`
102 | 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
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 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
107 |
108 | /// `CompositionTypeElementList` represents a collection of `CompositionTypeElementSyntax`
109 | 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
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 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
114 |
115 | /// `ConditionElementList` represents a collection of `ConditionElementSyntax`
116 | 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
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 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
121 |
122 | /// `DeclNameArgumentList` represents a collection of `DeclNameArgumentSyntax`
123 | 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
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 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
128 |
129 | /// `DesignatedTypeList` represents a collection of `DesignatedTypeElementSyntax`
130 | 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
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 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
135 |
136 | /// `DictionaryElementList` represents a collection of `DictionaryElementSyntax`
137 | 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
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 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
142 |
143 | /// `DifferentiabilityParamList` represents a collection of `DifferentiabilityParamSyntax`
144 | 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
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 'DocumentationAttributeArgumentsSyntax' 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 '@_documentation' attribute
151 | 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
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 'EffectsArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
156 |
157 | /// The arguments of the '@_effect' attribute. These will be parsed during the SIL stage.
158 | 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
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 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
163 |
164 | /// A collection of 0 or more `EnumCaseElement`s.
165 | 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
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 'EnumCaseParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
170 |
171 | /// `EnumCaseParameterList` represents a collection of `EnumCaseParameterSyntax`
172 | 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
173 | public init(arrayLiteral elements: Element...) {
174 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:179: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
177 |
178 | /// A list of expressions connected by operators. This list is contained by a `SequenceExprSyntax`.
179 | 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
180 | public init(_ elements: [ExprSyntaxProtocol]) {
181 | self = ExprListSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:192: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
190 |
191 | /// `FunctionParameterList` represents a collection of `FunctionParameterSyntax`
192 | 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
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 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
197 |
198 | /// `GenericArgumentList` represents a collection of `GenericArgumentSyntax`
199 | 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
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 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
204 |
205 | /// `GenericParameterList` represents a collection of `GenericParameterSyntax`
206 | 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
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 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
211 |
212 | /// `GenericRequirementList` represents a collection of `GenericRequirementSyntax`
213 | 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
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 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
218 |
219 | /// `IfConfigClauseList` represents a collection of `IfConfigClauseSyntax`
220 | 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
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 | /// `InheritedTypeList` 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 | /// `KeyPathComponentList` 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 | /// `MemberDeclList` 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 | /// `ModifierList` 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 | /// `MultipleTrailingClosureElementList` 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 | /// `ObjCSelector` 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 | /// `PatternBindingList` 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 | /// `PrecedenceGroupAttributeList` 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 | /// `PrecedenceGroupNameList` 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 | /// `PrimaryAssociatedTypeList` 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 | /// `StringLiteralSegments` 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 | /// `SwitchCaseList` 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 | /// `TupleExprElementList` 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 | /// `TuplePatternElementList` 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 | /// `TupleTypeElementList` 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 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
350 |
351 | /// `YieldExprList` represents a collection of `YieldExprListElementSyntax`
352 | 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
353 | public init(arrayLiteral elements: Element...) {
354 | 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 DeclSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:37: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
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
36 |
37 | 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
38 |
39 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:39: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
37 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
38 |
39 | 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
40 |
41 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:41: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
39 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
40 |
41 | 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
42 |
43 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[243/270] Linking lit-test-helper.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/38] Write swift-version-24593BA9C3E375BF.txt
[3/80] Emitting module ArgumentParserToolInfo
[4/80] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/117] Emitting module ArgumentParser
[7/122] Compiling ArgumentParser Option.swift
[8/122] Compiling ArgumentParser OptionGroup.swift
[9/122] Compiling ArgumentParser AsyncParsableCommand.swift
[10/122] Compiling ArgumentParser CommandConfiguration.swift
[11/122] Compiling ArgumentParser EnumerableFlag.swift
[12/122] Compiling ArgumentParser ArgumentVisibility.swift
[13/122] Compiling ArgumentParser CompletionKind.swift
[14/122] Compiling ArgumentParser Errors.swift
[15/122] Compiling ArgumentParser Flag.swift
[16/122] Compiling ArgumentParser NameSpecification.swift
[17/122] Compiling ArgumentParser CollectionExtensions.swift
[18/122] Compiling ArgumentParser Platform.swift
[19/122] Compiling ArgumentParser SequenceExtensions.swift
[20/122] Compiling ArgumentParser StringExtensions.swift
[21/122] Compiling ArgumentParser Tree.swift
[22/122] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/122] Compiling ArgumentParser CompletionsGenerator.swift
[24/122] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/122] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/122] Compiling ArgumentParser Argument.swift
[27/122] Compiling ArgumentParser ArgumentHelp.swift
[38/122] Compiling ArgumentParser ExpressibleByArgument.swift
[39/122] Compiling ArgumentParser ParsableArguments.swift
[48/127] Compiling ArgumentParser ParsableArgumentsValidation.swift
[49/127] Compiling ArgumentParser ParsableCommand.swift
[50/127] Compiling ArgumentParser ArgumentDecoder.swift
[51/127] Compiling ArgumentParser ArgumentDefinition.swift
[52/127] Compiling ArgumentParser ArgumentSet.swift
[53/127] Compiling ArgumentParser CommandParser.swift
[54/127] Compiling ArgumentParser InputKey.swift
[55/127] Compiling ArgumentParser InputOrigin.swift
[56/127] Compiling ArgumentParser Name.swift
[57/127] Compiling ArgumentParser Parsed.swift
[58/127] Compiling ArgumentParser ParsedValues.swift
[59/127] Compiling ArgumentParser ParserError.swift
[60/127] Compiling ArgumentParser SplitArguments.swift
[61/127] Compiling ArgumentParser DumpHelpGenerator.swift
[62/127] Compiling ArgumentParser HelpCommand.swift
[63/127] Compiling ArgumentParser HelpGenerator.swift
[64/127] Compiling ArgumentParser MessageInfo.swift
[65/127] Compiling ArgumentParser UsageGenerator.swift
[66/128] Wrapping AST for ArgumentParser for debugging
[68/128] Emitting module SwiftSyntax
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/Keyword.swift:16:1: warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |
15 | /// Make `StaticString` equatable so we can use it as the raw value for Keyword.
16 | extension StaticString: Equatable {
| |- warning: extension declares a conformance of imported type 'StaticString' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: StaticString, rhs: StaticString) -> Bool {
18 | return SyntaxText(lhs) == SyntaxText(rhs)
[85/128] Compiling SwiftSyntax SyntaxExprNodes.swift
[86/128] Compiling SwiftSyntax SyntaxNodes.swift
[87/128] Compiling SwiftSyntax SyntaxPatternNodes.swift
[88/128] Compiling SwiftSyntax SyntaxStmtNodes.swift
[89/128] Compiling SwiftSyntax SyntaxTypeNodes.swift
[95/129] Write Objects.LinkFileList
[96/136] Archiving libSwiftSyntax.a
[98/177] Compiling SwiftDiagnostics Note.swift
[99/177] Compiling SwiftDiagnostics Message.swift
[100/177] Emitting module SwiftDiagnostics
[101/177] Compiling SwiftDiagnostics Diagnostic.swift
[102/177] Compiling IDEUtils SyntaxClassification.swift
[103/177] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[104/177] Compiling SwiftBasicFormat BasicFormat.swift
[105/177] Compiling SwiftBasicFormat Trivia+Indented.swift
[106/177] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[107/177] Emitting module SwiftBasicFormat
[108/178] Compiling SwiftDiagnostics FixIt.swift
[109/178] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[110/179] Compiling IDEUtils Syntax+Classifications.swift
[111/179] Emitting module IDEUtils
[112/179] Compiling IDEUtils SyntaxClassifier.swift
[114/181] Write Objects.LinkFileList
[116/181] Archiving libSwiftDiagnostics.a
[117/181] Wrapping AST for IDEUtils for debugging
[118/182] Write Objects.LinkFileList
[119/182] Archiving libIDEUtils.a
[121/182] Compiling SwiftParser Recovery.swift
[122/182] Compiling SwiftParser Specifiers.swift
[123/182] Compiling SwiftParser Statements.swift
[124/182] Compiling SwiftParser StringLiterals.swift
[125/186] Compiling SwiftParser TokenSpecSet.swift
[126/186] Compiling SwiftParser TopLevel.swift
[127/186] Compiling SwiftParser TriviaParser.swift
[128/186] Compiling SwiftParser Types.swift
[129/186] Compiling SwiftParser SyntaxUtils.swift
[130/186] Compiling SwiftParser TokenConsumer.swift
[131/186] Compiling SwiftParser TokenPrecedence.swift
[132/186] Compiling SwiftParser TokenSpec.swift
[133/186] Compiling SwiftParser RegexLiteralLexer.swift
[134/186] Compiling SwiftParser UnicodeScalarExtensions.swift
[135/186] Compiling SwiftParser Lookahead.swift
[136/186] Compiling SwiftParser LoopProgressCondition.swift
[137/186] Compiling SwiftParser Modifiers.swift
[138/186] Compiling SwiftParser Names.swift
[139/186] Compiling SwiftParser Nominals.swift
[140/186] Compiling SwiftParser Parameters.swift
[141/186] Compiling SwiftParser Parser.swift
[142/186] Compiling SwiftParser Patterns.swift
[143/186] Compiling SwiftParser DeclarationModifier.swift
[144/186] Compiling SwiftParser Parser+Entry.swift
[145/186] Compiling SwiftParser TokenSpecStaticMembers.swift
[146/186] Compiling SwiftParser TypeAttribute.swift
[147/186] Compiling SwiftParser Attributes.swift
[148/186] Compiling SwiftParser Availability.swift
[149/186] Compiling SwiftParser CharacterInfo.swift
[150/186] Compiling SwiftParser Declarations.swift
[151/186] Compiling SwiftParser Directives.swift
[152/186] Emitting module SwiftParser
[153/186] Compiling SwiftParser Expressions.swift
[154/186] Compiling SwiftParser Cursor.swift
[155/186] Compiling SwiftParser Lexeme.swift
[156/186] Compiling SwiftParser LexemeSequence.swift
[157/186] Compiling SwiftParser Lexer.swift
[158/217] Wrapping AST for SwiftParser for debugging
[159/217] Write Objects.LinkFileList
[161/222] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[162/222] Compiling SwiftRefactor RefactoringProvider.swift
[163/222] Emitting module SwiftOperators
[164/223] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxParser/SyntaxParser.swift:19:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
17 | import Foundation
18 | @_spi(RawSyntax) import SwiftSyntax
19 | @_implementationOnly import SwiftParser
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
20 |
21 | /// Namespace for functions to parse swift source and retrieve a syntax tree.
[164/223] Archiving libSwiftParser.a
[166/223] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[167/223] Compiling SwiftOperators PrecedenceGroup.swift
[168/223] Compiling SwiftRefactor FormatRawStringLiteral.swift
[169/223] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[170/223] Emitting module SwiftRefactor
[171/223] Compiling SwiftOperators PrecedenceGraph.swift
[172/223] Compiling SwiftOperators OperatorTable.swift
[173/223] Compiling SwiftOperators OperatorTable+Semantics.swift
[174/223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[175/224] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[176/224] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[178/225] Compiling SwiftOperators SyntaxSynthesis.swift
[179/225] Compiling SwiftParserDiagnostics PresenceUtils.swift
[180/225] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[181/225] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[182/225] Compiling SwiftParserDiagnostics MissingNodesError.swift
[183/225] Compiling SwiftParserDiagnostics MissingTokenError.swift
[184/225] Compiling SwiftOperators OperatorTable+Folding.swift
[185/226] Compiling SwiftParserDiagnostics Utils.swift
[185/226] Wrapping AST for SwiftRefactor for debugging
[186/226] Write Objects.LinkFileList
[189/226] Compiling SwiftSyntaxParser Diagnostic.swift
[190/226] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/Sources/SwiftSyntaxParser/SyntaxParser.swift:19:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
17 | import Foundation
18 | @_spi(RawSyntax) import SwiftSyntax
19 | @_implementationOnly import SwiftParser
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
20 |
21 | /// Namespace for functions to parse swift source and retrieve a syntax tree.
[191/227] Wrapping AST for SwiftOperators for debugging
[192/227] Write Objects.LinkFileList
[193/227] Archiving libSwiftRefactor.a
[195/227] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[196/227] Emitting module SwiftParserDiagnostics
[198/227] Archiving libSwiftOperators.a
[199/226] Write Objects.LinkFileList
[200/226] Archiving libSwiftSyntaxParser.a
[204/230] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[205/230] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[207/231] Emitting module lit_test_helper
[207/231] Wrapping AST for SwiftParserDiagnostics for debugging
[208/231] Write Objects.LinkFileList
error: emit-module command failed with exit code 1 (use -v to see invocation)
[210/245] 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 |
[210/245] Archiving libSwiftParserDiagnostics.a
[212/245] Compiling lit_test_helper main.swift
[213/245] Compiling lit_test_helper ClassifiedSyntaxTreePrinter.swift
[214/245] Compiling lit_test_helper CommandLineArguments.swift
[215/246] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[216/246] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:18:1: warning: extension declares a conformance of imported type 'AccessPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
16 |
17 | /// `AccessPath` represents a collection of `AccessPathComponentSyntax`
18 | extension AccessPathSyntax: ExpressibleByArrayLiteral {
| |- warning: extension declares a conformance of imported type 'AccessPathSyntax' 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 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
23 |
24 | /// `AccessorList` represents a collection of `AccessorDeclSyntax`
25 | 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
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 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
30 |
31 | /// `ArrayElementList` represents a collection of `ArrayElementSyntax`
32 | 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
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 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
37 |
38 | /// `AttributeList` represents a collection of `Syntax`
39 | 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
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 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
44 |
45 | /// `AvailabilitySpecList` represents a collection of `AvailabilityArgumentSyntax`
46 | 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
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 'AvailabilityVersionRestrictionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
51 |
52 | /// `AvailabilityVersionRestrictionList` represents a collection of `AvailabilityVersionRestrictionListEntrySyntax`
53 | 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
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 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
58 |
59 | /// `CaseItemList` represents a collection of `CaseItemSyntax`
60 | 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
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 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
65 |
66 | /// `CatchClauseList` represents a collection of `CatchClauseSyntax`
67 | 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
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 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
72 |
73 | /// `CatchItemList` represents a collection of `CatchItemSyntax`
74 | 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
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 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
79 |
80 | /// `ClosureCaptureItemList` represents a collection of `ClosureCaptureItemSyntax`
81 | 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
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 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
86 |
87 | /// `ClosureParamList` represents a collection of `ClosureParamSyntax`
88 | 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
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 'ClosureParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
93 |
94 | /// `ClosureParameterList` represents a collection of `ClosureParameterSyntax`
95 | 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
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 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
100 |
101 | /// `CodeBlockItemList` represents a collection of `CodeBlockItemSyntax`
102 | 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
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 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
107 |
108 | /// `CompositionTypeElementList` represents a collection of `CompositionTypeElementSyntax`
109 | 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
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 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
114 |
115 | /// `ConditionElementList` represents a collection of `ConditionElementSyntax`
116 | 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
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 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
121 |
122 | /// `DeclNameArgumentList` represents a collection of `DeclNameArgumentSyntax`
123 | 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
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 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
128 |
129 | /// `DesignatedTypeList` represents a collection of `DesignatedTypeElementSyntax`
130 | 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
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 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
135 |
136 | /// `DictionaryElementList` represents a collection of `DictionaryElementSyntax`
137 | 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
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 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
142 |
143 | /// `DifferentiabilityParamList` represents a collection of `DifferentiabilityParamSyntax`
144 | 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
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 'DocumentationAttributeArgumentsSyntax' 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 '@_documentation' attribute
151 | 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
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 'EffectsArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
156 |
157 | /// The arguments of the '@_effect' attribute. These will be parsed during the SIL stage.
158 | 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
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 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
163 |
164 | /// A collection of 0 or more `EnumCaseElement`s.
165 | 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
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 'EnumCaseParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
170 |
171 | /// `EnumCaseParameterList` represents a collection of `EnumCaseParameterSyntax`
172 | 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
173 | public init(arrayLiteral elements: Element...) {
174 | self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:179: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
177 |
178 | /// A list of expressions connected by operators. This list is contained by a `SequenceExprSyntax`.
179 | 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
180 | public init(_ elements: [ExprSyntaxProtocol]) {
181 | self = ExprListSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:192: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
190 |
191 | /// `FunctionParameterList` represents a collection of `FunctionParameterSyntax`
192 | 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
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 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
197 |
198 | /// `GenericArgumentList` represents a collection of `GenericArgumentSyntax`
199 | 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
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 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
204 |
205 | /// `GenericParameterList` represents a collection of `GenericParameterSyntax`
206 | 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
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 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
211 |
212 | /// `GenericRequirementList` represents a collection of `GenericRequirementSyntax`
213 | 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
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 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
218 |
219 | /// `IfConfigClauseList` represents a collection of `IfConfigClauseSyntax`
220 | 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
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 | /// `InheritedTypeList` 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 | /// `KeyPathComponentList` 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 | /// `MemberDeclList` 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 | /// `ModifierList` 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 | /// `MultipleTrailingClosureElementList` 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 | /// `ObjCSelector` 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 | /// `PatternBindingList` 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 | /// `PrecedenceGroupAttributeList` 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 | /// `PrecedenceGroupNameList` 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 | /// `PrimaryAssociatedTypeList` 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 | /// `StringLiteralSegments` 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 | /// `SwitchCaseList` 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 | /// `TupleExprElementList` 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 | /// `TuplePatternElementList` 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 | /// `TupleTypeElementList` 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 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
350 |
351 | /// `YieldExprList` represents a collection of `YieldExprListElementSyntax`
352 | 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
353 | public init(arrayLiteral elements: Element...) {
354 | self.init(elements)
[217/246] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[218/246] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[220/247] 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 |
[221/247] 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 |
[222/247] Compiling SwiftSyntaxBuilder BuildableNodes.swift
BUILD FAILURE 6.1 wasm