Build Information
Failed to build MajorMinorPatch, reference main (60cb7b), with Swift 6.1 for Wasm on 6 Apr 2026 22:11:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/MajorMinorPatch.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/sloik/MajorMinorPatch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 60cb7bd Update dependency macos to v15 (#7)
Cloned https://github.com/sloik/MajorMinorPatch.git
Revision (git rev-parse @):
60cb7bdd4badab068a36c7615878c20d5a482bd4
SUCCESS checkout https://github.com/sloik/MajorMinorPatch.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/sloik/MajorMinorPatch.git
https://github.com/sloik/MajorMinorPatch.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-parsing",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing.git"
}
],
"manifest_display_name" : "MajorMinorPatch",
"name" : "MajorMinorPatch",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "MajorMinorPatch",
"targets" : [
"MajorMinorPatch"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "MajorMinorPatchTests",
"module_type" : "SwiftTarget",
"name" : "MajorMinorPatchTests",
"path" : "Tests/MajorMinorPatchTests",
"sources" : [
"MajorTests.swift",
"MinorTests.swift",
"ParsingTests.swift",
"PatchTests.swift",
"SUTs.swift",
"SemanticIdentifierComparableTests.swift",
"SemanticVersioningPrecedenceTests.swift",
"StringConvertibleTests.swift",
"ValidationTests.swift"
],
"target_dependencies" : [
"MajorMinorPatch"
],
"type" : "test"
},
{
"c99name" : "MajorMinorPatch",
"module_type" : "SwiftTarget",
"name" : "MajorMinorPatch",
"path" : "Sources/MajorMinorPatch",
"product_dependencies" : [
"Parsing"
],
"product_memberships" : [
"MajorMinorPatch"
],
"sources" : [
"Parsing.swift",
"Public/Identifier/ArraySemantic.Identifier.swift",
"Public/Identifier/Semantic.Identifier.LosslessStringConvertible.swift",
"Public/Identifier/Semantic.Identifier.swift",
"Public/Major/Semantic.Major.AdditiveArithmetic.swift",
"Public/Major/Semantic.Major.Comparable.swift",
"Public/Major/Semantic.Major.LosslessStringConvertible.swift",
"Public/Major/Semantic.Major.PatternMatching.swift",
"Public/Major/Semantic.Major.swift",
"Public/Metadata/Semantic.Metadata.LosslessStringConvertible.swift",
"Public/Metadata/Semantic.Metadata.swift",
"Public/Minor/Semantic.Minor.AdditiveArithmetic.swift",
"Public/Minor/Semantic.Minor.Comparable.swift",
"Public/Minor/Semantic.Minor.LosslessStringConvertible.swift",
"Public/Minor/Semantic.Minor.PatternMatching.swift",
"Public/Minor/Semantic.Minor.swift",
"Public/Patch/Semantic.Patch.AdditiveArithmetic.swift",
"Public/Patch/Semantic.Patch.Comparable .swift",
"Public/Patch/Semantic.Patch.LosslessStringConvertible.swift",
"Public/Patch/Semantic.Patch.PatternMatching.swift",
"Public/Patch/Semantic.Patch.swift",
"Public/Semantic.Comparable.swift",
"Public/Semantic.LosslessStringConvertible .swift",
"Public/Semantic.swift",
"Public/Version/Semantic.Version.LosslessStringConvertible.swift",
"Public/Version/Semantic.Version.swift",
"Validation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-parsing.git
[1/98105] Fetching swift-parsing
Fetched https://github.com/pointfreeco/swift-parsing.git from cache (6.84s)
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4615] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.34s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.3 (3.35s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
[1/5723] Fetching xctest-dynamic-overlay
[5724/80655] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (6.34s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.39s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (7.23s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.55s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.3
Creating working copy for https://github.com/pointfreeco/swift-parsing.git
Working copy of https://github.com/pointfreeco/swift-parsing.git resolved at main (611f344)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Building for debugging...
[0/58] Write sources
[26/58] Compiling _SwiftSyntaxCShims PlatformMutex.c
[27/58] Write swift-version-24593BA9C3E375BF.txt
[29/72] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/72] Emitting module SwiftSyntax603
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/72] Emitting module SwiftSyntax602
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/72] Compiling SwiftSyntax602 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/73] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/73] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/73] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/73] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/75] Compiling SwiftSyntax603 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/76] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/76] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/76] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/78] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/78] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/79] Wrapping AST for SwiftSyntax602 for debugging
[50/79] Wrapping AST for SwiftSyntax509 for debugging
[51/79] Wrapping AST for SwiftSyntax601 for debugging
[52/79] Wrapping AST for IssueReportingPackageSupport for debugging
[52/79] Wrapping AST for SwiftSyntax603 for debugging
[54/79] Wrapping AST for SwiftSyntax600 for debugging
[55/79] Wrapping AST for SwiftSyntax510 for debugging
[57/162] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/162] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/162] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/162] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/164] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/164] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/164] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/164] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/164] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/164] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/164] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/164] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/164] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/164] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/164] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/164] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/164] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/164] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/164] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/164] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/164] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/164] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/165] Wrapping AST for IssueReporting for debugging
[81/168] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/168] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/168] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/169] Wrapping AST for XCTestDynamicOverlay for debugging
[86/179] Compiling CasePathsCore AnyCasePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/179] Compiling CasePathsCore CasePathIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/180] Emitting module CasePathsCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/180] Compiling CasePathsCore KeyPath+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/180] Compiling CasePathsCore UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/180] Compiling CasePathsCore Optional+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/180] Compiling CasePathsCore Never+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/180] Compiling CasePathsCore TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/180] Compiling CasePathsCore Result+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/180] Compiling CasePathsCore CasePathReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/180] Compiling CasePathsCore CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/181] Wrapping AST for CasePathsCore for debugging
[99/181] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/189] Compiling SwiftSyntax SyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/189] Compiling SwiftSyntax SyntaxTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/189] Compiling SwiftSyntax SyntaxVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/189] Compiling SwiftSyntax TokenKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/189] Compiling SwiftSyntax Tokens.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/189] Compiling SwiftSyntax TriviaPieces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/189] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/189] Compiling SwiftSyntax RawSyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/189] Compiling SwiftSyntax RawSyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/189] Compiling SwiftSyntax RawSyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/189] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/189] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/189] Compiling SwiftSyntax RawSyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/189] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/189] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/189] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/189] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/189] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/189] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/189] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/189] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/189] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/189] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/189] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/189] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/189] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/189] Compiling SwiftSyntax ChildNameForKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/189] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/189] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/189] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/189] Compiling SwiftSyntax SyntaxAnyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/189] Compiling SwiftSyntax SyntaxBaseNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/189] Compiling SwiftSyntax SyntaxCollections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/189] Compiling SwiftSyntax SyntaxEnum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/189] Compiling SwiftSyntax SyntaxKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/189] Compiling SwiftSyntax RawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/189] Compiling SwiftSyntax RawSyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/189] Compiling SwiftSyntax RawSyntaxLayoutView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/189] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/189] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/189] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/189] Compiling SwiftSyntax SyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/189] Compiling SwiftSyntax SyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/189] Compiling SwiftSyntax SyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/189] Compiling SwiftSyntax SyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/189] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/189] Compiling SwiftSyntax SyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/189] Compiling SwiftSyntax SyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/189] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/190] Wrapping AST for SwiftSyntax for debugging
[172/249] Compiling SwiftDiagnostics Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/250] Compiling SwiftBasicFormat Syntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/250] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/250] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/250] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/250] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/250] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/250] Compiling SwiftDiagnostics Note.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/250] Compiling SwiftBasicFormat Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/250] Compiling SwiftBasicFormat InferIndentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/250] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/250] Compiling SwiftDiagnostics GroupedDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/250] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/250] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/250] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/250] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/251] Wrapping AST for SwiftDiagnostics for debugging
[190/251] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/251] Emitting module SwiftBasicFormat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/252] Wrapping AST for SwiftBasicFormat for debugging
[194/252] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/252] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/252] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/252] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[198/252] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/252] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[200/257] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/257] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/257] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/257] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/257] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[205/257] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/257] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/257] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/257] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/257] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/257] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/257] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/257] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/257] Compiling SwiftParser TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/257] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/257] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/257] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/257] Compiling SwiftParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/257] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/257] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/257] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/257] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/257] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/257] Compiling SwiftParser CompilerFiles.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/257] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/257] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/257] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/257] Compiling SwiftParser Expressions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/257] Compiling SwiftParser IncrementalParseTransition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/257] Compiling SwiftParser IsValidIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/257] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/257] Emitting module SwiftParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/257] Compiling SwiftParser ExperimentalFeatures.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/257] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/257] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/257] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/257] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/258] Wrapping AST for SwiftParser for debugging
[243/281] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/282] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/282] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/282] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/282] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/282] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/283] Compiling SwiftOperators SyntaxSynthesis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/283] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/283] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/283] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/283] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/283] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/283] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/283] Compiling SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/283] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/284] Wrapping AST for SwiftOperators for debugging
[260/284] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/284] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/284] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/284] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/284] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[269/284] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[270/285] Wrapping AST for SwiftParserDiagnostics for debugging
[272/300] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/300] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/301] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[275/301] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[276/301] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[277/301] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[278/301] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[279/301] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[280/301] Compiling SwiftSyntaxBuilder BuildableNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[281/301] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[282/301] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[283/301] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[284/301] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[285/301] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[286/301] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[287/301] Compiling SwiftSyntaxBuilder ResultBuilders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[288/302] Wrapping AST for SwiftSyntaxBuilder for debugging
[290/317] Compiling SwiftIfConfig IfConfigFunctions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[291/317] Compiling SwiftIfConfig IfConfigRegionState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[292/318] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[293/318] Compiling SwiftIfConfig VersionTuple+Parsing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[294/318] Emitting module SwiftIfConfig
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[295/318] Compiling SwiftIfConfig StaticBuildConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[296/318] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[297/318] Compiling SwiftIfConfig VersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[298/318] Compiling SwiftIfConfig ConfiguredRegions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[299/318] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[300/318] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[301/318] Compiling SwiftIfConfig BuildConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[302/318] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[303/318] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[304/318] Compiling SwiftIfConfig IfConfigDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[305/318] Compiling SwiftIfConfig IfConfigEvaluation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[306/319] Wrapping AST for SwiftIfConfig for debugging
[308/336] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[309/338] Compiling SwiftSyntaxMacros CodeItemMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[310/338] Compiling SwiftSyntaxMacros DeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[311/338] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[312/338] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[313/338] Compiling SwiftSyntaxMacros FreestandingMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[314/338] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[315/338] Compiling SwiftSyntaxMacros Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[316/338] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[317/338] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[318/338] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[319/338] Compiling SwiftSyntaxMacros AccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[320/338] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[321/338] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[322/338] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[323/338] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[324/338] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[325/338] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[326/338] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[327/339] Wrapping AST for SwiftSyntaxMacros for debugging
[329/348] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[330/349] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[331/349] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[332/349] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[333/349] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[334/349] Emitting module SwiftSyntaxMacroExpansion
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[335/349] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[336/349] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[337/349] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[338/349] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[339/350] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[341/362] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[342/362] Compiling SwiftCompilerPluginMessageHandling Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[343/363] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[344/363] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[345/363] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[346/363] Emitting module SwiftCompilerPluginMessageHandling
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[347/363] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[348/363] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[349/363] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[350/363] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[351/363] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[352/363] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[353/363] Compiling SwiftCompilerPluginMessageHandling JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[354/364] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[356/366] Compiling SwiftCompilerPlugin CompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[357/366] Emitting module SwiftCompilerPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[358/367] Wrapping AST for SwiftCompilerPlugin for debugging
[360/370] Compiling CasePathsMacros Plugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[361/370] Emitting module CasePathsMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[362/370] Compiling CasePathsMacros CasePathableMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[363/371] Wrapping AST for CasePathsMacros for debugging
[364/371] Write Objects.LinkFileList
[365/371] Linking CasePathsMacros-tool
[367/378] Compiling CasePaths Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[368/378] Compiling CasePaths Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[369/378] Compiling CasePaths LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[370/378] Compiling CasePaths XCTestSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[371/378] Compiling CasePaths Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[372/378] Emitting module CasePaths
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[373/378] Compiling CasePaths EnumReflection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[374/379] Wrapping AST for CasePaths for debugging
[376/446] Compiling Parsing PrefixThrough.swift
[377/446] Compiling Parsing PrefixUpTo.swift
[378/446] Compiling Parsing Printing.swift
[379/446] Compiling Parsing Pullback.swift
[380/446] Compiling Parsing ReplaceError.swift
[381/446] Compiling Parsing Rest.swift
[382/446] Compiling Parsing Skip.swift
[383/446] Compiling Parsing StartsWith.swift
[384/446] Compiling Parsing UUID.swift
[385/455] Compiling Parsing CaseIterableRawRepresentable.swift
[386/455] Compiling Parsing CharacterSet.swift
[387/455] Compiling Parsing Conditional.swift
[388/455] Compiling Parsing Consumed.swift
[389/455] Compiling Parsing Digits.swift
[390/455] Compiling Parsing End.swift
[391/455] Compiling Parsing Fail.swift
[392/455] Compiling Parsing Filter.swift
[393/455] Compiling Parsing First.swift
[394/455] Compiling Parsing OneOfBuilder.swift
[395/455] Compiling Parsing ParserBuilder.swift
[396/455] Compiling Parsing Conversion.swift
[397/455] Compiling Parsing AnyConversion.swift
[398/455] Compiling Parsing BinaryFloatingPoint.swift
[399/455] Compiling Parsing ConversionMap.swift
[400/455] Compiling Parsing Conversions.swift
[401/455] Compiling Parsing Data.swift
[402/455] Compiling Parsing Enum.swift
[403/455] Compiling Parsing FixedWidthInteger.swift
[404/455] Compiling Parsing CountingRange.swift
[405/455] Compiling Parsing EmptyInitializable.swift
[406/455] Compiling Parsing AnyEquatable.swift
[407/455] Compiling Parsing Deprecations.swift
[408/455] Compiling Parsing Parser.swift
[409/455] Compiling Parsing ParserPrinter.swift
[410/455] Compiling Parsing Always.swift
[411/455] Compiling Parsing AnyParserPrinter.swift
[412/455] Compiling Parsing Backtracking.swift
[413/455] Compiling Parsing Bool.swift
[414/455] Compiling Parsing Identity.swift
[415/455] Compiling Parsing JSON.swift
[416/455] Compiling Parsing LosslessStringConvertible.swift
[417/455] Compiling Parsing Memberwise.swift
[418/455] Compiling Parsing ParseableFormatStyleConversion.swift
[419/455] Compiling Parsing RawRepresentable.swift
[420/455] Compiling Parsing String.swift
[421/455] Compiling Parsing Substring.swift
[422/455] Compiling Parsing UTF8View.swift
[423/455] Compiling Parsing ConvertingError.swift
[424/455] Compiling Parsing Float.swift
[425/455] Compiling Parsing From.swift
[426/455] Compiling Parsing Int.swift
[427/455] Compiling Parsing Lazy.swift
[428/455] Compiling Parsing Literal.swift
[429/455] Compiling Parsing Many.swift
[430/455] Compiling Parsing Map.swift
[431/455] Compiling Parsing Newline.swift
[432/455] Compiling Parsing Not.swift
[433/455] Compiling Parsing OneOf.swift
[434/455] Compiling Parsing OneOfMany.swift
[435/455] Compiling Parsing Optional.swift
[436/455] Compiling Parsing Optionally.swift
[437/455] Compiling Parsing Parse.swift
[438/455] Compiling Parsing ParseableFormatStyle.swift
[439/455] Compiling Parsing Peek.swift
[440/455] Compiling Parsing Pipe.swift
[441/455] Compiling Parsing Prefix.swift
[442/455] Emitting module Parsing
[443/455] Compiling Parsing Whitespace.swift
[444/455] Compiling Parsing AnyParser.swift
[445/455] Compiling Parsing CompactMap.swift
[446/455] Compiling Parsing FlatMap.swift
[447/455] Compiling Parsing Parsers.swift
[448/455] Compiling Parsing Stream.swift
[449/455] Compiling Parsing ParsingError.swift
[450/455] Compiling Parsing PrependableCollection.swift
[451/455] Compiling Parsing PrintingError.swift
[452/456] Wrapping AST for Parsing for debugging
[454/481] Compiling MajorMinorPatch Semantic.Major.AdditiveArithmetic.swift
[455/481] Compiling MajorMinorPatch Semantic.Major.Comparable.swift
[456/481] Compiling MajorMinorPatch Semantic.Major.LosslessStringConvertible.swift
[457/481] Compiling MajorMinorPatch Semantic.Major.PatternMatching.swift
[458/481] Emitting module MajorMinorPatch
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[459/484] Compiling MajorMinorPatch Semantic.Minor.Comparable.swift
[460/484] Compiling MajorMinorPatch Semantic.Minor.LosslessStringConvertible.swift
[461/484] Compiling MajorMinorPatch Semantic.Minor.PatternMatching.swift
[462/484] Compiling MajorMinorPatch Semantic.Patch.LosslessStringConvertible.swift
[463/484] Compiling MajorMinorPatch Semantic.Patch.PatternMatching.swift
[464/484] Compiling MajorMinorPatch Semantic.Patch.swift
[465/484] Compiling MajorMinorPatch Semantic.Major.swift
[466/484] Compiling MajorMinorPatch Semantic.Metadata.LosslessStringConvertible.swift
[467/484] Compiling MajorMinorPatch Semantic.Metadata.swift
[468/484] Compiling MajorMinorPatch Semantic.Minor.AdditiveArithmetic.swift
[469/484] Compiling MajorMinorPatch Semantic.Minor.swift
[470/484] Compiling MajorMinorPatch Semantic.Patch.AdditiveArithmetic.swift
[471/484] Compiling MajorMinorPatch Semantic.Patch.Comparable .swift
[472/484] Compiling MajorMinorPatch Semantic.Comparable.swift
[473/484] Compiling MajorMinorPatch Semantic.LosslessStringConvertible .swift
[474/484] Compiling MajorMinorPatch Semantic.swift
[475/484] Compiling MajorMinorPatch Semantic.Version.LosslessStringConvertible.swift
[476/484] Compiling MajorMinorPatch Semantic.Version.swift
[477/484] Compiling MajorMinorPatch Validation.swift
[478/484] Compiling MajorMinorPatch Parsing.swift
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:9:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
7 | static var parser: AnyParser<Substring, Semantic.Major> {
8 | Parse( Semantic.Major.init(integerLiteral:) ) {
9 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
10 | }
11 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:19:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
17 | static var parser: AnyParser<Substring, Semantic.Minor> {
18 | Parse( Semantic.Minor.init(integerLiteral:) ) {
19 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
20 | }
21 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:29:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
27 | static var parser: AnyParser<Substring, Semantic.Patch> {
28 | Parse( Semantic.Patch.init(integerLiteral:) ) {
29 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
30 | }
31 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[479/484] Compiling MajorMinorPatch ArraySemantic.Identifier.swift
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:9:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
7 | static var parser: AnyParser<Substring, Semantic.Major> {
8 | Parse( Semantic.Major.init(integerLiteral:) ) {
9 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
10 | }
11 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:19:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
17 | static var parser: AnyParser<Substring, Semantic.Minor> {
18 | Parse( Semantic.Minor.init(integerLiteral:) ) {
19 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
20 | }
21 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:29:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
27 | static var parser: AnyParser<Substring, Semantic.Patch> {
28 | Parse( Semantic.Patch.init(integerLiteral:) ) {
29 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
30 | }
31 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[480/484] Compiling MajorMinorPatch Semantic.Identifier.LosslessStringConvertible.swift
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:9:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
7 | static var parser: AnyParser<Substring, Semantic.Major> {
8 | Parse( Semantic.Major.init(integerLiteral:) ) {
9 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
10 | }
11 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:19:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
17 | static var parser: AnyParser<Substring, Semantic.Minor> {
18 | Parse( Semantic.Minor.init(integerLiteral:) ) {
19 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
20 | }
21 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:29:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
27 | static var parser: AnyParser<Substring, Semantic.Patch> {
28 | Parse( Semantic.Patch.init(integerLiteral:) ) {
29 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
30 | }
31 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[481/484] Compiling MajorMinorPatch Semantic.Identifier.swift
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:9:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
7 | static var parser: AnyParser<Substring, Semantic.Major> {
8 | Parse( Semantic.Major.init(integerLiteral:) ) {
9 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
10 | }
11 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:19:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
17 | static var parser: AnyParser<Substring, Semantic.Minor> {
18 | Parse( Semantic.Minor.init(integerLiteral:) ) {
19 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
20 | }
21 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:29:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
27 | static var parser: AnyParser<Substring, Semantic.Patch> {
28 | Parse( Semantic.Patch.init(integerLiteral:) ) {
29 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
30 | }
31 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[482/485] Wrapping AST for MajorMinorPatch for debugging
[483/485] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[484/485] Linking libMajorMinorPatch.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/31] Write swift-version-24593BA9C3E375BF.txt
[2/45] Emitting module SwiftSyntax509
[3/45] Compiling SwiftSyntax509 Empty.swift
[4/46] Compiling SwiftSyntax600 Empty.swift
[5/46] Compiling SwiftSyntax603 Empty.swift
[6/46] Emitting module SwiftSyntax603
[7/47] Emitting module SwiftSyntax510
[8/47] Compiling SwiftSyntax510 Empty.swift
[9/48] Compiling SwiftSyntax601 Empty.swift
[10/48] Emitting module SwiftSyntax601
[11/48] Emitting module SwiftSyntax600
[12/50] Emitting module SwiftSyntax602
[13/50] Compiling SwiftSyntax602 Empty.swift
[14/51] Emitting module IssueReportingPackageSupport
[15/51] Compiling IssueReportingPackageSupport _Test.swift
[23/65] Compiling IssueReporting ErrorReporting.swift
[24/65] Compiling IssueReporting AppHostWarning.swift
[25/65] Compiling IssueReporting Deprecations.swift
[26/67] Compiling IssueReporting XCTest.swift
[27/67] Compiling IssueReporting IsTesting.swift
[28/67] Compiling IssueReporting IssueReporter.swift
[29/67] Compiling IssueReporting TestContext.swift
[30/67] Compiling IssueReporting Unimplemented.swift
[31/67] Compiling IssueReporting IssueSeverity.swift
[32/67] Compiling IssueReporting ReportIssue.swift
[33/67] Compiling IssueReporting BreakpointReporter.swift
[34/67] Compiling IssueReporting DefaultReporter.swift
[35/67] Compiling IssueReporting FatalErrorReporter.swift
[36/130] Emitting module IssueReporting
[37/130] Compiling SwiftSyntax SyntaxProtocol.swift
[38/130] Compiling SwiftSyntax SyntaxText.swift
[39/130] Compiling SwiftSyntax Convenience.swift
[40/130] Compiling SwiftSyntax CustomTraits.swift
[41/130] Compiling SwiftSyntax EditorPlaceholder.swift
[42/130] Compiling SwiftSyntax Identifier.swift
[43/130] Compiling SwiftSyntax MemoryLayout.swift
[44/130] Compiling SwiftSyntax MissingNodeInitializers.swift
[46/133] Compiling XCTestDynamicOverlay Exports.swift
[47/133] Emitting module XCTestDynamicOverlay
[48/133] Compiling XCTestDynamicOverlay Deprecations.swift
[50/143] Compiling CasePathsCore UncheckedSendable.swift
[51/143] Compiling CasePathsCore KeyPath+Sendable.swift
[52/144] Compiling CasePathsCore Never+CasePathable.swift
[53/144] Compiling CasePathsCore Optional+CasePathable.swift
[54/144] Compiling CasePathsCore TypeName.swift
[55/144] Compiling CasePathsCore AnyCasePath.swift
[56/144] Compiling CasePathsCore CasePathIterable.swift
[57/144] Compiling CasePathsCore CasePathReflectable.swift
[58/144] Compiling CasePathsCore CasePathable.swift
[59/144] Emitting module CasePathsCore
[60/144] Compiling CasePathsCore Result+CasePathable.swift
[66/145] Compiling SwiftSyntax BumpPtrAllocator.swift
[67/145] Compiling SwiftSyntax CommonAncestor.swift
[74/145] Compiling SwiftSyntax RawSyntax.swift
[75/145] Compiling SwiftSyntax RawSyntaxArena.swift
[76/145] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[77/145] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[78/145] Compiling SwiftSyntax RawSyntaxTokenView.swift
[79/145] Compiling SwiftSyntax SourceEdit.swift
[80/152] Emitting module SwiftSyntax
[81/152] Compiling SwiftSyntax SyntaxRewriter.swift
[82/152] Compiling SwiftSyntax SyntaxTraits.swift
[83/152] Compiling SwiftSyntax SyntaxVisitor.swift
[84/152] Compiling SwiftSyntax TokenKind.swift
[85/152] Compiling SwiftSyntax Tokens.swift
[86/152] Compiling SwiftSyntax TriviaPieces.swift
[87/152] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[88/152] Compiling SwiftSyntax RawSyntaxNodesC.swift
[89/152] Compiling SwiftSyntax RawSyntaxNodesD.swift
[90/152] Compiling SwiftSyntax SyntaxNodesC.swift
[91/152] Compiling SwiftSyntax SyntaxNodesD.swift
[92/152] Compiling SwiftSyntax SyntaxNodesEF.swift
[93/152] Compiling SwiftSyntax SyntaxNodesGHI.swift
[94/152] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[95/152] Compiling SwiftSyntax SyntaxNodesOP.swift
[96/152] Compiling SwiftSyntax SyntaxNodesQRS.swift
[97/152] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[98/152] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[99/152] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[100/152] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[101/152] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[102/152] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[103/152] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[104/152] Compiling SwiftSyntax RawSyntaxValidation.swift
[105/152] Compiling SwiftSyntax SyntaxNodesAB.swift
[106/152] Compiling SwiftSyntax SourceLength.swift
[107/152] Compiling SwiftSyntax SourceLocation.swift
[108/152] Compiling SwiftSyntax SourcePresence.swift
[109/152] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[110/152] Compiling SwiftSyntax Syntax.swift
[111/152] Compiling SwiftSyntax SyntaxChildren.swift
[112/152] Compiling SwiftSyntax SyntaxCollection.swift
[113/152] Compiling SwiftSyntax SyntaxHashable.swift
[114/152] Compiling SwiftSyntax SyntaxIdentifier.swift
[115/152] Compiling SwiftSyntax SyntaxNodeStructure.swift
[118/152] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[119/152] Compiling SwiftSyntax TokenDiagnostic.swift
[120/152] Compiling SwiftSyntax TokenSequence.swift
[121/152] Compiling SwiftSyntax TokenSyntax.swift
[122/152] Compiling SwiftSyntax Trivia.swift
[123/152] Compiling SwiftSyntax Utils.swift
[124/152] Compiling SwiftSyntax ChildNameForKeyPath.swift
[125/152] Compiling SwiftSyntax Keyword.swift
[126/152] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[127/152] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[128/152] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[129/152] Compiling SwiftSyntax SyntaxBaseNodes.swift
[130/152] Compiling SwiftSyntax SyntaxCollections.swift
[131/152] Compiling SwiftSyntax SyntaxEnum.swift
[132/152] Compiling SwiftSyntax SyntaxKind.swift
[134/194] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[135/212] Compiling SwiftParser Expressions.swift
[136/212] Compiling SwiftParser IncrementalParseTransition.swift
[137/212] Emitting module SwiftDiagnostics
[138/212] Compiling SwiftParser Directives.swift
[139/212] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[140/212] Compiling SwiftDiagnostics Message.swift
[141/212] Compiling SwiftBasicFormat Syntax+Extensions.swift
[142/212] Compiling SwiftDiagnostics Note.swift
[143/212] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[144/212] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[145/212] Emitting module SwiftBasicFormat
[146/212] Compiling SwiftDiagnostics FixIt.swift
[147/212] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[148/212] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[149/213] Compiling SwiftBasicFormat InferIndentation.swift
[150/213] Compiling SwiftBasicFormat Indenter.swift
[151/213] Compiling SwiftBasicFormat BasicFormat.swift
[154/212] Compiling SwiftParser StringLiterals.swift
[155/212] Compiling SwiftParser SwiftParserCompatibility.swift
[156/212] Compiling SwiftParser SwiftVersion.swift
[157/212] Compiling SwiftParser SyntaxUtils.swift
[158/212] Compiling SwiftParser TokenConsumer.swift
[159/212] Compiling SwiftParser TokenPrecedence.swift
[160/217] Compiling SwiftParser LoopProgressCondition.swift
[161/217] Compiling SwiftParser Modifiers.swift
[162/217] Compiling SwiftParser Names.swift
[163/217] Compiling SwiftParser Nominals.swift
[164/217] Compiling SwiftParser Parameters.swift
[165/217] Compiling SwiftParser ParseSourceFile.swift
[166/217] Compiling SwiftParser Lexeme.swift
[167/217] Compiling SwiftParser LexemeSequence.swift
[168/217] Compiling SwiftParser Lexer.swift
[169/217] Compiling SwiftParser RegexLiteralLexer.swift
[170/217] Compiling SwiftParser UnicodeScalarExtensions.swift
[171/217] Compiling SwiftParser Lookahead.swift
[172/217] Compiling SwiftParser Parser.swift
[173/217] Compiling SwiftParser Patterns.swift
[174/217] Compiling SwiftParser Recovery.swift
[175/217] Compiling SwiftParser Specifiers.swift
[176/217] Compiling SwiftParser Statements.swift
[177/217] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[178/217] Compiling SwiftParser TokenSpec.swift
[179/217] Compiling SwiftParser TokenSpecSet.swift
[180/217] Compiling SwiftParser TopLevel.swift
[181/217] Compiling SwiftParser TriviaParser.swift
[182/217] Compiling SwiftParser Types.swift
[183/217] Emitting module SwiftParser
[184/217] Compiling SwiftParser Attributes.swift
[185/217] Compiling SwiftParser Availability.swift
[186/217] Compiling SwiftParser CharacterInfo.swift
[187/217] Compiling SwiftParser CollectionNodes+Parsable.swift
[188/217] Compiling SwiftParser CompilerFiles.swift
[189/217] Compiling SwiftParser Declarations.swift
[194/217] Compiling SwiftParser IsValidIdentifier.swift
[195/217] Compiling SwiftParser Cursor.swift
[196/217] Compiling SwiftParser ExperimentalFeatures.swift
[197/217] Compiling SwiftParser IsLexerClassified.swift
[198/217] Compiling SwiftParser LayoutNodes+Parsable.swift
[199/217] Compiling SwiftParser Parser+TokenSpecSet.swift
[200/217] Compiling SwiftParser TokenSpecStaticMembers.swift
[202/240] Compiling SwiftOperators PrecedenceGraph.swift
[203/241] Compiling SwiftOperators OperatorTable.swift
[204/241] Compiling SwiftOperators PrecedenceGroup.swift
[205/241] Compiling SwiftOperators OperatorTable+Semantics.swift
[206/241] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[207/242] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[208/242] Compiling SwiftParserDiagnostics Utils.swift
[209/242] Compiling SwiftOperators SyntaxSynthesis.swift
[210/242] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[211/242] Emitting module SwiftOperators
[212/242] Compiling SwiftParserDiagnostics MissingNodesError.swift
[213/242] Compiling SwiftParserDiagnostics MissingTokenError.swift
[214/242] Compiling SwiftOperators OperatorTable+Folding.swift
[215/242] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[216/242] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[218/242] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[219/242] Emitting module SwiftParserDiagnostics
[220/242] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[221/242] Compiling SwiftParserDiagnostics PresenceUtils.swift
[226/242] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[227/242] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[229/257] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[230/257] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[231/257] Compiling SwiftSyntaxBuilder Indenter.swift
[232/257] Compiling SwiftSyntaxBuilder ListBuilder.swift
[233/257] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[234/257] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[235/257] Emitting module SwiftSyntaxBuilder
[236/257] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[237/257] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[238/258] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[239/258] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[240/258] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[241/258] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[242/258] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[243/258] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[244/258] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[246/273] Compiling SwiftIfConfig IfConfigFunctions.swift
[247/273] Compiling SwiftIfConfig IfConfigRegionState.swift
[248/274] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[249/274] Compiling SwiftIfConfig BuildConfiguration.swift
[250/274] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[251/274] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[252/274] Emitting module SwiftIfConfig
[253/274] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[254/274] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[255/274] Compiling SwiftIfConfig ConfiguredRegions.swift
[256/274] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[257/274] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[258/274] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[259/274] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[260/274] Compiling SwiftIfConfig IfConfigEvaluation.swift
[261/274] Compiling SwiftIfConfig VersionTuple.swift
[263/291] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[264/291] Compiling SwiftSyntaxMacros Macro+Format.swift
[265/293] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[266/293] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[267/293] Compiling SwiftSyntaxMacros Macro.swift
[268/293] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[269/293] Compiling SwiftSyntaxMacros AccessorMacro.swift
[270/293] Compiling SwiftSyntaxMacros AttachedMacro.swift
[271/293] Compiling SwiftSyntaxMacros BodyMacro.swift
[272/293] Compiling SwiftSyntaxMacros MemberMacro.swift
[273/293] Compiling SwiftSyntaxMacros PeerMacro.swift
[274/293] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[275/293] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[276/293] Emitting module SwiftSyntaxMacros
[277/293] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[278/293] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[279/293] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[280/293] Compiling SwiftSyntaxMacros PreambleMacro.swift
[281/293] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[283/302] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[284/303] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[285/303] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[286/303] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[287/303] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[288/303] Emitting module SwiftSyntaxMacroExpansion
[289/303] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[290/303] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[291/303] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[292/303] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[294/315] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[295/315] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[296/315] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[297/316] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[298/316] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[299/316] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[300/316] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[301/316] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[302/316] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[303/316] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[304/316] Emitting module SwiftCompilerPluginMessageHandling
[305/316] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[306/316] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[308/318] Emitting module SwiftCompilerPlugin
[309/318] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[311/321] Emitting module CasePathsMacros
[312/321] Compiling CasePathsMacros CasePathableMacro.swift
[313/321] Compiling CasePathsMacros Plugin.swift
[314/321] Write Objects.LinkFileList
[315/321] Linking CasePathsMacros-tool
[317/328] Compiling CasePaths Exports.swift
[318/328] Compiling CasePaths LockIsolated.swift
[319/328] Compiling CasePaths Macros.swift
[320/328] Compiling CasePaths XCTestSupport.swift
[321/328] Compiling CasePaths Deprecations.swift
[322/328] Emitting module CasePaths
[323/328] Compiling CasePaths EnumReflection.swift
[325/395] Compiling Parsing OneOfBuilder.swift
[326/395] Compiling Parsing ParserBuilder.swift
[327/395] Compiling Parsing Conversion.swift
[328/395] Compiling Parsing AnyConversion.swift
[329/395] Compiling Parsing BinaryFloatingPoint.swift
[330/395] Compiling Parsing ConversionMap.swift
[331/395] Compiling Parsing Conversions.swift
[332/395] Compiling Parsing Data.swift
[333/395] Compiling Parsing Enum.swift
[334/395] Compiling Parsing FixedWidthInteger.swift
[335/404] Compiling Parsing PrefixThrough.swift
[336/404] Compiling Parsing PrefixUpTo.swift
[337/404] Compiling Parsing Printing.swift
[338/404] Compiling Parsing Pullback.swift
[339/404] Compiling Parsing ReplaceError.swift
[340/404] Compiling Parsing Rest.swift
[341/404] Compiling Parsing Skip.swift
[342/404] Compiling Parsing StartsWith.swift
[343/404] Compiling Parsing UUID.swift
[344/404] Compiling Parsing Identity.swift
[345/404] Compiling Parsing JSON.swift
[346/404] Compiling Parsing LosslessStringConvertible.swift
[347/404] Compiling Parsing Memberwise.swift
[348/404] Compiling Parsing ParseableFormatStyleConversion.swift
[349/404] Compiling Parsing RawRepresentable.swift
[350/404] Compiling Parsing String.swift
[351/404] Compiling Parsing Substring.swift
[352/404] Compiling Parsing UTF8View.swift
[353/404] Compiling Parsing ConvertingError.swift
[354/404] Compiling Parsing OneOf.swift
[355/404] Compiling Parsing OneOfMany.swift
[356/404] Compiling Parsing Optional.swift
[357/404] Compiling Parsing Optionally.swift
[358/404] Compiling Parsing Parse.swift
[359/404] Compiling Parsing ParseableFormatStyle.swift
[360/404] Compiling Parsing Peek.swift
[361/404] Compiling Parsing Pipe.swift
[362/404] Compiling Parsing Prefix.swift
[363/404] Compiling Parsing CountingRange.swift
[364/404] Compiling Parsing EmptyInitializable.swift
[365/404] Compiling Parsing AnyEquatable.swift
[366/404] Compiling Parsing Deprecations.swift
[367/404] Compiling Parsing Parser.swift
[368/404] Compiling Parsing ParserPrinter.swift
[369/404] Compiling Parsing Always.swift
[370/404] Compiling Parsing AnyParserPrinter.swift
[371/404] Compiling Parsing Backtracking.swift
[372/404] Compiling Parsing Bool.swift
[373/404] Compiling Parsing Float.swift
[374/404] Compiling Parsing From.swift
[375/404] Compiling Parsing Int.swift
[376/404] Compiling Parsing Lazy.swift
[377/404] Compiling Parsing Literal.swift
[378/404] Compiling Parsing Many.swift
[379/404] Compiling Parsing Map.swift
[380/404] Compiling Parsing Newline.swift
[381/404] Compiling Parsing Not.swift
[382/404] Compiling Parsing CaseIterableRawRepresentable.swift
[383/404] Compiling Parsing CharacterSet.swift
[384/404] Compiling Parsing Conditional.swift
[385/404] Compiling Parsing Consumed.swift
[386/404] Compiling Parsing Digits.swift
[387/404] Compiling Parsing End.swift
[388/404] Compiling Parsing Fail.swift
[389/404] Compiling Parsing Filter.swift
[390/404] Compiling Parsing First.swift
[391/404] Emitting module Parsing
[392/404] Compiling Parsing Whitespace.swift
[393/404] Compiling Parsing AnyParser.swift
[394/404] Compiling Parsing CompactMap.swift
[395/404] Compiling Parsing FlatMap.swift
[396/404] Compiling Parsing Parsers.swift
[397/404] Compiling Parsing Stream.swift
[398/404] Compiling Parsing ParsingError.swift
[399/404] Compiling Parsing PrependableCollection.swift
[400/404] Compiling Parsing PrintingError.swift
[401/405] Wrapping AST for Parsing for debugging
[403/430] Emitting module MajorMinorPatch
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[404/433] Compiling MajorMinorPatch Semantic.Minor.Comparable.swift
[405/433] Compiling MajorMinorPatch Semantic.Minor.LosslessStringConvertible.swift
[406/433] Compiling MajorMinorPatch Semantic.Minor.PatternMatching.swift
[407/433] Compiling MajorMinorPatch Semantic.Minor.swift
[408/433] Compiling MajorMinorPatch Semantic.Patch.AdditiveArithmetic.swift
[409/433] Compiling MajorMinorPatch Semantic.Patch.Comparable .swift
[410/433] Compiling MajorMinorPatch Semantic.Major.AdditiveArithmetic.swift
[411/433] Compiling MajorMinorPatch Semantic.Major.Comparable.swift
[412/433] Compiling MajorMinorPatch Semantic.Major.LosslessStringConvertible.swift
[413/433] Compiling MajorMinorPatch Semantic.Major.PatternMatching.swift
[414/433] Compiling MajorMinorPatch Semantic.Patch.LosslessStringConvertible.swift
[415/433] Compiling MajorMinorPatch Semantic.Patch.PatternMatching.swift
[416/433] Compiling MajorMinorPatch Semantic.Patch.swift
[417/433] Compiling MajorMinorPatch Semantic.Major.swift
[418/433] Compiling MajorMinorPatch Semantic.Metadata.LosslessStringConvertible.swift
[419/433] Compiling MajorMinorPatch Semantic.Metadata.swift
[420/433] Compiling MajorMinorPatch Semantic.Minor.AdditiveArithmetic.swift
[421/433] Compiling MajorMinorPatch Semantic.Comparable.swift
[422/433] Compiling MajorMinorPatch Semantic.LosslessStringConvertible .swift
[423/433] Compiling MajorMinorPatch Semantic.swift
[424/433] Compiling MajorMinorPatch Semantic.Version.LosslessStringConvertible.swift
[425/433] Compiling MajorMinorPatch Semantic.Version.swift
[426/433] Compiling MajorMinorPatch Validation.swift
[427/433] Compiling MajorMinorPatch Parsing.swift
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:9:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
7 | static var parser: AnyParser<Substring, Semantic.Major> {
8 | Parse( Semantic.Major.init(integerLiteral:) ) {
9 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
10 | }
11 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:19:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
17 | static var parser: AnyParser<Substring, Semantic.Minor> {
18 | Parse( Semantic.Minor.init(integerLiteral:) ) {
19 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
20 | }
21 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:29:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
27 | static var parser: AnyParser<Substring, Semantic.Patch> {
28 | Parse( Semantic.Patch.init(integerLiteral:) ) {
29 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
30 | }
31 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[428/433] Compiling MajorMinorPatch ArraySemantic.Identifier.swift
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:9:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
7 | static var parser: AnyParser<Substring, Semantic.Major> {
8 | Parse( Semantic.Major.init(integerLiteral:) ) {
9 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
10 | }
11 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:19:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
17 | static var parser: AnyParser<Substring, Semantic.Minor> {
18 | Parse( Semantic.Minor.init(integerLiteral:) ) {
19 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
20 | }
21 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:29:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
27 | static var parser: AnyParser<Substring, Semantic.Patch> {
28 | Parse( Semantic.Patch.init(integerLiteral:) ) {
29 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
30 | }
31 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[429/433] Compiling MajorMinorPatch Semantic.Identifier.LosslessStringConvertible.swift
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:9:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
7 | static var parser: AnyParser<Substring, Semantic.Major> {
8 | Parse( Semantic.Major.init(integerLiteral:) ) {
9 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
10 | }
11 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:19:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
17 | static var parser: AnyParser<Substring, Semantic.Minor> {
18 | Parse( Semantic.Minor.init(integerLiteral:) ) {
19 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
20 | }
21 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:29:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
27 | static var parser: AnyParser<Substring, Semantic.Patch> {
28 | Parse( Semantic.Patch.init(integerLiteral:) ) {
29 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
30 | }
31 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[430/433] Compiling MajorMinorPatch Semantic.Identifier.swift
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:9:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
7 | static var parser: AnyParser<Substring, Semantic.Major> {
8 | Parse( Semantic.Major.init(integerLiteral:) ) {
9 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
10 | }
11 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:19:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
17 | static var parser: AnyParser<Substring, Semantic.Minor> {
18 | Parse( Semantic.Minor.init(integerLiteral:) ) {
19 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
20 | }
21 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Parsing.swift:29:18: warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
27 | static var parser: AnyParser<Substring, Semantic.Patch> {
28 | Parse( Semantic.Patch.init(integerLiteral:) ) {
29 | UInt.parser(of: Substring.self, radix: 10)
| `- warning: 'parser(of:radix:)' is deprecated: Delete 'of: Substring.self' to silence this warning.
30 | }
31 | .eraseToAnyParser()
/host/spi-builder-workspace/Sources/MajorMinorPatch/Public/Identifier/ArraySemantic.Identifier.swift:21:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |
20 |
21 | extension [Semantic.Identifier]: Comparable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public static func == (lhs: [Semantic.Identifier], rhs: [Semantic.Identifier]) -> Bool {
[431/433] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[432/433] Linking libMajorMinorPatch.wasm
BUILD FAILURE 6.1 wasm