The Swift Package Index logo.Swift Package Index

Build Information

Failed to build KarrotListKit, reference 4.7.0 (d60816), with Swift 6.1 for Wasm on 18 Sep 2025 11:40:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daangn/KarrotListKit.git
Reference: 4.7.0
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
 * tag               4.7.0      -> FETCH_HEAD
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 4.7.0
========================================
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-3":/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
Fetching https://github.com/ra1028/DifferenceKit.git
[1/2319] Fetching differencekit
[651/74237] Fetching differencekit, swift-syntax
Fetched https://github.com/ra1028/DifferenceKit.git from cache (1.03s)
[8631/71918] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.47s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.3.0 (11.98s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (3.27s)
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] 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
[25/76] Emitting module DifferenceKit
[26/77] 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
[27/77] 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
[28/77] Compiling DifferenceKit UIKitExtension.swift
[30/79] 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
[31/79] 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
[32/79] Compiling DifferenceKit ElementPath.swift
[33/79] Compiling DifferenceKit AppKitExtension.swift
[34/80] Emitting module DifferenceKit
[35/80] 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
[36/80] 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
[37/80] 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
[38/80] 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
[39/80] Compiling DifferenceKit Differentiable.swift
[40/80] Compiling DifferenceKit DifferentiableSection.swift
[41/82] Compiling DifferenceKit Algorithm.swift
[42/82] Compiling DifferenceKit AnyDifferentiable.swift
[46/82] Compiling DifferenceKit ContentEquatable.swift
[47/82] Compiling DifferenceKit ContentIdentifiable.swift
[48/82] Compiling DifferenceKit StagedChangeset.swift
[49/82] Compiling DifferenceKit ArraySection.swift
[50/82] Compiling DifferenceKit Changeset.swift
[53/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
[54/83] Compiling DifferenceKit AppKitExtension.swift
[55/83] Compiling DifferenceKit UIKitExtension.swift
[58/83] Compiling DifferenceKit ElementPath.swift
[62/83] Wrapping AST for SwiftSyntax510 for debugging
[65/84] Compiling DifferenceKit StagedChangeset.swift
[65/85] Wrapping AST for SwiftSyntax509 for debugging
[66/85] Wrapping AST for SwiftSyntax602 for debugging
[67/85] Wrapping AST for SwiftSyntax601 for debugging
[70/85] Wrapping AST for SwiftSyntax600 for debugging
[72/148] 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
[73/148] 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
[74/148] 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
[75/148] 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
[76/148] 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
[77/148] 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
[78/148] 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
[79/148] 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
[80/148] 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
[81/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
[82/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
[83/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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/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
[90/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
[91/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
[92/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
[93/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
[94/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
[95/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
[96/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
[97/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
[98/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
[99/156] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/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
[101/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
[102/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
[103/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
[104/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
[105/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
[106/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
[107/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
[108/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
[109/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
[110/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
[111/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
[112/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
[113/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
[114/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
[115/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
[116/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
[117/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
[118/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
[119/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
[120/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
[121/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
[122/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
[123/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
[124/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
[125/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
[126/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
[127/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
[128/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
[129/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
[130/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
[131/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
[132/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
[133/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
[134/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
[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/164] Wrapping AST for SwiftSyntax for debugging
[145/216] 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
[146/216] 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
[147/216] 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/216] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/216] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 SwiftDiagnostics 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
[152/217] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 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
[154/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
[155/217] 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
[156/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
[157/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
[158/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
[159/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
[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
[162/218] 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
[163/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
[163/219] Wrapping AST for SwiftDiagnostics for debugging
[165/219] Wrapping AST for SwiftBasicFormat for debugging
[167/219] 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
[168/219] 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
[169/219] 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
[170/219] 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
[171/219] 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
[172/219] 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
[173/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
[174/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
[175/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
[176/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
[177/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
[178/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
[179/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
[180/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
[181/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
[182/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
[183/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
[184/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
[185/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
[186/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
[187/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
[188/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
[189/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
[190/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
[191/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
[192/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
[193/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
[194/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
[195/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
[196/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
[197/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
[198/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
[199/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
[200/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
[201/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
[202/224] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[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 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
[218/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
[219/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
[220/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
[221/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
[222/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
[223/250] Compiling SwiftOperators OperatorError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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] Compiling SwiftOperators OperatorTable+Defaults.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 SwiftOperators Operator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 SwiftOperators OperatorError+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
[227/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
[228/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
[230/251] 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
[231/251] 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
[232/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
[232/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
[236/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
[237/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
[240/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
[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/267] 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
[248/267] 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
[249/267] 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 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
[251/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
[252/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
[253/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
[254/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
[255/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
[256/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
[257/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
[258/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
[259/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
[260/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
[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 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
[266/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
[267/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
[268/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
[269/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
[270/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
[271/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
[272/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
[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 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
[285/299] 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
[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 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
[288/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
[289/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
[290/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
[291/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
[292/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
[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 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
[297/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
[298/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
[299/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
[300/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
[301/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
[302/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
[303/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
[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 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
[306/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
[307/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
[308/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
[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 AddComponentModifierMacro.swift
[317/322] Compiling KarrotListKitMacros KarrotListKitPlugin.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 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 |
[325/427] 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 |
[326/427] 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 |
[327/427] 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 |
[328/427] 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 |
[329/427] 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 |
[330/427] 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 |
[331/427] 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)
[332/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 |
[333/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 |
[334/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 |
[335/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 |
[336/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 |
[337/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 |
[338/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 |
[339/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 |
[340/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 |
[341/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 |
[342/434] 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 |
[343/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 |
[344/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 |
[345/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 |
[346/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 |
[347/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 |
[348/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 |
[349/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 |
[350/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 |
[351/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 |
[352/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 |
[353/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 |
[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 |
[361/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 |
[362/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 |
[363/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 |
[364/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 |
[365/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 |
[366/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 |
[367/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 |
[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-3":/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 SwiftSyntax509
[3/54] Compiling SwiftSyntax509 Empty.swift
[4/54] Emitting module SwiftSyntax600
[5/55] Compiling SwiftSyntax600 Empty.swift
[6/56] Compiling SwiftSyntax601 Empty.swift
[7/56] Emitting module SwiftSyntax601
[8/57] Compiling SwiftSyntax602 Empty.swift
[9/57] Emitting module SwiftSyntax602
[11/58] Compiling DifferenceKit UIKitExtension.swift
[12/58] Compiling DifferenceKit AppKitExtension.swift
[13/58] Compiling DifferenceKit UIKitExtension.swift
[15/59] Compiling SwiftSyntax510 Empty.swift
[17/59] Compiling DifferenceKit Differentiable.swift
[18/59] Compiling DifferenceKit DifferentiableSection.swift
[19/59] Compiling DifferenceKit ElementPath.swift
[21/59] Emitting module SwiftSyntax510
[22/58] Compiling DifferenceKit AppKitExtension.swift
[25/57] Compiling DifferenceKit ElementPath.swift
[26/57] Compiling DifferenceKit ContentEquatable.swift
[27/57] Compiling DifferenceKit ContentIdentifiable.swift
[28/57] Compiling DifferenceKit ArraySection.swift
[29/57] Compiling DifferenceKit Changeset.swift
[31/56] Compiling DifferenceKit StagedChangeset.swift
[33/56] Emitting module DifferenceKit
[39/56] Compiling DifferenceKit Algorithm.swift
[40/56] Compiling DifferenceKit AnyDifferentiable.swift
[45/121] Compiling SwiftSyntax SyntaxNodeStructure.swift
[46/121] Compiling SwiftSyntax SyntaxProtocol.swift
[47/121] Compiling SwiftSyntax SyntaxText.swift
[48/121] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[49/121] Compiling SwiftSyntax TokenDiagnostic.swift
[50/121] Compiling SwiftSyntax TokenSequence.swift
[51/121] Compiling SwiftSyntax TokenSyntax.swift
[52/121] Compiling SwiftSyntax Trivia.swift
[53/121] Compiling SwiftSyntax Utils.swift
[54/129] Compiling SwiftSyntax SourceLength.swift
[55/129] Compiling SwiftSyntax SourceLocation.swift
[56/129] Compiling SwiftSyntax SourcePresence.swift
[57/129] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[58/129] Compiling SwiftSyntax Syntax.swift
[59/129] Compiling SwiftSyntax SyntaxChildren.swift
[60/129] Compiling SwiftSyntax SyntaxCollection.swift
[61/129] Compiling SwiftSyntax SyntaxHashable.swift
[62/129] Compiling SwiftSyntax SyntaxIdentifier.swift
[63/129] Compiling SwiftSyntax Identifier.swift
[64/129] Compiling SwiftSyntax MemoryLayout.swift
[65/129] Compiling SwiftSyntax MissingNodeInitializers.swift
[66/129] Compiling SwiftSyntax RawSyntax.swift
[67/129] Compiling SwiftSyntax RawSyntaxArena.swift
[68/129] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[69/129] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[70/129] Compiling SwiftSyntax RawSyntaxTokenView.swift
[71/129] Compiling SwiftSyntax SourceEdit.swift
[72/129] Emitting module SwiftSyntax
[73/129] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[74/129] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[75/129] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[76/129] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[77/129] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[78/129] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[79/129] Compiling SwiftSyntax RawSyntaxValidation.swift
[80/129] Compiling SwiftSyntax SyntaxNodesAB.swift
[81/129] Compiling SwiftSyntax SyntaxRewriter.swift
[82/129] Compiling SwiftSyntax SyntaxTraits.swift
[83/129] Compiling SwiftSyntax SyntaxVisitor.swift
[84/129] Compiling SwiftSyntax TokenKind.swift
[85/129] Compiling SwiftSyntax Tokens.swift
[86/129] Compiling SwiftSyntax TriviaPieces.swift
[87/129] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[88/129] Compiling SwiftSyntax RawSyntaxNodesC.swift
[89/129] Compiling SwiftSyntax RawSyntaxNodesD.swift
[90/129] Compiling SwiftSyntax AbsolutePosition.swift
[91/129] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[92/129] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[93/129] Compiling SwiftSyntax Assert.swift
[94/129] Compiling SwiftSyntax BumpPtrAllocator.swift
[95/129] Compiling SwiftSyntax CommonAncestor.swift
[96/129] Compiling SwiftSyntax Convenience.swift
[97/129] Compiling SwiftSyntax CustomTraits.swift
[98/129] Compiling SwiftSyntax EditorPlaceholder.swift
[99/129] Compiling SwiftSyntax ChildNameForKeyPath.swift
[100/129] Compiling SwiftSyntax Keyword.swift
[101/129] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[102/129] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[103/129] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[104/129] Compiling SwiftSyntax SyntaxBaseNodes.swift
[105/129] Compiling SwiftSyntax SyntaxCollections.swift
[106/129] Compiling SwiftSyntax SyntaxEnum.swift
[107/129] Compiling SwiftSyntax SyntaxKind.swift
[108/129] Compiling SwiftSyntax SyntaxNodesC.swift
[109/129] Compiling SwiftSyntax SyntaxNodesD.swift
[110/129] Compiling SwiftSyntax SyntaxNodesEF.swift
[111/129] Compiling SwiftSyntax SyntaxNodesGHI.swift
[112/129] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[113/129] Compiling SwiftSyntax SyntaxNodesOP.swift
[114/129] Compiling SwiftSyntax SyntaxNodesQRS.swift
[115/129] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[117/188] Compiling SwiftDiagnostics Message.swift
[118/189] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[119/189] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[120/189] Emitting module SwiftDiagnostics
[121/189] Compiling SwiftBasicFormat Syntax+Extensions.swift
[122/189] Compiling SwiftBasicFormat Indenter.swift
[123/189] Emitting module SwiftBasicFormat
[124/189] Compiling SwiftBasicFormat BasicFormat.swift
[125/189] Compiling SwiftDiagnostics Note.swift
[126/189] Compiling SwiftBasicFormat InferIndentation.swift
[127/190] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[128/190] Compiling SwiftDiagnostics FixIt.swift
[129/190] Compiling SwiftParser CharacterInfo.swift
[130/190] Compiling SwiftParser CollectionNodes+Parsable.swift
[131/190] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[132/190] Compiling SwiftParser Attributes.swift
[133/190] Compiling SwiftParser Availability.swift
[134/190] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[137/189] Compiling SwiftParser Lexeme.swift
[138/189] Compiling SwiftParser LexemeSequence.swift
[139/189] Compiling SwiftParser Lexer.swift
[140/189] Compiling SwiftParser RegexLiteralLexer.swift
[141/189] Compiling SwiftParser UnicodeScalarExtensions.swift
[142/189] Compiling SwiftParser Lookahead.swift
[143/194] Compiling SwiftParser StringLiterals.swift
[144/194] Compiling SwiftParser SwiftParserCompatibility.swift
[145/194] Compiling SwiftParser SwiftVersion.swift
[146/194] Compiling SwiftParser SyntaxUtils.swift
[147/194] Compiling SwiftParser TokenConsumer.swift
[148/194] Compiling SwiftParser TokenPrecedence.swift
[149/194] Compiling SwiftParser TokenSpec.swift
[150/194] Compiling SwiftParser TokenSpecSet.swift
[151/194] Compiling SwiftParser TopLevel.swift
[152/194] Compiling SwiftParser TriviaParser.swift
[153/194] Compiling SwiftParser Types.swift
[154/194] Emitting module SwiftParser
[155/194] Compiling SwiftParser LoopProgressCondition.swift
[156/194] Compiling SwiftParser Modifiers.swift
[157/194] Compiling SwiftParser Names.swift
[158/194] Compiling SwiftParser Nominals.swift
[159/194] Compiling SwiftParser Parameters.swift
[160/194] Compiling SwiftParser ParseSourceFile.swift
[161/194] Compiling SwiftParser Parser.swift
[162/194] Compiling SwiftParser Patterns.swift
[163/194] Compiling SwiftParser Recovery.swift
[164/194] Compiling SwiftParser Specifiers.swift
[165/194] Compiling SwiftParser Statements.swift
[166/194] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[171/194] Compiling SwiftParser CompilerFiles.swift
[172/194] Compiling SwiftParser Declarations.swift
[173/194] Compiling SwiftParser Directives.swift
[174/194] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[175/194] Compiling SwiftParser Expressions.swift
[176/194] Compiling SwiftParser IncrementalParseTransition.swift
[177/194] Compiling SwiftParser IsValidIdentifier.swift
[178/194] Compiling SwiftParser Cursor.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 OperatorTable.swift
[186/217] Compiling SwiftOperators PrecedenceGroup.swift
[187/217] Compiling SwiftOperators PrecedenceGraph.swift
[188/218] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[189/219] Compiling SwiftOperators OperatorTable+Semantics.swift
[190/219] Compiling SwiftOperators SyntaxSynthesis.swift
[191/219] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[192/219] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[193/219] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[194/219] Compiling SwiftOperators OperatorTable+Folding.swift
[195/219] Emitting module SwiftOperators
[196/219] Compiling SwiftParserDiagnostics MissingNodesError.swift
[197/219] Compiling SwiftParserDiagnostics MissingTokenError.swift
[200/220] Emitting module SwiftParserDiagnostics
[202/220] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[203/220] Compiling SwiftParserDiagnostics Utils.swift
[204/220] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[205/219] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[206/219] Compiling SwiftParserDiagnostics PresenceUtils.swift
[209/219] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[210/219] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[212/234] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[213/234] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[214/235] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[215/235] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[216/235] Compiling SwiftSyntaxBuilder Indenter.swift
[217/235] Compiling SwiftSyntaxBuilder ListBuilder.swift
[218/235] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[219/235] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[220/235] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[221/235] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[222/235] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[223/235] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[224/235] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[225/235] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[226/235] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[227/235] Emitting module SwiftSyntaxBuilder
[229/252] Emitting module SwiftSyntaxMacros
[230/254] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[231/254] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[232/254] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[233/254] Compiling SwiftSyntaxMacros Macro+Format.swift
[234/254] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[235/254] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[236/254] Compiling SwiftSyntaxMacros MemberMacro.swift
[237/254] Compiling SwiftSyntaxMacros PeerMacro.swift
[238/254] Compiling SwiftSyntaxMacros Macro.swift
[239/254] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[240/254] Compiling SwiftSyntaxMacros AccessorMacro.swift
[241/254] Compiling SwiftSyntaxMacros AttachedMacro.swift
[242/254] Compiling SwiftSyntaxMacros BodyMacro.swift
[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 MacroArgument.swift
[251/264] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[252/264] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[253/264] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[254/264] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[255/264] Emitting module SwiftSyntaxMacroExpansion
[256/264] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[257/264] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[258/264] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[260/276] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[261/277] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[262/277] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[263/277] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[264/277] Emitting module SwiftCompilerPluginMessageHandling
[265/277] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[266/277] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[267/277] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[268/277] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[269/277] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[270/277] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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] Compiling KarrotListKitMacros AddComponentModifierMacro.swift
[279/284] Emitting module KarrotListKitMacros
[280/284] Compiling KarrotListKitMacros KarrotListKitPlugin.swift
[281/284] Compiling KarrotListKitMacros AccessLevelModifier.swift
[282/284] Write Objects.LinkFileList
[283/284] Linking KarrotListKitMacros-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[285/388] 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 |
[286/395] 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 |
[287/395] 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 |
[288/395] 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 |
[289/395] 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 |
[290/395] 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 |
[291/395] 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 |
[292/395] 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 |
[293/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 |
[294/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 |
[295/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 |
[296/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 |
[297/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 |
[298/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 |
[299/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 |
[300/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 |
[301/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 |
[302/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 |
[303/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 |
[304/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 |
[305/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 |
[306/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 |
[307/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 |
[308/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 |
[309/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 |
[310/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 |
[311/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 |
[312/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 |
[313/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 |
[314/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 |
[315/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 |
[316/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 |
[317/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 |
[318/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 |
[319/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 |
[320/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 |
[321/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 |
[322/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 |
[323/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 |
[324/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 |
[325/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 |
[326/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 |
[327/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 |
[328/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 |
[329/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 |
[330/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 |
[331/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 |
[332/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 |
[333/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 |
[334/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 |
[335/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 |
[336/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 |
[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