The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ManagedModels, reference develop (e38045), with Swift 6.1 for Wasm on 29 May 2025 21:57:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Data-swift/ManagedModels.git
Reference: develop
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/Data-swift/ManagedModels
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at e380454 Merge pull request #37 from admkopec/bugs/fix-optional-objc
Cloned https://github.com/Data-swift/ManagedModels.git
Revision (git rev-parse @):
e3804544e0e18323f7c7190f08257bdf70d407cd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Data-swift/ManagedModels.git at develop
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Data-swift/ManagedModels.git
https://github.com/Data-swift/ManagedModels.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "600.0.1"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "ManagedModels",
  "name" : "ManagedModels",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ManagedModels",
      "targets" : [
        "ManagedModels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ManagedModelMacros",
      "targets" : [
        "ManagedModelMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ManagedModels",
      "module_type" : "SwiftTarget",
      "name" : "ManagedModels",
      "path" : "Sources/ManagedModels",
      "product_memberships" : [
        "ManagedModels"
      ],
      "sources" : [
        "Container/ModelConfiguration.swift",
        "Container/ModelContainer.swift",
        "Container/NSPersistentContainer+Data.swift",
        "Container/NSPersistentStoreDescription+Data.swift",
        "Context/ModelContext.swift",
        "Context/NSManagedObjectContext+Data.swift",
        "Migration/MigrationStage.swift",
        "Migration/SchemaMigrationPlan.swift",
        "ModelMacroDefinition.swift",
        "PersistentModel/PersistentIdentifier.swift",
        "PersistentModel/PersistentModel+KVC.swift",
        "PersistentModel/PersistentModel.swift",
        "PersistentModel/PropertyMetadata.swift",
        "PersistentModel/RelationshipCollection.swift",
        "ReExports.swift",
        "Schema/Attribute.swift",
        "Schema/AttributeOption.swift",
        "Schema/Entity.swift",
        "Schema/Relationship.swift",
        "Schema/RelationshipOption.swift",
        "Schema/RelationshipTargetType.swift",
        "Schema/Schema.swift",
        "Schema/SchemaProperty.swift",
        "Schema/SchemaVersion.swift",
        "Schema/VersionedSchema.swift",
        "SchemaCompatibility/CodableTransformer.swift",
        "SchemaCompatibility/CoreDataPrimitiveValue.swift",
        "SchemaCompatibility/NSAttributeDescription+Data.swift",
        "SchemaCompatibility/NSAttributeType+Data.swift",
        "SchemaCompatibility/NSDeleteRule+Data.swift",
        "SchemaCompatibility/NSEntityDescription+Data.swift",
        "SchemaCompatibility/NSManagedObjectModel+Data.swift",
        "SchemaCompatibility/NSPropertyDescription+Data.swift",
        "SchemaCompatibility/NSRelationshipDescription+Data.swift",
        "SchemaGeneration/NSEntityDescription+Generation.swift",
        "SchemaGeneration/NSRelationshipDescription+Inverse.swift",
        "SchemaGeneration/SchemaBuilder.swift",
        "SwiftUI/FetchRequest+Extras.swift",
        "SwiftUI/ModelContainer+SwiftUI.swift",
        "SwiftUI/ModelContext+SwiftUI.swift",
        "Utilities/AnyOptional.swift",
        "Utilities/NSSortDescriptors+Extras.swift",
        "Utilities/OrderedSet.swift"
      ],
      "target_dependencies" : [
        "ManagedModelMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManagedModelTests",
      "module_type" : "SwiftTarget",
      "name" : "ManagedModelTests",
      "path" : "Tests/ManagedModelTests",
      "sources" : [
        "BasicModelTests.swift",
        "CodablePropertiesTests.swift",
        "CodableRawRepresentableTests.swift",
        "CoreDataAssumptionsTests.swift",
        "FetchRequestTests.swift",
        "Fixtures.swift",
        "ObjCMarkedPropertiesTests.swift",
        "RelationshipSetupTests.swift",
        "SchemaGenerationTests.swift",
        "Schemas/AdvancedCodablePropertiesSchema.swift",
        "Schemas/CodablePropertySchema.swift",
        "Schemas/ExpandedPersonAddressSchema.swift",
        "Schemas/PersonAddressOptionalToOne.swift",
        "Schemas/PersonAddressSchema.swift",
        "Schemas/PersonAddressSchemaNoInverse.swift",
        "Schemas/ToDoListSchema.swift",
        "Schemas/TransformablePropertySchema.swift",
        "SwiftUITestCase.swift",
        "TransformablePropertiesTests.swift"
      ],
      "target_dependencies" : [
        "ManagedModels"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ManagedModelMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "ManagedModelMacrosTests",
      "path" : "Tests/ManagedModelMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ManagedModelMacrosTests.swift"
      ],
      "target_dependencies" : [
        "ManagedModelMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ManagedModelMacros",
      "module_type" : "SwiftTarget",
      "name" : "ManagedModelMacros",
      "path" : "Sources/ManagedModelMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ManagedModels",
        "ManagedModelMacros"
      ],
      "sources" : [
        "CompilerPlugin.swift",
        "MacroDiagnostic.swift",
        "ModelMacro/GenerateInitializers.swift",
        "ModelMacro/MetadataSlot.swift",
        "ModelMacro/ModelExtensions.swift",
        "ModelMacro/ModelMacro.swift",
        "ModelMacro/ModelMemberAttributes.swift",
        "ModelMacro/ModelMembers.swift",
        "Models/ModelInitializers.swift",
        "Models/ModelProperty.swift",
        "PropertyMacros/AttributeMacro.swift",
        "PropertyMacros/PersistedPropertyMacro.swift",
        "PropertyMacros/RelationshipMacro.swift",
        "PropertyMacros/TransientMacro.swift",
        "Utilities/AttributeTypes.swift",
        "Utilities/ClassDeclSyntax+Extras.swift",
        "Utilities/ContextHelpers.swift",
        "Utilities/DeclHelpers.swift",
        "Utilities/DeclModifierListSyntax+Extras.swift",
        "Utilities/ExpressionType.swift",
        "Utilities/TypeSyntax+Extras.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.57s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.0 (6.72s)
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
Building for debugging...
[0/36] Write sources
[17/36] Compiling _SwiftSyntaxCShims dummy.c
[18/36] Write swift-version-24593BA9C3E375BF.txt
[20/42] 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
[21/42] 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
[23/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
[24/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] Wrapping AST for SwiftSyntax509 for debugging
[27/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
[28/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
[28/45] Wrapping AST for SwiftSyntax600 for debugging
[30/45] Wrapping AST for SwiftSyntax510 for debugging
[32/109] 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
[33/109] 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
[34/109] 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
[35/109] 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
[36/109] 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
[37/109] 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
[38/109] 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
[39/109] 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
[40/109] 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
[41/117] 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
[42/117] 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
[43/117] 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
[44/117] 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
[45/117] 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
[46/117] 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
[47/117] 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
[48/117] 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
[49/117] 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
[50/117] 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
[51/117] 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
[52/117] 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
[53/117] 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
[54/117] 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
[55/117] 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
[56/117] 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
[57/117] 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
[58/117] 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
[59/117] 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
[60/117] 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
[61/117] 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
[62/117] 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
[63/117] 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
[64/117] 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
[65/117] 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
[66/117] 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
[67/117] 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
[68/117] 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
[69/117] 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
[70/117] 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
[71/117] 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
[72/117] 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
[73/117] 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
[74/117] 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
[75/117] 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
[76/117] 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
[77/117] 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
[78/117] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/117] 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
[80/117] 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
[81/117] 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
[82/117] 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
[83/117] 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
[84/117] 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
[85/117] 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
[86/117] 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
[87/117] 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
[88/117] 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
[89/117] 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
[90/117] 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
[91/117] 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
[92/117] 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
[93/117] 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
[94/117] 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
[95/117] 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
[96/117] 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
[97/117] 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
[98/117] 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
[99/117] 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
[100/117] 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
[101/117] 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
[102/117] 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
[103/117] 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
[104/170] Wrapping AST for SwiftSyntax for debugging
[106/175] 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
[107/175] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/175] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/176] 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
[110/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
[111/176] 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
[112/176] 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
[113/176] 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
[114/176] Compiling SwiftDiagnostics Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/176] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/176] 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
[117/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
[118/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
[119/176] 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
[120/177] 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
[121/177] Wrapping AST for SwiftDiagnostics for debugging
[123/177] 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
[124/177] 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
[125/177] 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
[126/177] 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
[127/177] 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
[128/182] 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
[129/182] 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
[130/183] Wrapping AST for SwiftBasicFormat for debugging
[132/183] 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
[133/183] 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
[134/183] 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
[135/183] 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
[136/183] 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
[137/183] 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
[138/183] 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
[139/183] 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
[140/183] 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
[141/183] 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
[142/183] 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
[143/183] 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
[144/183] 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
[145/183] 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
[146/183] 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
[147/183] 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
[148/183] 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
[149/183] 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
[150/183] 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
[151/183] 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
[152/183] 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
[153/183] 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
[154/183] 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
[155/183] 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
[156/183] 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
[157/183] 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
[158/183] 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
[159/183] 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
[160/183] 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
[161/183] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[166/183] 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
[167/183] 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
[168/183] 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
[169/183] 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
[170/183] 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
[171/183] 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
[172/183] 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
[173/184] Wrapping AST for SwiftParser for debugging
[175/207] 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
[176/208] 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
[177/209] 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
[178/209] 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
[179/209] 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
[180/209] 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
[181/209] 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
[182/209] 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/209] 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
[184/209] 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
[185/209] 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/209] 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/209] 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
[189/210] 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
[189/210] Wrapping AST for SwiftOperators for debugging
[191/210] 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
[192/210] 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
[193/210] 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
[194/210] 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
[195/210] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[198/210] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/210] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[202/211] Wrapping AST for SwiftParserDiagnostics for debugging
[204/226] 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
[205/226] 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
[206/227] 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
[207/227] 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
[208/227] 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
[209/227] 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
[210/227] 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
[211/227] 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
[212/227] 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
[213/227] 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
[214/227] 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
[215/227] 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
[216/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
[217/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
[218/227] 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/227] 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] Wrapping AST for SwiftSyntaxBuilder for debugging
[222/245] 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
[223/245] 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
[224/247] 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
[225/247] 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
[226/247] 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
[227/247] 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
[228/247] 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
[229/247] 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
[230/247] 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
[231/247] 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
[232/247] 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
[233/247] 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
[234/247] 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
[235/247] 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
[236/247] 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
[237/247] 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
[238/247] 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
[239/247] 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
[240/247] 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
[241/248] Wrapping AST for SwiftSyntaxMacros for debugging
[243/257] 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
[244/258] 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
[245/258] 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
[246/258] 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
[247/258] 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
[248/258] 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
[249/258] 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
[250/258] 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
[251/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
[252/258] 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
[253/259] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[255/271] 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
[256/271] 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
[257/272] 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/272] 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/272] 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
[260/272] 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
[261/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
[262/272] 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
[263/272] 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
[264/272] 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
[265/272] 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
[266/272] 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
[267/272] 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
[268/273] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[270/275] 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
[271/275] 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
[272/276] Wrapping AST for SwiftCompilerPlugin for debugging
[274/296] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[275/296] Compiling ManagedModelMacros ContextHelpers.swift
[276/298] Compiling ManagedModelMacros RelationshipMacro.swift
[277/298] Compiling ManagedModelMacros TransientMacro.swift
[278/298] Compiling ManagedModelMacros AttributeTypes.swift
[279/298] Compiling ManagedModelMacros DeclHelpers.swift
[280/298] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[281/298] Compiling ManagedModelMacros CompilerPlugin.swift
[282/298] Compiling ManagedModelMacros MacroDiagnostic.swift
[283/298] Compiling ManagedModelMacros GenerateInitializers.swift
[284/298] Compiling ManagedModelMacros MetadataSlot.swift
[285/298] Compiling ManagedModelMacros ModelExtensions.swift
[286/298] Compiling ManagedModelMacros ModelMacro.swift
[287/298] Compiling ManagedModelMacros ModelMemberAttributes.swift
[288/298] Compiling ManagedModelMacros ModelMembers.swift
[289/298] Compiling ManagedModelMacros ModelInitializers.swift
[290/298] Emitting module ManagedModelMacros
[291/298] Compiling ManagedModelMacros ModelProperty.swift
[292/298] Compiling ManagedModelMacros AttributeMacro.swift
[293/298] Compiling ManagedModelMacros PersistedPropertyMacro.swift
[294/298] Compiling ManagedModelMacros ExpressionType.swift
[295/298] Compiling ManagedModelMacros TypeSyntax+Extras.swift
[296/299] Wrapping AST for ManagedModelMacros for debugging
[297/299] Write Objects.LinkFileList
[298/299] Linking ManagedModelMacros-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[300/377] Emitting module ManagedModels
/host/spi-builder-workspace/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/382] Compiling ManagedModels Relationship.swift
/host/spi-builder-workspace/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/382] Compiling ManagedModels RelationshipOption.swift
/host/spi-builder-workspace/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/382] Compiling ManagedModels RelationshipTargetType.swift
/host/spi-builder-workspace/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/382] Compiling ManagedModels Schema.swift
/host/spi-builder-workspace/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/382] Compiling ManagedModels SchemaProperty.swift
/host/spi-builder-workspace/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)
[306/387] Emitting module ManagedModels
/host/spi-builder-workspace/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/387] Compiling ManagedModels MigrationStage.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels SchemaMigrationPlan.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels ModelMacroDefinition.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels PersistentIdentifier.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels PersistentModel+KVC.swift
/host/spi-builder-workspace/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 {
[312/387] Compiling ManagedModels PersistentModel.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels SchemaVersion.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels VersionedSchema.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels CodableTransformer.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels CoreDataPrimitiveValue.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSAttributeDescription+Data.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels ModelContainer+SwiftUI.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels ModelContext+SwiftUI.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels AnyOptional.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSSortDescriptors+Extras.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels OrderedSet.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels ModelConfiguration.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels ModelContainer.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSPersistentContainer+Data.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSPersistentStoreDescription+Data.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels ModelContext.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSManagedObjectContext+Data.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels PropertyMetadata.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels RelationshipCollection.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels ReExports.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels Attribute.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels AttributeOption.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels Entity.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSRelationshipDescription+Data.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSEntityDescription+Generation.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSRelationshipDescription+Inverse.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels SchemaBuilder.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels FetchRequest+Extras.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSAttributeType+Data.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSDeleteRule+Data.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSEntityDescription+Data.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSManagedObjectModel+Data.swift
/host/spi-builder-workspace/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/387] Compiling ManagedModels NSPropertyDescription+Data.swift
/host/spi-builder-workspace/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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/24] Emitting module SwiftSyntax509
[3/24] Compiling SwiftSyntax509 Empty.swift
[4/25] Emitting module SwiftSyntax600
[5/25] Compiling SwiftSyntax600 Empty.swift
[6/26] Emitting module SwiftSyntax510
[7/26] Compiling SwiftSyntax510 Empty.swift
[11/88] Compiling SwiftSyntax AbsolutePosition.swift
[12/88] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[13/88] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[14/88] Compiling SwiftSyntax Assert.swift
[15/88] Compiling SwiftSyntax BumpPtrAllocator.swift
[16/88] Compiling SwiftSyntax CommonAncestor.swift
[17/88] Compiling SwiftSyntax Convenience.swift
[18/88] Compiling SwiftSyntax CustomTraits.swift
[19/88] Compiling SwiftSyntax Identifier.swift
[20/96] Compiling SwiftSyntax SyntaxNodeFactory.swift
[21/96] Compiling SwiftSyntax SyntaxNodeStructure.swift
[22/96] Compiling SwiftSyntax SyntaxProtocol.swift
[23/96] Compiling SwiftSyntax SyntaxText.swift
[24/96] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[25/96] Compiling SwiftSyntax TokenDiagnostic.swift
[26/96] Compiling SwiftSyntax TokenSequence.swift
[27/96] Compiling SwiftSyntax TokenSyntax.swift
[28/96] Compiling SwiftSyntax Trivia.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] Compiling SwiftSyntax MemoryLayout.swift
[39/96] Compiling SwiftSyntax MissingNodeInitializers.swift
[40/96] Compiling SwiftSyntax RawSyntax.swift
[41/96] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[42/96] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[43/96] Compiling SwiftSyntax RawSyntaxTokenView.swift
[44/96] Compiling SwiftSyntax SourceEdit.swift
[45/96] Compiling SwiftSyntax SourceLength.swift
[46/96] Compiling SwiftSyntax SourceLocation.swift
[47/96] Emitting module SwiftSyntax
[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 SyntaxNodesC.swift
[67/96] Compiling SwiftSyntax SyntaxNodesD.swift
[68/96] Compiling SwiftSyntax SyntaxNodesEF.swift
[69/96] Compiling SwiftSyntax SyntaxNodesGHI.swift
[70/96] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[71/96] Compiling SwiftSyntax SyntaxNodesOP.swift
[72/96] Compiling SwiftSyntax SyntaxNodesQRS.swift
[73/96] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[74/96] Compiling SwiftSyntax Utils.swift
[75/96] Compiling SwiftSyntax ChildNameForKeyPath.swift
[76/96] Compiling SwiftSyntax Keyword.swift
[77/96] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[78/96] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[79/96] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[80/96] Compiling SwiftSyntax SyntaxBaseNodes.swift
[81/96] Compiling SwiftSyntax SyntaxCollections.swift
[82/96] Compiling SwiftSyntax SyntaxEnum.swift
[84/112] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[85/154] Compiling SwiftDiagnostics Message.swift
[86/154] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[87/154] Compiling SwiftParser CharacterInfo.swift
[88/154] Compiling SwiftParser CollectionNodes+Parsable.swift
[89/154] Emitting module SwiftDiagnostics
[90/154] Compiling SwiftParser Attributes.swift
[91/154] Compiling SwiftParser Availability.swift
[92/154] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[93/154] Compiling SwiftBasicFormat Syntax+Extensions.swift
[94/154] Compiling SwiftDiagnostics Note.swift
[95/154] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[96/154] Compiling SwiftDiagnostics FixIt.swift
[97/154] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[99/154] Compiling SwiftParser SwiftParserCompatibility.swift
[100/154] Compiling SwiftParser SwiftVersion.swift
[101/154] Compiling SwiftParser SyntaxUtils.swift
[102/154] Compiling SwiftParser TokenConsumer.swift
[103/154] Compiling SwiftParser TokenPrecedence.swift
[104/159] Emitting module SwiftBasicFormat
[105/159] Compiling SwiftBasicFormat InferIndentation.swift
[106/159] Compiling SwiftBasicFormat BasicFormat.swift
[108/159] Emitting module SwiftParser
[109/159] Compiling SwiftParser Modifiers.swift
[110/159] Compiling SwiftParser Names.swift
[111/159] Compiling SwiftParser Nominals.swift
[112/159] Compiling SwiftParser Parameters.swift
[113/159] Compiling SwiftParser ParseSourceFile.swift
[114/159] Compiling SwiftParser Parser.swift
[115/159] Compiling SwiftParser LexemeSequence.swift
[116/159] Compiling SwiftParser Lexer.swift
[117/159] Compiling SwiftParser RegexLiteralLexer.swift
[118/159] Compiling SwiftParser UnicodeScalarExtensions.swift
[119/159] Compiling SwiftParser Lookahead.swift
[120/159] Compiling SwiftParser LoopProgressCondition.swift
[121/159] Compiling SwiftParser Patterns.swift
[122/159] Compiling SwiftParser Recovery.swift
[123/159] Compiling SwiftParser Specifiers.swift
[124/159] Compiling SwiftParser Statements.swift
[125/159] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[126/159] Compiling SwiftParser StringLiterals.swift
[127/159] Compiling SwiftParser TokenSpec.swift
[128/159] Compiling SwiftParser TokenSpecSet.swift
[129/159] Compiling SwiftParser TopLevel.swift
[130/159] Compiling SwiftParser TriviaParser.swift
[131/159] Compiling SwiftParser Types.swift
[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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[151/183] Compiling SwiftOperators PrecedenceGroup.swift
[152/184] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[153/184] Compiling SwiftOperators OperatorTable.swift
[154/184] Compiling SwiftOperators PrecedenceGraph.swift
[155/184] Compiling SwiftOperators SyntaxSynthesis.swift
[156/184] Compiling SwiftOperators OperatorTable+Folding.swift
[157/184] Compiling SwiftOperators OperatorError.swift
[158/184] Compiling SwiftOperators OperatorTable+Defaults.swift
[159/184] Compiling SwiftOperators Operator.swift
[160/184] Compiling SwiftOperators OperatorError+Diagnostics.swift
[161/184] Compiling SwiftOperators OperatorTable+Semantics.swift
[164/184] Emitting module SwiftOperators
[166/185] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[167/185] Compiling SwiftParserDiagnostics Utils.swift
[168/185] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[169/184] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[170/184] Compiling SwiftParserDiagnostics PresenceUtils.swift
[171/184] Emitting module SwiftParserDiagnostics
[174/184] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[175/184] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[177/199] Compiling SwiftSyntaxBuilder Indenter.swift
[178/199] Compiling SwiftSyntaxBuilder ListBuilder.swift
[179/200] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[180/200] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[181/200] Emitting module SwiftSyntaxBuilder
[182/200] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[183/200] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[184/200] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[185/200] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[186/200] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[187/200] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[188/200] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[189/200] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[190/200] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[191/200] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[192/200] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[194/217] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[195/217] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[196/219] Emitting module SwiftSyntaxMacros
[197/219] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[198/219] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[199/219] Compiling SwiftSyntaxMacros MemberMacro.swift
[200/219] Compiling SwiftSyntaxMacros PeerMacro.swift
[201/219] Compiling SwiftSyntaxMacros Macro.swift
[202/219] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[203/219] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[204/219] Compiling SwiftSyntaxMacros Macro+Format.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/229] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[216/229] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[217/229] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[218/229] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[219/229] Emitting module SwiftSyntaxMacroExpansion
[220/229] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[221/229] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[222/229] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[223/229] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[225/241] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[226/241] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[227/242] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[228/242] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[229/242] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[230/242] Emitting module SwiftCompilerPluginMessageHandling
[231/242] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[232/242] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[233/242] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[234/242] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[235/242] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[236/242] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[237/242] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[239/244] Emitting module SwiftCompilerPlugin
[240/244] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[242/264] Compiling ManagedModelMacros DeclHelpers.swift
[243/264] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[244/264] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[245/264] Compiling ManagedModelMacros ContextHelpers.swift
[246/266] Compiling ManagedModelMacros ModelMemberAttributes.swift
[247/266] Compiling ManagedModelMacros ModelMembers.swift
[248/266] Compiling ManagedModelMacros ModelInitializers.swift
[249/266] Compiling ManagedModelMacros RelationshipMacro.swift
[250/266] Compiling ManagedModelMacros TransientMacro.swift
[251/266] Compiling ManagedModelMacros AttributeTypes.swift
[252/266] Compiling ManagedModelMacros MetadataSlot.swift
[253/266] Compiling ManagedModelMacros ModelExtensions.swift
[254/266] Compiling ManagedModelMacros ModelMacro.swift
[255/266] Compiling ManagedModelMacros CompilerPlugin.swift
[256/266] Compiling ManagedModelMacros MacroDiagnostic.swift
[257/266] Compiling ManagedModelMacros GenerateInitializers.swift
[258/266] Emitting module ManagedModelMacros
[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/344] Compiling ManagedModels SchemaVersion.swift
/host/spi-builder-workspace/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/344] Compiling ManagedModels VersionedSchema.swift
/host/spi-builder-workspace/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/344] Compiling ManagedModels CodableTransformer.swift
/host/spi-builder-workspace/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/344] Compiling ManagedModels CoreDataPrimitiveValue.swift
/host/spi-builder-workspace/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/344] Compiling ManagedModels NSAttributeDescription+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels Relationship.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels RelationshipOption.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels RelationshipTargetType.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels Schema.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels SchemaProperty.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSAttributeType+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSDeleteRule+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSEntityDescription+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSManagedObjectModel+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSPropertyDescription+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSRelationshipDescription+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSEntityDescription+Generation.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSRelationshipDescription+Inverse.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels SchemaBuilder.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels FetchRequest+Extras.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels ModelContainer+SwiftUI.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels ModelContext+SwiftUI.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels AnyOptional.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSSortDescriptors+Extras.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels OrderedSet.swift
/host/spi-builder-workspace/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)
[292/349] Emitting module ManagedModels
/host/spi-builder-workspace/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/349] Compiling ManagedModels MigrationStage.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels SchemaMigrationPlan.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels ModelMacroDefinition.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels PersistentIdentifier.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels PersistentModel+KVC.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels PersistentModel.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels ModelConfiguration.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels ModelContainer.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSPersistentContainer+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSPersistentStoreDescription+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels ModelContext.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels NSManagedObjectContext+Data.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels PropertyMetadata.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels RelationshipCollection.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels ReExports.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels Attribute.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels AttributeOption.swift
/host/spi-builder-workspace/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/349] Compiling ManagedModels Entity.swift
/host/spi-builder-workspace/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 wasm