The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build NorthwindManagedModels, reference 0.9.0 (bf7d91), with Swift 6.1 for Linux on 27 Apr 2025 23:02:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Northwind-swift/NorthwindManagedModels.git
Reference: 0.9.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/Northwind-swift/NorthwindManagedModels
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at bf7d913 GHA: Fix iOS build
Cloned https://github.com/Northwind-swift/NorthwindManagedModels.git
Revision (git rev-parse @):
bf7d913a1a3ca92eda8cfa6079e070b6d1bd8809
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Northwind-swift/NorthwindManagedModels.git at 0.9.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Northwind-swift/NorthwindManagedModels.git
https://github.com/Northwind-swift/NorthwindManagedModels.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "managedmodels",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Data-swift/ManagedModels.git"
    }
  ],
  "manifest_display_name" : "NorthwindManagedModels",
  "name" : "NorthwindManagedModels",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "NorthwindSwiftData",
      "targets" : [
        "NorthwindSwiftData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NorthwindSwiftDataTests",
      "module_type" : "SwiftTarget",
      "name" : "NorthwindSwiftDataTests",
      "path" : "Tests/NorthwindSwiftDataTests",
      "sources" : [
        "EncodingTests.swift",
        "Fixtures.swift",
        "SimpleLoadTests.swift"
      ],
      "target_dependencies" : [
        "NorthwindSwiftData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NorthwindSwiftData",
      "module_type" : "SwiftTarget",
      "name" : "NorthwindSwiftData",
      "path" : "Sources/NorthwindSwiftData",
      "product_dependencies" : [
        "ManagedModels"
      ],
      "product_memberships" : [
        "NorthwindSwiftData"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/NorthwindSwiftData/Resources/Northwind.store",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Abstractions/AddressHolder.swift",
        "Abstractions/StructedAddressProvider.swift",
        "Abstractions/StructuredAddress.swift",
        "Models/Category.swift",
        "Models/Customer.swift",
        "Models/CustomerDemographic.swift",
        "Models/Employee.swift",
        "Models/Order.swift",
        "Models/OrderDetail.swift",
        "Models/Product.swift",
        "Models/Region.swift",
        "Models/Shipper.swift",
        "Models/Supplier.swift",
        "Models/Territory.swift",
        "NorthwindSchema.swift",
        "NorthwindStore.swift",
        "Reexports.swift",
        "SwiftDataExtras/CodableKeyPathes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Data-swift/ManagedModels.git
[1/1100] Fetching managedmodels
Fetched https://github.com/Data-swift/ManagedModels.git from cache (0.26s)
Computing version for https://github.com/Data-swift/ManagedModels.git
Computed https://github.com/Data-swift/ManagedModels.git at 0.8.14 (0.81s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70233] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.95s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.0 (7.36s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.0
Creating working copy for https://github.com/Data-swift/ManagedModels.git
Working copy of https://github.com/Data-swift/ManagedModels.git resolved at 0.8.14
Building for debugging...
[0/37] Write sources
[17/37] Copying Northwind.store
[18/37] Compiling _SwiftSyntaxCShims dummy.c
[19/37] Write swift-version-24593BA9C3E375BF.txt
[21/43] 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
[22/43] 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
[24/44] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/44] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/45] 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
[27/45] 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
[28/46] Wrapping AST for SwiftSyntax600 for debugging
[30/46] Wrapping AST for SwiftSyntax510 for debugging
[31/46] Wrapping AST for SwiftSyntax509 for debugging
[33/110] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/110] 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
[35/110] 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
[36/110] 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
[37/110] 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
[38/110] 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
[39/110] 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
[40/110] 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
[41/110] 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
[42/110] 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
[43/110] 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
[44/110] 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
[45/110] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/110] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/110] 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
[48/110] 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
[49/110] 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
[50/110] 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
[51/118] 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
[52/118] 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
[53/118] 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
[54/118] 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
[55/118] 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
[56/118] 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
[57/118] 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
[58/118] 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
[59/118] 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
[60/118] 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
[61/118] 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
[62/118] 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
[63/118] 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
[64/118] 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
[65/118] 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
[66/118] 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
[67/118] 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
[68/118] 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
[69/118] 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
[70/118] 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
[71/118] 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
[72/118] 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
[73/118] 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
[74/118] 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
[75/118] 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
[76/118] 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
[77/118] 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
[78/118] 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
[79/118] 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
[80/118] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/118] 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
[82/118] 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
[83/118] 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
[84/118] 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
[85/118] 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
[86/118] 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
[87/118] 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
[88/118] 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
[89/118] 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
[90/118] 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
[91/118] 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
[92/118] 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
[93/118] 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
[94/118] 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
[95/118] 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
[96/118] 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
[97/118] 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
[98/118] 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
[99/118] 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
[100/118] 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
[101/118] 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
[102/118] 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
[103/118] 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
[104/118] 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
[105/125] Wrapping AST for SwiftSyntax for debugging
[107/176] 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
[108/176] 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
[109/176] 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
[110/176] Compiling SwiftParser IncrementalParseTransition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/176] 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
[112/176] 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
[113/177] 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
[114/177] 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
[115/177] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/177] Compiling SwiftParser Expressions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/177] 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
[118/177] 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
[119/177] 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
[120/177] 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
[121/178] Wrapping AST for SwiftDiagnostics for debugging
[123/178] 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
[124/178] 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
[125/178] 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
[126/179] Wrapping AST for SwiftBasicFormat for debugging
[128/179] 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
[129/179] 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
[130/179] 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
[131/179] 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
[132/179] 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
[133/179] 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
[134/184] 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
[135/184] 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
[136/184] 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
[137/184] 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
[138/184] 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
[139/184] 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
[140/184] 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
[141/184] 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
[142/184] 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
[143/184] 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
[144/184] 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
[145/184] 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
[146/184] 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
[147/184] 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
[148/184] 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
[149/184] 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
[150/184] 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
[151/184] 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
[152/184] 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
[153/184] 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
[154/184] 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
[155/184] 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
[156/184] 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
[157/184] 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
[158/184] 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
[159/184] 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
[160/184] 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
[161/184] 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
[162/184] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[167/184] 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
[168/184] 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
[169/184] 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
[170/184] 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
[171/184] 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
[172/184] 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
[173/184] 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
[174/185] Wrapping AST for SwiftParser for debugging
[176/208] 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
[177/209] 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
[178/210] 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
[179/210] 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
[180/210] 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
[181/210] 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
[182/210] 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
[183/210] 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
[184/210] 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
[185/210] 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
[186/210] 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
[187/210] 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
[188/210] 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
[189/211] 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
[190/211] Wrapping AST for SwiftOperators for debugging
[192/211] 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
[193/211] 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
[194/211] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/211] 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
[198/211] 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
[199/211] 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
[200/211] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[203/212] Wrapping AST for SwiftParserDiagnostics for debugging
[205/227] 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
[206/227] 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
[207/227] 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
[208/227] 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
[209/228] 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
[210/228] 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
[211/228] 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
[212/228] 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
[213/228] 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
[214/228] 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
[215/228] 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
[216/228] 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
[217/228] 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
[218/228] 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
[219/228] 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
[220/228] 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
[221/229] Wrapping AST for SwiftSyntaxBuilder for debugging
[223/246] 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
[224/246] 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
[225/248] 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
[226/248] 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
[227/248] 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
[228/248] 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
[229/248] 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
[230/248] 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
[231/248] 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
[232/248] 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
[233/248] 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
[234/248] 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
[235/248] 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
[236/248] 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
[237/248] 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
[238/248] 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
[239/248] 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
[240/248] 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
[241/248] 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
[242/249] Wrapping AST for SwiftSyntaxMacros for debugging
[244/258] 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
[245/259] 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
[246/259] 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
[247/259] 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
[248/259] 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
[249/259] 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
[250/259] 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
[251/259] 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
[252/259] 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
[253/259] 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
[254/260] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[256/272] 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
[257/273] 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
[258/273] 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
[259/273] 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
[260/273] 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
[261/273] 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
[262/273] 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
[263/273] 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
[264/273] 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
[265/273] 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
[266/273] 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
[267/273] 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
[268/273] 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
[269/274] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[271/276] 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
[272/276] 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
[273/277] Wrapping AST for SwiftCompilerPlugin for debugging
[275/297] Emitting module ManagedModelMacros
[276/299] Compiling ManagedModelMacros RelationshipMacro.swift
[277/299] Compiling ManagedModelMacros TransientMacro.swift
[278/299] Compiling ManagedModelMacros AttributeTypes.swift
[279/299] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[280/299] Compiling ManagedModelMacros ContextHelpers.swift
[281/299] Compiling ManagedModelMacros DeclHelpers.swift
[282/299] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[283/299] Compiling ManagedModelMacros ModelMemberAttributes.swift
[284/299] Compiling ManagedModelMacros ModelMembers.swift
[285/299] Compiling ManagedModelMacros ModelInitializers.swift
[286/299] Compiling ManagedModelMacros ExpressionType.swift
[287/299] Compiling ManagedModelMacros TypeSyntax+Extras.swift
[288/299] Compiling ManagedModelMacros ModelProperty.swift
[289/299] Compiling ManagedModelMacros AttributeMacro.swift
[290/299] Compiling ManagedModelMacros PersistedPropertyMacro.swift
[291/299] Compiling ManagedModelMacros CompilerPlugin.swift
[292/299] Compiling ManagedModelMacros MacroDiagnostic.swift
[293/299] Compiling ManagedModelMacros GenerateInitializers.swift
[294/299] Compiling ManagedModelMacros MetadataSlot.swift
[295/299] Compiling ManagedModelMacros ModelExtensions.swift
[296/299] Compiling ManagedModelMacros ModelMacro.swift
[297/300] Wrapping AST for ManagedModelMacros for debugging
[298/300] Write Objects.LinkFileList
[299/300] Linking ManagedModelMacros-tool
[301/339] Compiling ManagedModels ModelConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[302/339] Compiling ManagedModels ModelContainer.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[303/339] Compiling ManagedModels NSPersistentContainer+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[304/339] Compiling ManagedModels NSPersistentStoreDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[305/339] Compiling ManagedModels ModelContext.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[306/339] Compiling ManagedModels NSManagedObjectContext+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[307/344] Compiling ManagedModels Relationship.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[308/344] Compiling ManagedModels RelationshipOption.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[309/344] Compiling ManagedModels RelationshipTargetType.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[310/344] Compiling ManagedModels Schema.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[311/344] Compiling ManagedModels SchemaProperty.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[312/344] Emitting module ManagedModels
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[313/344] Compiling ManagedModels MigrationStage.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[314/344] Compiling ManagedModels SchemaMigrationPlan.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[315/344] Compiling ManagedModels ModelMacroDefinition.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[316/344] Compiling ManagedModels PersistentIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[317/344] Compiling ManagedModels PersistentModel+KVC.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[318/344] Compiling ManagedModels PersistentModel.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[319/344] Compiling ManagedModels ModelContainer+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[320/344] Compiling ManagedModels ModelContext+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[321/344] Compiling ManagedModels AnyOptional.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[322/344] Compiling ManagedModels NSSortDescriptors+Extras.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[323/344] Compiling ManagedModels OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[324/344] Compiling ManagedModels NSRelationshipDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[325/344] Compiling ManagedModels NSEntityDescription+Generation.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[326/344] Compiling ManagedModels NSRelationshipDescription+Inverse.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[327/344] Compiling ManagedModels SchemaBuilder.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[328/344] Compiling ManagedModels FetchRequest+Extras.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[329/344] Compiling ManagedModels PropertyMetadata.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[330/344] Compiling ManagedModels RelationshipCollection.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[331/344] Compiling ManagedModels ReExports.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[332/344] Compiling ManagedModels Attribute.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[333/344] Compiling ManagedModels AttributeOption.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[334/344] Compiling ManagedModels Entity.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[335/344] Compiling ManagedModels NSAttributeType+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[336/344] Compiling ManagedModels NSDeleteRule+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[337/344] Compiling ManagedModels NSEntityDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[338/344] Compiling ManagedModels NSManagedObjectModel+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[339/344] Compiling ManagedModels NSPropertyDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[340/344] Compiling ManagedModels SchemaVersion.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[341/344] Compiling ManagedModels VersionedSchema.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[342/344] Compiling ManagedModels CodableTransformer.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[343/344] Compiling ManagedModels CoreDataPrimitiveValue.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[344/344] Compiling ManagedModels NSAttributeDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling SwiftSyntax600 Empty.swift
[3/24] Emitting module SwiftSyntax600
[4/25] Emitting module SwiftSyntax509
[5/25] Compiling SwiftSyntax509 Empty.swift
[6/26] Compiling SwiftSyntax510 Empty.swift
[7/26] Emitting module SwiftSyntax510
[11/88] Compiling SwiftSyntax SyntaxNodeFactory.swift
[12/88] Compiling SwiftSyntax SyntaxNodeStructure.swift
[13/88] Compiling SwiftSyntax SyntaxProtocol.swift
[14/88] Compiling SwiftSyntax SyntaxText.swift
[15/88] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[16/88] Compiling SwiftSyntax TokenDiagnostic.swift
[17/88] Compiling SwiftSyntax TokenSequence.swift
[18/88] Compiling SwiftSyntax TokenSyntax.swift
[19/88] Compiling SwiftSyntax Trivia.swift
[20/96] Compiling SwiftSyntax AbsolutePosition.swift
[21/96] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[22/96] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[23/96] Compiling SwiftSyntax Assert.swift
[24/96] Compiling SwiftSyntax BumpPtrAllocator.swift
[25/96] Compiling SwiftSyntax CommonAncestor.swift
[26/96] Compiling SwiftSyntax Convenience.swift
[27/96] Compiling SwiftSyntax CustomTraits.swift
[28/96] Compiling SwiftSyntax Identifier.swift
[29/96] Compiling SwiftSyntax SourcePresence.swift
[30/96] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[31/96] Compiling SwiftSyntax Syntax.swift
[32/96] Compiling SwiftSyntax SyntaxArena.swift
[33/96] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[34/96] Compiling SwiftSyntax SyntaxChildren.swift
[35/96] Compiling SwiftSyntax SyntaxCollection.swift
[36/96] Compiling SwiftSyntax SyntaxHashable.swift
[37/96] Compiling SwiftSyntax SyntaxIdentifier.swift
[38/96] Emitting module SwiftSyntax
[39/96] Compiling SwiftSyntax MemoryLayout.swift
[40/96] Compiling SwiftSyntax MissingNodeInitializers.swift
[41/96] Compiling SwiftSyntax RawSyntax.swift
[42/96] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[43/96] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[44/96] Compiling SwiftSyntax RawSyntaxTokenView.swift
[45/96] Compiling SwiftSyntax SourceEdit.swift
[46/96] Compiling SwiftSyntax SourceLength.swift
[47/96] Compiling SwiftSyntax SourceLocation.swift
[48/96] Compiling SwiftSyntax SyntaxKind.swift
[49/96] Compiling SwiftSyntax SyntaxRewriter.swift
[50/96] Compiling SwiftSyntax SyntaxTraits.swift
[51/96] Compiling SwiftSyntax SyntaxVisitor.swift
[52/96] Compiling SwiftSyntax TokenKind.swift
[53/96] Compiling SwiftSyntax Tokens.swift
[54/96] Compiling SwiftSyntax TriviaPieces.swift
[55/96] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[56/96] Compiling SwiftSyntax RawSyntaxNodesC.swift
[57/96] Compiling SwiftSyntax RawSyntaxNodesD.swift
[58/96] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[59/96] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[60/96] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[61/96] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[62/96] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[63/96] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[64/96] Compiling SwiftSyntax RawSyntaxValidation.swift
[65/96] Compiling SwiftSyntax SyntaxNodesAB.swift
[66/96] Compiling SwiftSyntax Utils.swift
[67/96] Compiling SwiftSyntax ChildNameForKeyPath.swift
[68/96] Compiling SwiftSyntax Keyword.swift
[69/96] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[70/96] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[71/96] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[72/96] Compiling SwiftSyntax SyntaxBaseNodes.swift
[73/96] Compiling SwiftSyntax SyntaxCollections.swift
[74/96] Compiling SwiftSyntax SyntaxEnum.swift
[75/96] Compiling SwiftSyntax SyntaxNodesC.swift
[76/96] Compiling SwiftSyntax SyntaxNodesD.swift
[77/96] Compiling SwiftSyntax SyntaxNodesEF.swift
[78/96] Compiling SwiftSyntax SyntaxNodesGHI.swift
[79/96] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[80/96] Compiling SwiftSyntax SyntaxNodesOP.swift
[81/96] Compiling SwiftSyntax SyntaxNodesQRS.swift
[82/96] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[84/153] Compiling SwiftParser CharacterInfo.swift
[85/153] Compiling SwiftParser CollectionNodes+Parsable.swift
[86/154] Compiling SwiftParser Attributes.swift
[87/154] Compiling SwiftParser Availability.swift
[88/154] Emitting module SwiftDiagnostics
[89/154] Compiling SwiftDiagnostics Note.swift
[90/154] Compiling SwiftBasicFormat Syntax+Extensions.swift
[91/154] Compiling SwiftDiagnostics Message.swift
[92/154] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[93/154] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[94/154] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[95/154] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[96/154] Emitting module SwiftBasicFormat
[97/154] Compiling SwiftDiagnostics FixIt.swift
[98/154] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[99/155] Compiling SwiftBasicFormat InferIndentation.swift
[101/155] Compiling SwiftBasicFormat BasicFormat.swift
[103/154] Compiling SwiftParser SwiftParserCompatibility.swift
[104/154] Compiling SwiftParser SwiftVersion.swift
[105/154] Compiling SwiftParser SyntaxUtils.swift
[106/154] Compiling SwiftParser TokenConsumer.swift
[107/154] Compiling SwiftParser TokenPrecedence.swift
[108/154] Compiling SwiftParser TokenSpec.swift
[109/154] Compiling SwiftParser TokenSpecSet.swift
[110/154] Compiling SwiftParser TopLevel.swift
[111/154] Compiling SwiftParser TriviaParser.swift
[112/154] Compiling SwiftParser Types.swift
[113/159] Compiling SwiftParser Modifiers.swift
[114/159] Compiling SwiftParser Names.swift
[115/159] Compiling SwiftParser Nominals.swift
[116/159] Compiling SwiftParser Parameters.swift
[117/159] Compiling SwiftParser ParseSourceFile.swift
[118/159] Compiling SwiftParser Parser.swift
[119/159] Compiling SwiftParser LexemeSequence.swift
[120/159] Compiling SwiftParser Lexer.swift
[121/159] Compiling SwiftParser RegexLiteralLexer.swift
[122/159] Compiling SwiftParser UnicodeScalarExtensions.swift
[123/159] Compiling SwiftParser Lookahead.swift
[124/159] Compiling SwiftParser LoopProgressCondition.swift
[125/159] Compiling SwiftParser Patterns.swift
[126/159] Compiling SwiftParser Recovery.swift
[127/159] Compiling SwiftParser Specifiers.swift
[128/159] Compiling SwiftParser Statements.swift
[129/159] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[130/159] Compiling SwiftParser StringLiterals.swift
[131/159] Emitting module SwiftParser
[136/159] Compiling SwiftParser Declarations.swift
[137/159] Compiling SwiftParser Directives.swift
[138/159] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[139/159] Compiling SwiftParser Expressions.swift
[140/159] Compiling SwiftParser IncrementalParseTransition.swift
[141/159] Compiling SwiftParser IsValidIdentifier.swift
[142/159] Compiling SwiftParser Cursor.swift
[143/159] Compiling SwiftParser Lexeme.swift
[144/159] Compiling SwiftParser ExperimentalFeatures.swift
[145/159] Compiling SwiftParser IsLexerClassified.swift
[146/159] Compiling SwiftParser LayoutNodes+Parsable.swift
[147/159] Compiling SwiftParser Parser+TokenSpecSet.swift
[148/159] Compiling SwiftParser TokenSpecStaticMembers.swift
[150/182] Compiling SwiftOperators PrecedenceGraph.swift
[151/182] Compiling SwiftOperators PrecedenceGroup.swift
[152/182] Compiling SwiftOperators OperatorTable.swift
[153/183] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[154/184] Compiling SwiftOperators OperatorTable+Semantics.swift
[155/184] Compiling SwiftOperators SyntaxSynthesis.swift
[156/184] Compiling SwiftParserDiagnostics MissingNodesError.swift
[157/184] Compiling SwiftParserDiagnostics MissingTokenError.swift
[158/184] Compiling SwiftOperators OperatorTable+Folding.swift
[159/184] Emitting module SwiftOperators
[160/184] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[161/184] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[163/185] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[164/185] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[165/185] Compiling SwiftParserDiagnostics Utils.swift
[166/185] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[167/185] Emitting module SwiftParserDiagnostics
[168/184] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[169/184] Compiling SwiftParserDiagnostics PresenceUtils.swift
[172/184] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[173/184] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[177/199] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[178/199] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[179/200] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[180/200] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[181/200] Compiling SwiftSyntaxBuilder Indenter.swift
[182/200] Compiling SwiftSyntaxBuilder ListBuilder.swift
[183/200] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[184/200] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[185/200] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[186/200] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[187/200] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[188/200] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[189/200] Emitting module SwiftSyntaxBuilder
[190/200] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[191/200] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[192/200] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[194/217] Compiling SwiftSyntaxMacros MemberMacro.swift
[195/217] Compiling SwiftSyntaxMacros PeerMacro.swift
[196/217] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[197/217] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[198/219] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[199/219] Compiling SwiftSyntaxMacros Macro+Format.swift
[200/219] Emitting module SwiftSyntaxMacros
[201/219] Compiling SwiftSyntaxMacros Macro.swift
[202/219] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[203/219] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[204/219] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[205/219] Compiling SwiftSyntaxMacros AccessorMacro.swift
[206/219] Compiling SwiftSyntaxMacros AttachedMacro.swift
[207/219] Compiling SwiftSyntaxMacros BodyMacro.swift
[208/219] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[209/219] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[210/219] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[211/219] Compiling SwiftSyntaxMacros PreambleMacro.swift
[212/219] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[214/228] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[215/228] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[216/228] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[217/228] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[218/228] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[219/228] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[220/228] Emitting module SwiftSyntaxMacroExpansion
[221/228] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[222/228] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[223/229] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[225/241] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[226/241] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[227/241] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[228/242] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[229/242] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[230/242] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[231/242] Emitting module SwiftCompilerPluginMessageHandling
[232/242] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[233/242] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[234/242] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[235/242] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[236/242] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[237/242] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[239/244] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[240/244] Emitting module SwiftCompilerPlugin
[242/264] Emitting module ManagedModelMacros
[243/266] Compiling ManagedModelMacros CompilerPlugin.swift
[244/266] Compiling ManagedModelMacros MacroDiagnostic.swift
[245/266] Compiling ManagedModelMacros GenerateInitializers.swift
[246/266] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[247/266] Compiling ManagedModelMacros ContextHelpers.swift
[248/266] Compiling ManagedModelMacros RelationshipMacro.swift
[249/266] Compiling ManagedModelMacros TransientMacro.swift
[250/266] Compiling ManagedModelMacros AttributeTypes.swift
[251/266] Compiling ManagedModelMacros ModelMemberAttributes.swift
[252/266] Compiling ManagedModelMacros ModelMembers.swift
[253/266] Compiling ManagedModelMacros ModelInitializers.swift
[254/266] Compiling ManagedModelMacros DeclHelpers.swift
[255/266] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[256/266] Compiling ManagedModelMacros MetadataSlot.swift
[257/266] Compiling ManagedModelMacros ModelExtensions.swift
[258/266] Compiling ManagedModelMacros ModelMacro.swift
[259/266] Compiling ManagedModelMacros ModelProperty.swift
[260/266] Compiling ManagedModelMacros AttributeMacro.swift
[261/266] Compiling ManagedModelMacros PersistedPropertyMacro.swift
[262/266] Compiling ManagedModelMacros ExpressionType.swift
[263/266] Compiling ManagedModelMacros TypeSyntax+Extras.swift
[264/266] Write Objects.LinkFileList
[265/266] Linking ManagedModelMacros-tool
[267/305] Compiling ManagedModels PropertyMetadata.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[268/305] Compiling ManagedModels RelationshipCollection.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[269/305] Compiling ManagedModels ReExports.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[270/305] Compiling ManagedModels Attribute.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[271/305] Compiling ManagedModels AttributeOption.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[272/305] Compiling ManagedModels Entity.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[273/310] Compiling ManagedModels ModelConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[274/310] Compiling ManagedModels ModelContainer.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[275/310] Compiling ManagedModels NSPersistentContainer+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[276/310] Compiling ManagedModels NSPersistentStoreDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[277/310] Compiling ManagedModels ModelContext.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[278/310] Compiling ManagedModels NSManagedObjectContext+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[279/310] Compiling ManagedModels NSAttributeType+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[280/310] Compiling ManagedModels NSDeleteRule+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[281/310] Compiling ManagedModels NSEntityDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[282/310] Compiling ManagedModels NSManagedObjectModel+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[283/310] Compiling ManagedModels NSPropertyDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[284/310] Compiling ManagedModels SchemaVersion.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[285/310] Compiling ManagedModels VersionedSchema.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[286/310] Compiling ManagedModels CodableTransformer.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[287/310] Compiling ManagedModels CoreDataPrimitiveValue.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[288/310] Compiling ManagedModels NSAttributeDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[289/310] Compiling ManagedModels ModelContainer+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[290/310] Compiling ManagedModels ModelContext+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[291/310] Compiling ManagedModels AnyOptional.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[292/310] Compiling ManagedModels NSSortDescriptors+Extras.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[293/310] Compiling ManagedModels OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[294/310] Compiling ManagedModels MigrationStage.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[295/310] Compiling ManagedModels SchemaMigrationPlan.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[296/310] Compiling ManagedModels ModelMacroDefinition.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[297/310] Compiling ManagedModels PersistentIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[298/310] Compiling ManagedModels PersistentModel+KVC.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[299/310] Compiling ManagedModels PersistentModel.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[300/310] Compiling ManagedModels Relationship.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[301/310] Compiling ManagedModels RelationshipOption.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[302/310] Compiling ManagedModels RelationshipTargetType.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[303/310] Compiling ManagedModels Schema.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[304/310] Compiling ManagedModels SchemaProperty.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[305/310] Compiling ManagedModels NSRelationshipDescription+Data.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[306/310] Compiling ManagedModels NSEntityDescription+Generation.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[307/310] Compiling ManagedModels NSRelationshipDescription+Inverse.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[308/310] Compiling ManagedModels SchemaBuilder.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
[309/310] Compiling ManagedModels FetchRequest+Extras.swift
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[310/310] Emitting module ManagedModels
/host/spi-builder-workspace/.build/checkouts/ManagedModels/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
  4 | //
  5 |
  6 | @preconcurrency import CoreData
    |                        `- error: no such module 'CoreData'
  7 |
  8 | public struct ModelConfiguration: Hashable, Sendable {
BUILD FAILURE 6.1 linux