Build Information
Failed to build KarrotListKit, reference main (d60816), with Swift 6.1 for Wasm on 18 Sep 2025 11:36:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daangn/KarrotListKit.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/daangn/KarrotListKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d608169 Merge pull request #57 from daangn/bug/elon/fix-swift-syntax-5-error
Cloned https://github.com/daangn/KarrotListKit.git
Revision (git rev-parse @):
d608169605ec440000267ea05fe71787f0b08bf0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daangn/KarrotListKit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/daangn/KarrotListKit.git
https://github.com/daangn/KarrotListKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "differencekit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ra1028/DifferenceKit.git"
}
],
"manifest_display_name" : "KarrotListKit",
"name" : "KarrotListKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "KarrotListKit",
"targets" : [
"KarrotListKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KarrotListKitMacros",
"targets" : [
"KarrotListKitMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "KarrotListKitTests",
"module_type" : "SwiftTarget",
"name" : "KarrotListKitTests",
"path" : "Tests/KarrotListKitTests",
"sources" : [
"AnyComponentTests.swift",
"CollectionViewAdapterTests.swift",
"CollectionViewLayoutAdapterTests.swift",
"ComponentTests.swift",
"FeatureFlagProviderTests.swift",
"RemoteImagePrefetchingPluginTest.swift",
"ResultBuildersTests.swift",
"TestDoubles/ComponentTestDouble.swift",
"Utils/Any+EquatableTests.swift",
"Utils/ChunkedTests.swift",
"Utils/Collection+SafeIndexTests.swift"
],
"target_dependencies" : [
"KarrotListKit"
],
"type" : "test"
},
{
"c99name" : "KarrotListKitMacrosTests",
"module_type" : "SwiftTarget",
"name" : "KarrotListKitMacrosTests",
"path" : "Tests/KarrotListKitMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AddComponentModifierMacroTests.swift"
],
"target_dependencies" : [
"KarrotListKitMacros"
],
"type" : "test"
},
{
"c99name" : "KarrotListKitMacros",
"module_type" : "SwiftTarget",
"name" : "KarrotListKitMacros",
"path" : "Sources/KarrotListKitMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"KarrotListKit",
"KarrotListKitMacros"
],
"sources" : [
"AddComponentModifierMacro.swift",
"KarrotListKitPlugin.swift",
"Supports/AccessLevelModifier.swift",
"Supports/KarrotListKitMacroError.swift"
],
"type" : "macro"
},
{
"c99name" : "KarrotListKit",
"module_type" : "SwiftTarget",
"name" : "KarrotListKit",
"path" : "Sources/KarrotListKit",
"product_dependencies" : [
"DifferenceKit"
],
"product_memberships" : [
"KarrotListKit"
],
"sources" : [
"Adapter/CollectionViewAdapter.swift",
"Adapter/CollectionViewAdapterConfiguration.swift",
"Adapter/CollectionViewAdapterUpdateStrategy.swift",
"Adapter/CollectionViewLayoutAdaptable.swift",
"Adapter/ComponentSizeStorage.swift",
"Builder/CellsBuilder.swift",
"Builder/SectionsBuilder.swift",
"Cell.swift",
"Component/AnyComponent.swift",
"Component/Component.swift",
"Component/ContentLayoutMode.swift",
"Component/IdentifiableComponent.swift",
"Event/Cell/DidSelectEvent.swift",
"Event/Cell/HighlightEvent.swift",
"Event/Cell/UnhighlightEvent.swift",
"Event/Common/DidEndDisplayingEvent.swift",
"Event/Common/WillDisplayEvent.swift",
"Event/List/DidEndDeceleratingEvent.swift",
"Event/List/DidEndDraggingEvent.swift",
"Event/List/DidScrollEvent.swift",
"Event/List/DidScrollToTopEvent.swift",
"Event/List/PullToRefreshEvent.swift",
"Event/List/ReachedEndEvent.swift",
"Event/List/ShouldScrollToTopEvent.swift",
"Event/List/WillBeginDeceleratingEvent.swift",
"Event/List/WillBeginDraggingEvent.swift",
"Event/List/WillEndDraggingEvent.swift",
"Event/ListingViewEvent.swift",
"Event/ListingViewEventHandler.swift",
"Event/ListingViewEventStorage.swift",
"Extension/UICollectionView+Difference.swift",
"Extension/UICollectionView+Init.swift",
"Extension/UIView+TraitCollection.swift .swift",
"FeatureFlag/DefaultFeatureFlagProvider.swift",
"FeatureFlag/FeatureFlagItem.swift",
"FeatureFlag/FeatureFlagProviding.swift",
"FeatureFlag/FeatureFlagType.swift",
"FeatureFlag/KarrotListKitFeatureFlag.swift",
"Layout/CompositionalLayoutSectionFactory.swift",
"Layout/DefaultCompositionalLayoutSectionFactory.swift",
"Layout/HorizontalLayout.swift",
"Layout/VerticalGridLayout.swift",
"Layout/VerticalLayout.swift",
"List.swift",
"MacroInterface/AddComponentModifier.swift",
"Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift",
"Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift",
"Prefetching/PrefetchableComponent.swift",
"Prefetching/RemoteImagePrefetching.swift",
"Section.swift",
"SupplementaryView.swift",
"SwiftUISupport/ComponentRepresented.swift",
"Utils/Any+Equatable.swift",
"Utils/Chunked.swift",
"Utils/Collection+SafeIndex.swift",
"View/ComponentRenderable.swift",
"View/UICollectionComponentReusableView.swift",
"View/UICollectionViewComponentCell.swift"
],
"target_dependencies" : [
"KarrotListKitMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71918] Fetching swift-syntax
Fetching https://github.com/ra1028/DifferenceKit.git
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.24s)
[1/2319] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git from cache (0.52s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.3.0 (9.68s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.64s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.3.0
Building for debugging...
[0/42] Write sources
[21/42] Compiling _SwiftSyntaxCShims PlatformMutex.c
[22/42] Write swift-version-24593BA9C3E375BF.txt
[24/76] 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
[25/76] 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
[26/76] 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
[27/77] 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
[28/78] 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
[29/78] 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
[30/79] Compiling DifferenceKit UIKitExtension.swift
[32/80] Compiling DifferenceKit ElementPath.swift
[33/80] Compiling DifferenceKit AppKitExtension.swift
[35/81] 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
[36/81] 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
[37/82] Compiling DifferenceKit UIKitExtension.swift
[37/82] Wrapping AST for SwiftSyntax509 for debugging
[39/82] Compiling DifferenceKit ElementPath.swift
[41/82] Compiling DifferenceKit Algorithm.swift
[42/82] Compiling DifferenceKit AnyDifferentiable.swift
[44/82] Compiling DifferenceKit ContentEquatable.swift
[45/82] Compiling DifferenceKit ContentIdentifiable.swift
[46/82] 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
[48/82] 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
[49/82] Compiling DifferenceKit Differentiable.swift
[50/82] Compiling DifferenceKit DifferentiableSection.swift
[51/83] Emitting module DifferenceKit
[55/83] Compiling DifferenceKit ArraySection.swift
[56/83] Compiling DifferenceKit Changeset.swift
[63/83] Wrapping AST for SwiftSyntax602 for debugging
[64/83] Wrapping AST for SwiftSyntax510 for debugging
[65/83] Wrapping AST for SwiftSyntax601 for debugging
[67/83] Compiling DifferenceKit StagedChangeset.swift
[68/85] Wrapping AST for SwiftSyntax600 for debugging
[72/148] 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
[73/156] 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/156] 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/156] 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/156] 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
[77/156] 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
[78/156] 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
[79/156] 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
[80/156] 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
[81/156] 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
[82/156] 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
[83/156] 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
[84/156] 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
[85/156] 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
[86/156] 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
[87/156] 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
[88/156] 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
[89/156] 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
[90/156] 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
[91/156] 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
[92/156] 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
[93/156] 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
[94/156] 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
[95/156] 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
[96/156] 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
[97/156] 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
[98/156] 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
[99/156] 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
[100/156] 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
[101/156] 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
[102/156] 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
[103/156] 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
[104/156] 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
[105/156] 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
[106/156] 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
[107/156] 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
[108/156] 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
[109/156] Compiling SwiftSyntax MemoryLayout.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/156] Compiling SwiftSyntax MissingNodeInitializers.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/156] 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
[112/156] 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
[113/156] 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
[114/156] 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
[115/156] 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
[116/156] 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
[117/156] 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
[118/156] 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
[119/156] 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
[120/156] 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
[121/156] 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
[122/156] 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
[123/156] 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
[124/156] 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
[125/156] 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
[126/156] 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
[127/156] 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
[128/156] 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
[129/156] 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
[130/156] 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
[131/156] 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
[132/156] 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
[133/156] 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
[134/156] 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
[135/156] 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
[136/156] 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
[137/156] 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
[138/156] 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
[139/156] 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
[140/156] 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
[141/156] 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
[142/156] 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
[143/157] Wrapping AST for SwiftSyntax for debugging
[145/216] 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
[146/217] 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
[147/217] 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
[148/217] 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
[149/217] 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
[150/217] 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
[151/217] 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
[152/217] 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
[153/217] 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
[154/217] 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
[155/217] 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
[156/217] 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
[157/217] 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
[158/217] 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
[159/217] 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
[160/217] 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
[161/217] 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
[162/218] Wrapping AST for SwiftDiagnostics for debugging
[164/218] 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
[165/219] Wrapping AST for SwiftBasicFormat for debugging
[167/219] 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
[168/224] 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
[169/224] 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
[170/224] 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
[171/224] 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
[172/224] 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
[173/224] 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
[174/224] 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
[175/224] 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
[176/224] 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
[177/224] 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
[178/224] 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
[179/224] 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
[180/224] 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
[181/224] 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
[182/224] 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
[183/224] 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
[184/224] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[189/224] 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
[190/224] 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
[191/224] 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
[192/224] 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
[193/224] 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
[194/224] 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
[195/224] 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
[196/224] 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
[197/224] 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
[198/224] 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
[199/224] 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
[200/224] 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
[201/224] 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
[202/224] 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
[203/224] 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
[204/224] 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
[205/224] 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
[206/224] 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
[207/224] 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
[208/224] 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
[209/224] 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
[210/224] 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
[211/224] 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
[212/224] 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
[213/224] 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
[214/225] Wrapping AST for SwiftParser for debugging
[216/248] 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
[217/249] 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
[218/249] 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
[219/250] 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
[220/250] 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
[221/250] 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
[222/250] 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
[223/250] 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
[224/250] 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
[225/250] 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
[226/250] 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
[227/250] 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
[228/250] 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
[229/250] 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
[230/250] 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
[232/251] 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
[233/251] 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
[233/251] Wrapping AST for SwiftOperators for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[237/251] 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
[238/251] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[241/251] 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
[242/251] 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
[243/252] Wrapping AST for SwiftParserDiagnostics for debugging
[245/267] 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
[246/267] 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
[247/268] 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
[248/268] 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
[249/268] 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
[250/268] 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
[251/268] 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
[252/268] 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
[253/268] 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
[254/268] 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
[255/268] 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
[256/268] 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
[257/268] 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
[258/268] 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
[259/268] 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
[260/268] 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
[261/269] Wrapping AST for SwiftSyntaxBuilder for debugging
[263/286] 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
[264/286] 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
[265/288] 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
[266/288] 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
[267/288] 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
[268/288] 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
[269/288] 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
[270/288] 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
[271/288] 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
[272/288] 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
[273/288] 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
[274/288] 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
[275/288] 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
[276/288] 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
[277/288] 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
[278/288] 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
[279/288] 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
[280/288] 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
[281/288] 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
[282/289] Wrapping AST for SwiftSyntaxMacros for debugging
[284/298] 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
[285/299] 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
[286/299] 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
[287/299] 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
[288/299] 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
[289/299] 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
[290/299] 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
[291/299] 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
[292/299] 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
[293/299] 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
[294/300] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[296/312] 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
[297/313] 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
[298/313] 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
[299/313] 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
[300/313] 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
[301/313] 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
[302/313] 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
[303/313] 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
[304/313] 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
[305/313] 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
[306/313] 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
[307/313] 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
[308/313] 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
[309/314] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[311/316] 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
[312/316] 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
[313/317] Wrapping AST for SwiftCompilerPlugin for debugging
[315/322] Compiling KarrotListKitMacros KarrotListKitMacroError.swift
[316/322] Compiling KarrotListKitMacros KarrotListKitPlugin.swift
[317/322] Compiling KarrotListKitMacros AddComponentModifierMacro.swift
[318/322] Emitting module KarrotListKitMacros
[319/322] Compiling KarrotListKitMacros AccessLevelModifier.swift
[320/323] Wrapping AST for KarrotListKitMacros for debugging
[321/323] Write Objects.LinkFileList
[322/323] Linking KarrotListKitMacros-tool
[324/427] Compiling KarrotListKit AnyComponent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[325/427] Compiling KarrotListKit Component.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[326/427] Compiling KarrotListKit ContentLayoutMode.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[327/427] Compiling KarrotListKit IdentifiableComponent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[328/427] Compiling KarrotListKit DidSelectEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[329/427] Compiling KarrotListKit HighlightEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[330/427] Compiling KarrotListKit UnhighlightEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[331/427] Compiling KarrotListKit DidEndDisplayingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[332/434] Compiling KarrotListKit AddComponentModifier.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[333/434] Compiling KarrotListKit CollectionViewPrefetchingPlugin.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[334/434] Compiling KarrotListKit RemoteImagePrefetchingPlugin.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[335/434] Compiling KarrotListKit PrefetchableComponent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[336/434] Compiling KarrotListKit RemoteImagePrefetching.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[337/434] Compiling KarrotListKit Section.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[338/434] Compiling KarrotListKit SupplementaryView.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[339/434] Compiling KarrotListKit CollectionViewAdapter.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[340/434] Compiling KarrotListKit CollectionViewAdapterConfiguration.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[341/434] Compiling KarrotListKit CollectionViewAdapterUpdateStrategy.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[342/434] Compiling KarrotListKit CollectionViewLayoutAdaptable.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[343/434] Compiling KarrotListKit ComponentSizeStorage.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[344/434] Compiling KarrotListKit CellsBuilder.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[345/434] Compiling KarrotListKit SectionsBuilder.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[346/434] Compiling KarrotListKit Cell.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[347/434] Compiling KarrotListKit KarrotListKitFeatureFlag.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[348/434] Compiling KarrotListKit CompositionalLayoutSectionFactory.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[349/434] Compiling KarrotListKit DefaultCompositionalLayoutSectionFactory.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[350/434] Compiling KarrotListKit HorizontalLayout.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[351/434] Compiling KarrotListKit VerticalGridLayout.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[352/434] Compiling KarrotListKit VerticalLayout.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[353/434] Compiling KarrotListKit List.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[354/434] Compiling KarrotListKit UICollectionView+Difference.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[355/434] Compiling KarrotListKit UICollectionView+Init.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[356/434] Compiling KarrotListKit UIView+TraitCollection.swift .swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[357/434] Compiling KarrotListKit DefaultFeatureFlagProvider.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[358/434] Compiling KarrotListKit FeatureFlagItem.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[359/434] Compiling KarrotListKit FeatureFlagProviding.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[360/434] Compiling KarrotListKit FeatureFlagType.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[361/434] Emitting module KarrotListKit
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[362/434] Compiling KarrotListKit ShouldScrollToTopEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[363/434] Compiling KarrotListKit DidEndDeceleratingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[364/434] Compiling KarrotListKit WillBeginDraggingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[365/434] Compiling KarrotListKit WillEndDraggingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[366/434] Compiling KarrotListKit ListingViewEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[367/434] Compiling KarrotListKit ListingViewEventHandler.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[368/434] Compiling KarrotListKit ListingViewEventStorage.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[369/434] Compiling KarrotListKit WillDisplayEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[370/434] Compiling KarrotListKit DidEndDeceleratingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[371/434] Compiling KarrotListKit DidEndDraggingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[372/434] Compiling KarrotListKit DidScrollEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[373/434] Compiling KarrotListKit DidScrollToTopEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[374/434] Compiling KarrotListKit PullToRefreshEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[375/434] Compiling KarrotListKit ReachedEndEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[376/434] Compiling KarrotListKit ComponentRepresented.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[377/434] Compiling KarrotListKit Any+Equatable.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[378/434] Compiling KarrotListKit Chunked.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[379/434] Compiling KarrotListKit Collection+SafeIndex.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[380/434] Compiling KarrotListKit ComponentRenderable.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[381/434] Compiling KarrotListKit UICollectionComponentReusableView.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[382/434] Compiling KarrotListKit UICollectionViewComponentCell.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/20] Write swift-version-24593BA9C3E375BF.txt
[2/54] Emitting module SwiftSyntax600
[3/54] Compiling SwiftSyntax600 Empty.swift
[4/55] Emitting module SwiftSyntax602
[5/55] Compiling SwiftSyntax602 Empty.swift
[6/55] Emitting module SwiftSyntax509
[7/55] Emitting module SwiftSyntax510
[8/56] Compiling SwiftSyntax509 Empty.swift
[9/57] Compiling SwiftSyntax510 Empty.swift
[10/57] Compiling SwiftSyntax601 Empty.swift
[11/57] Emitting module SwiftSyntax601
[12/57] Compiling DifferenceKit UIKitExtension.swift
[13/60] Compiling DifferenceKit Differentiable.swift
[14/60] Compiling DifferenceKit DifferentiableSection.swift
[15/60] Compiling DifferenceKit UIKitExtension.swift
[16/61] Compiling DifferenceKit AppKitExtension.swift
[19/61] Compiling DifferenceKit ElementPath.swift
[20/61] Compiling DifferenceKit ContentEquatable.swift
[21/61] Compiling DifferenceKit ContentIdentifiable.swift
[23/61] Compiling DifferenceKit ElementPath.swift
[31/56] Compiling DifferenceKit StagedChangeset.swift
[33/56] Compiling DifferenceKit ArraySection.swift
[34/56] Compiling DifferenceKit Changeset.swift
[37/56] Emitting module DifferenceKit
[38/56] Compiling DifferenceKit Algorithm.swift
[39/56] Compiling DifferenceKit AnyDifferentiable.swift
[42/57] Emitting module DifferenceKit
[45/121] Compiling SwiftSyntax SourceLength.swift
[46/121] Compiling SwiftSyntax SourceLocation.swift
[47/121] Compiling SwiftSyntax SourcePresence.swift
[48/121] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[49/121] Compiling SwiftSyntax Syntax.swift
[50/121] Compiling SwiftSyntax SyntaxChildren.swift
[51/121] Compiling SwiftSyntax SyntaxCollection.swift
[52/121] Compiling SwiftSyntax SyntaxHashable.swift
[53/121] Compiling SwiftSyntax SyntaxIdentifier.swift
[54/129] Compiling SwiftSyntax Identifier.swift
[55/129] Compiling SwiftSyntax MemoryLayout.swift
[56/129] Compiling SwiftSyntax MissingNodeInitializers.swift
[57/129] Compiling SwiftSyntax RawSyntax.swift
[58/129] Compiling SwiftSyntax RawSyntaxArena.swift
[59/129] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[60/129] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[61/129] Compiling SwiftSyntax RawSyntaxTokenView.swift
[62/129] Compiling SwiftSyntax SourceEdit.swift
[63/129] Emitting module SwiftSyntax
[64/129] Compiling SwiftSyntax AbsolutePosition.swift
[65/129] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[66/129] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[67/129] Compiling SwiftSyntax Assert.swift
[68/129] Compiling SwiftSyntax BumpPtrAllocator.swift
[69/129] Compiling SwiftSyntax CommonAncestor.swift
[70/129] Compiling SwiftSyntax Convenience.swift
[71/129] Compiling SwiftSyntax CustomTraits.swift
[72/129] Compiling SwiftSyntax EditorPlaceholder.swift
[73/129] Compiling SwiftSyntax SyntaxNodeStructure.swift
[74/129] Compiling SwiftSyntax SyntaxProtocol.swift
[75/129] Compiling SwiftSyntax SyntaxText.swift
[76/129] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[77/129] Compiling SwiftSyntax TokenDiagnostic.swift
[78/129] Compiling SwiftSyntax TokenSequence.swift
[79/129] Compiling SwiftSyntax TokenSyntax.swift
[80/129] Compiling SwiftSyntax Trivia.swift
[81/129] Compiling SwiftSyntax Utils.swift
[82/129] Compiling SwiftSyntax SyntaxRewriter.swift
[83/129] Compiling SwiftSyntax SyntaxTraits.swift
[84/129] Compiling SwiftSyntax SyntaxVisitor.swift
[85/129] Compiling SwiftSyntax TokenKind.swift
[86/129] Compiling SwiftSyntax Tokens.swift
[87/129] Compiling SwiftSyntax TriviaPieces.swift
[88/129] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[89/129] Compiling SwiftSyntax RawSyntaxNodesC.swift
[90/129] Compiling SwiftSyntax RawSyntaxNodesD.swift
[91/129] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[92/129] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[93/129] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[94/129] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[95/129] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[96/129] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[97/129] Compiling SwiftSyntax RawSyntaxValidation.swift
[98/129] Compiling SwiftSyntax SyntaxNodesAB.swift
[99/129] Compiling SwiftSyntax SyntaxNodesC.swift
[100/129] Compiling SwiftSyntax SyntaxNodesD.swift
[101/129] Compiling SwiftSyntax SyntaxNodesEF.swift
[102/129] Compiling SwiftSyntax SyntaxNodesGHI.swift
[103/129] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[104/129] Compiling SwiftSyntax SyntaxNodesOP.swift
[105/129] Compiling SwiftSyntax SyntaxNodesQRS.swift
[106/129] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[107/129] Compiling SwiftSyntax ChildNameForKeyPath.swift
[108/129] Compiling SwiftSyntax Keyword.swift
[109/129] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[110/129] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[111/129] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[112/129] Compiling SwiftSyntax SyntaxBaseNodes.swift
[113/129] Compiling SwiftSyntax SyntaxCollections.swift
[114/129] Compiling SwiftSyntax SyntaxEnum.swift
[115/129] Compiling SwiftSyntax SyntaxKind.swift
[117/188] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[118/188] Compiling SwiftBasicFormat InferIndentation.swift
[119/188] Compiling SwiftDiagnostics Message.swift
[120/189] Compiling SwiftBasicFormat Syntax+Extensions.swift
[121/189] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[122/189] Emitting module SwiftDiagnostics
[123/189] Compiling SwiftParser Directives.swift
[124/189] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[125/189] Compiling SwiftBasicFormat Indenter.swift
[126/189] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[127/189] Compiling SwiftDiagnostics FixIt.swift
[128/189] Compiling SwiftDiagnostics Note.swift
[129/189] Emitting module SwiftBasicFormat
[130/189] Compiling SwiftBasicFormat BasicFormat.swift
[131/190] Compiling SwiftParser Expressions.swift
[132/190] Compiling SwiftParser IncrementalParseTransition.swift
[133/190] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[134/190] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[137/189] Compiling SwiftParser LoopProgressCondition.swift
[138/189] Compiling SwiftParser Modifiers.swift
[139/189] Compiling SwiftParser Names.swift
[140/189] Compiling SwiftParser Nominals.swift
[141/189] Compiling SwiftParser Parameters.swift
[142/189] Compiling SwiftParser ParseSourceFile.swift
[143/194] Emitting module SwiftParser
[144/194] Compiling SwiftParser StringLiterals.swift
[145/194] Compiling SwiftParser SwiftParserCompatibility.swift
[146/194] Compiling SwiftParser SwiftVersion.swift
[147/194] Compiling SwiftParser SyntaxUtils.swift
[148/194] Compiling SwiftParser TokenConsumer.swift
[149/194] Compiling SwiftParser TokenPrecedence.swift
[150/194] Compiling SwiftParser TokenSpec.swift
[151/194] Compiling SwiftParser TokenSpecSet.swift
[152/194] Compiling SwiftParser TopLevel.swift
[153/194] Compiling SwiftParser TriviaParser.swift
[154/194] Compiling SwiftParser Types.swift
[155/194] Compiling SwiftParser Parser.swift
[156/194] Compiling SwiftParser Patterns.swift
[157/194] Compiling SwiftParser Recovery.swift
[158/194] Compiling SwiftParser Specifiers.swift
[159/194] Compiling SwiftParser Statements.swift
[160/194] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[161/194] Compiling SwiftParser Attributes.swift
[162/194] Compiling SwiftParser Availability.swift
[163/194] Compiling SwiftParser CharacterInfo.swift
[164/194] Compiling SwiftParser CollectionNodes+Parsable.swift
[165/194] Compiling SwiftParser CompilerFiles.swift
[166/194] Compiling SwiftParser Declarations.swift
[171/194] Compiling SwiftParser IsValidIdentifier.swift
[172/194] Compiling SwiftParser Cursor.swift
[173/194] Compiling SwiftParser Lexeme.swift
[174/194] Compiling SwiftParser LexemeSequence.swift
[175/194] Compiling SwiftParser Lexer.swift
[176/194] Compiling SwiftParser RegexLiteralLexer.swift
[177/194] Compiling SwiftParser UnicodeScalarExtensions.swift
[178/194] Compiling SwiftParser Lookahead.swift
[179/194] Compiling SwiftParser ExperimentalFeatures.swift
[180/194] Compiling SwiftParser IsLexerClassified.swift
[181/194] Compiling SwiftParser LayoutNodes+Parsable.swift
[182/194] Compiling SwiftParser Parser+TokenSpecSet.swift
[183/194] Compiling SwiftParser TokenSpecStaticMembers.swift
[185/217] Compiling SwiftOperators PrecedenceGroup.swift
[186/218] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[187/219] Compiling SwiftOperators SyntaxSynthesis.swift
[188/219] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[189/219] Compiling SwiftOperators OperatorTable.swift
[190/219] Compiling SwiftOperators OperatorTable+Semantics.swift
[191/219] Compiling SwiftOperators PrecedenceGraph.swift
[192/219] Compiling SwiftParserDiagnostics MissingNodesError.swift
[193/219] Compiling SwiftParserDiagnostics MissingTokenError.swift
[194/219] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[195/219] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[196/219] Emitting module SwiftOperators
[197/219] Compiling SwiftOperators OperatorTable+Folding.swift
[199/220] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[200/220] Compiling SwiftParserDiagnostics Utils.swift
[201/220] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[202/220] Emitting module SwiftParserDiagnostics
[203/219] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[204/219] Compiling SwiftParserDiagnostics PresenceUtils.swift
[209/219] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[210/219] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[212/234] Emitting module SwiftSyntaxBuilder
[213/234] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[214/234] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[215/235] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[216/235] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[217/235] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[218/235] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[219/235] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[220/235] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[221/235] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[222/235] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[223/235] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[224/235] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[225/235] Compiling SwiftSyntaxBuilder Indenter.swift
[226/235] Compiling SwiftSyntaxBuilder ListBuilder.swift
[227/235] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[229/252] Compiling SwiftSyntaxMacros AccessorMacro.swift
[230/252] Compiling SwiftSyntaxMacros AttachedMacro.swift
[231/252] Compiling SwiftSyntaxMacros BodyMacro.swift
[232/252] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[233/252] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[234/254] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[235/254] Compiling SwiftSyntaxMacros Macro+Format.swift
[236/254] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[237/254] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[238/254] Compiling SwiftSyntaxMacros Macro.swift
[239/254] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[240/254] Compiling SwiftSyntaxMacros MemberMacro.swift
[241/254] Compiling SwiftSyntaxMacros PeerMacro.swift
[242/254] Emitting module SwiftSyntaxMacros
[243/254] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[244/254] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[245/254] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[246/254] Compiling SwiftSyntaxMacros PreambleMacro.swift
[247/254] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[249/263] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[250/264] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[251/264] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[252/264] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[253/264] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[254/264] Emitting module SwiftSyntaxMacroExpansion
[255/264] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[256/264] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[257/264] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[258/264] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[260/276] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[261/276] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[262/276] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[263/276] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[264/276] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[265/276] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[266/276] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[267/277] Emitting module SwiftCompilerPluginMessageHandling
[268/277] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[269/277] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[270/277] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[271/277] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[272/277] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[274/279] Emitting module SwiftCompilerPlugin
[275/279] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[277/284] Compiling KarrotListKitMacros KarrotListKitMacroError.swift
[278/284] Emitting module KarrotListKitMacros
[279/284] Compiling KarrotListKitMacros AddComponentModifierMacro.swift
[280/284] Compiling KarrotListKitMacros KarrotListKitPlugin.swift
[281/284] Compiling KarrotListKitMacros AccessLevelModifier.swift
[282/284] Write Objects.LinkFileList
[283/284] Linking KarrotListKitMacros-tool
[285/388] Compiling KarrotListKit AddComponentModifier.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[286/388] Compiling KarrotListKit CollectionViewPrefetchingPlugin.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[287/388] Compiling KarrotListKit RemoteImagePrefetchingPlugin.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[288/388] Compiling KarrotListKit PrefetchableComponent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[289/388] Compiling KarrotListKit RemoteImagePrefetching.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[290/388] Compiling KarrotListKit Section.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[291/388] Compiling KarrotListKit SupplementaryView.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[292/395] Compiling KarrotListKit UICollectionView+Difference.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[293/395] Compiling KarrotListKit UICollectionView+Init.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[294/395] Compiling KarrotListKit UIView+TraitCollection.swift .swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[295/395] Compiling KarrotListKit DefaultFeatureFlagProvider.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[296/395] Compiling KarrotListKit FeatureFlagItem.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[297/395] Compiling KarrotListKit FeatureFlagProviding.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[298/395] Compiling KarrotListKit FeatureFlagType.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[299/395] Compiling KarrotListKit ShouldScrollToTopEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[300/395] Compiling KarrotListKit WillBeginDeceleratingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[301/395] Compiling KarrotListKit WillBeginDraggingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[302/395] Compiling KarrotListKit WillEndDraggingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[303/395] Compiling KarrotListKit ListingViewEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[304/395] Compiling KarrotListKit ListingViewEventHandler.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[305/395] Compiling KarrotListKit ListingViewEventStorage.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[306/395] Compiling KarrotListKit AnyComponent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[307/395] Compiling KarrotListKit Component.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[308/395] Compiling KarrotListKit ContentLayoutMode.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[309/395] Compiling KarrotListKit IdentifiableComponent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[310/395] Compiling KarrotListKit DidSelectEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[311/395] Compiling KarrotListKit HighlightEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[312/395] Compiling KarrotListKit UnhighlightEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[313/395] Compiling KarrotListKit DidEndDisplayingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[314/395] Compiling KarrotListKit WillDisplayEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[315/395] Compiling KarrotListKit DidEndDeceleratingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[316/395] Compiling KarrotListKit DidEndDraggingEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[317/395] Compiling KarrotListKit DidScrollEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[318/395] Compiling KarrotListKit DidScrollToTopEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[319/395] Compiling KarrotListKit PullToRefreshEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[320/395] Compiling KarrotListKit ReachedEndEvent.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[321/395] Compiling KarrotListKit KarrotListKitFeatureFlag.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[322/395] Compiling KarrotListKit CompositionalLayoutSectionFactory.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[323/395] Compiling KarrotListKit DefaultCompositionalLayoutSectionFactory.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[324/395] Compiling KarrotListKit HorizontalLayout.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[325/395] Compiling KarrotListKit VerticalGridLayout.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[326/395] Compiling KarrotListKit VerticalLayout.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[327/395] Compiling KarrotListKit List.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[328/395] Compiling KarrotListKit CollectionViewAdapter.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[329/395] Compiling KarrotListKit CollectionViewAdapterConfiguration.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[330/395] Compiling KarrotListKit CollectionViewAdapterUpdateStrategy.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[331/395] Compiling KarrotListKit CollectionViewLayoutAdaptable.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[332/395] Compiling KarrotListKit ComponentSizeStorage.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[333/395] Compiling KarrotListKit CellsBuilder.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[334/395] Compiling KarrotListKit SectionsBuilder.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[335/395] Compiling KarrotListKit Cell.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[336/395] Emitting module KarrotListKit
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[337/395] Compiling KarrotListKit ComponentRepresented.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[338/395] Compiling KarrotListKit Any+Equatable.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[339/395] Compiling KarrotListKit Chunked.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[340/395] Compiling KarrotListKit Collection+SafeIndex.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[341/395] Compiling KarrotListKit ComponentRenderable.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[342/395] Compiling KarrotListKit UICollectionComponentReusableView.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
[343/395] Compiling KarrotListKit UICollectionViewComponentCell.swift
/host/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:5:8: error: no such module 'Combine'
3 | //
4 |
5 | import Combine
| `- error: no such module 'Combine'
6 | import DifferenceKit
7 |
BUILD FAILURE 6.1 wasm