Build Information
Failed to build ManagedModels, reference develop (a44e2a
), with Swift 6.1 for Android on 2 Aug 2025 22:56:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
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 a44e2a5 GHA: --enable-experimental-prebuilts
Cloned https://github.com/Data-swift/ManagedModels.git
Revision (git rev-parse @):
a44e2a51f64f623007eb9d1530469e0961152b78
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Data-swift/ManagedModels.git at develop
========================================
Build
========================================
Selected platform: android
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" : "601.0.1",
"upper_bound" : "602.0.0"
}
]
},
"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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71402] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (18.95s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (23.05s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Building for debugging...
[0/38] Write sources
[18/38] Compiling _SwiftSyntaxCShims dummy.c
[18/38] Write swift-version-24593BA9C3E375BF.txt
[21/46] 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
[22/46] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/46] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/47] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/47] 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
[26/47] 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
[27/49] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/49] 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
[32/50] Wrapping AST for SwiftSyntax601 for debugging
[32/50] Wrapping AST for SwiftSyntax600 for debugging
[34/50] Wrapping AST for SwiftSyntax510 for debugging
[35/50] Wrapping AST for SwiftSyntax509 for debugging
[37/114] 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
[38/123] 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
[39/123] 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
[40/123] 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
[41/123] 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
[42/123] 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
[43/123] 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
[44/123] 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
[45/123] 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
[46/123] 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
[47/123] 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
[48/123] 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
[49/123] 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
[50/123] 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
[51/123] 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
[52/123] 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
[53/123] 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
[54/123] 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
[55/123] 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
[56/123] 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
[57/123] 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
[58/123] 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
[59/123] 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
[60/123] 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
[61/123] 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
[62/123] 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
[63/123] 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
[64/123] 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
[65/123] 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
[66/123] 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
[67/123] 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
[68/123] 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
[69/123] 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
[70/123] 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
[71/123] 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
[72/123] 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
[73/123] 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
[74/123] 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
[75/123] 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
[76/123] 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
[77/123] 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
[78/123] 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
[79/123] 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
[80/123] 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
[81/123] 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
[82/123] 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
[83/123] 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
[84/123] 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
[85/123] 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
[86/123] 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
[87/123] 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
[88/123] 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
[89/123] 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
[90/123] 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
[91/123] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/123] 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
[93/123] 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
[94/123] 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
[95/123] 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
[96/123] 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
[97/123] 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
[98/123] 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
[99/123] 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
[100/123] 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
[101/123] 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
[102/123] 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
[103/123] 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
[104/123] 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
[105/123] 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
[106/123] 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
[107/123] 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
[108/123] 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
[109/123] 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
[110/124] Wrapping AST for SwiftSyntax for debugging
[112/182] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/183] 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
[114/183] 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
[115/183] 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
[116/183] 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
[117/183] 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
[118/183] 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
[119/183] 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
[120/183] 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
[121/183] 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
[122/183] 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
[123/183] Compiling SwiftBasicFormat InferIndentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/183] Compiling SwiftBasicFormat Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/183] 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
[126/183] 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
[127/183] 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
[128/184] Wrapping AST for SwiftDiagnostics for debugging
[130/184] 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
[131/184] 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
[132/185] Wrapping AST for SwiftBasicFormat for debugging
[134/185] 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
[135/190] 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
[136/190] 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
[137/190] 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
[138/190] 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
[139/190] 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
[140/190] 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
[141/190] 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
[142/190] 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
[143/190] 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
[144/190] 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
[145/190] 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
[146/190] 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
[147/190] 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
[148/190] 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
[149/190] 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
[150/190] 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
[151/190] 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
[152/190] 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
[153/190] 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
[154/190] 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
[155/190] 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
[156/190] 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
[157/190] 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
[158/190] 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
[159/190] 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
[160/190] 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
[161/190] 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
[162/190] 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
[163/190] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/190] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/190] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/190] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/190] 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
[168/190] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/190] 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
[174/190] 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
[175/190] 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
[176/190] 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
[177/190] 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
[178/190] 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
[179/190] 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
[180/191] Wrapping AST for SwiftParser for debugging
[182/214] 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
[183/215] 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
[184/216] 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
[185/216] 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
[186/216] 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
[187/216] 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
[188/216] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/216] 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
[190/216] 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
[191/216] 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
[192/216] 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
[193/216] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/216] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/217] Wrapping AST for SwiftOperators for debugging
[197/217] 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
[198/217] 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
[199/217] 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
[200/217] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/217] 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
[204/217] 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
[205/217] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/217] Compiling SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[209/218] Wrapping AST for SwiftParserDiagnostics for debugging
[211/233] 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
[212/234] 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
[213/234] 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
[214/234] 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
[215/234] 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
[216/234] 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
[217/234] 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
[218/234] 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
[219/234] 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
[220/234] 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
[221/234] 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
[222/234] 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
[223/234] 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
[224/234] 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
[225/234] 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
[226/234] 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
[227/235] Wrapping AST for SwiftSyntaxBuilder for debugging
[229/252] 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
[230/252] 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
[231/252] 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
[232/254] 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
[233/254] 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
[234/254] 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
[235/254] 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
[236/254] 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
[237/254] 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
[238/254] 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
[239/254] 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
[240/254] 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
[241/254] 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
[242/254] 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
[243/254] 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
[244/254] 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
[245/254] 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
[246/254] 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
[247/254] 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
[248/255] Wrapping AST for SwiftSyntaxMacros for debugging
[250/264] 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
[251/265] 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
[252/265] 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
[253/265] 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
[254/265] 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
[255/265] 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
[256/265] 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
[257/265] 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
[258/265] 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
[259/265] 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
[260/266] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[262/278] 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
[263/278] 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
[264/279] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/279] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/279] Emitting module SwiftCompilerPluginMessageHandling
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/279] 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
[268/279] 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
[269/279] 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
[270/279] 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
[271/279] 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
[272/279] 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
[273/279] 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
[274/279] 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
[275/280] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[277/282] 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
[278/282] 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
[279/283] Wrapping AST for SwiftCompilerPlugin for debugging
[281/303] Emitting module ManagedModelMacros
[282/305] Compiling ManagedModelMacros DeclHelpers.swift
[283/305] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[284/305] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[285/305] Compiling ManagedModelMacros ContextHelpers.swift
[286/305] Compiling ManagedModelMacros RelationshipMacro.swift
[287/305] Compiling ManagedModelMacros TransientMacro.swift
[288/305] Compiling ManagedModelMacros AttributeTypes.swift
[289/305] Compiling ManagedModelMacros CompilerPlugin.swift
[290/305] Compiling ManagedModelMacros MacroDiagnostic.swift
[291/305] Compiling ManagedModelMacros GenerateInitializers.swift
[292/305] Compiling ManagedModelMacros MetadataSlot.swift
[293/305] Compiling ManagedModelMacros ModelExtensions.swift
[294/305] Compiling ManagedModelMacros ModelMacro.swift
[295/305] Compiling ManagedModelMacros ModelMemberAttributes.swift
[296/305] Compiling ManagedModelMacros ModelMembers.swift
[297/305] Compiling ManagedModelMacros ModelInitializers.swift
[298/305] Compiling ManagedModelMacros ModelProperty.swift
[299/305] Compiling ManagedModelMacros AttributeMacro.swift
[300/305] Compiling ManagedModelMacros PersistedPropertyMacro.swift
[301/305] Compiling ManagedModelMacros ExpressionType.swift
[302/305] Compiling ManagedModelMacros TypeSyntax+Extras.swift
[303/306] Wrapping AST for ManagedModelMacros for debugging
[304/306] Write Objects.LinkFileList
[305/306] Linking ManagedModelMacros-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[307/384] 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 {
[308/389] 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 {
[309/389] 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 {
[310/389] 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 {
[311/389] 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 {
[312/389] 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 {
[313/389] 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 {
[314/389] 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 {
[315/389] 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 {
[316/389] 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 {
[317/389] 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 {
[318/389] 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 {
[319/389] 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 {
[320/389] 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 {
[321/389] 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 {
[322/389] 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 {
[323/389] 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 {
[324/389] 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 {
[325/389] 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 {
[326/389] 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 {
[327/389] 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 {
[328/389] 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 {
[329/389] 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 {
[330/389] 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 {
[331/389] 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 {
[332/389] 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 {
[333/389] 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 {
[334/389] 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 {
[335/389] 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 {
[336/389] 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 {
[337/389] 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 {
[338/389] 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 {
[339/389] 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 {
[340/389] 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 {
[341/389] 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 {
[342/389] 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 {
[343/389] 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 {
[344/389] 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 {
[345/389] 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 {
[346/389] 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 {
[347/389] 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 {
[348/389] 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 {
[349/389] 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 {
[350/389] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/27] Compiling SwiftSyntax601 Empty.swift
[3/27] Compiling SwiftSyntax510 Empty.swift
[4/27] Emitting module SwiftSyntax601
[5/28] Emitting module SwiftSyntax510
[6/29] Emitting module SwiftSyntax509
[7/29] Compiling SwiftSyntax509 Empty.swift
[8/30] Compiling SwiftSyntax600 Empty.swift
[9/30] Emitting module SwiftSyntax600
[14/91] Compiling SwiftSyntax AbsolutePosition.swift
[15/91] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[16/91] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[17/91] Compiling SwiftSyntax Assert.swift
[18/91] Compiling SwiftSyntax BumpPtrAllocator.swift
[19/91] Compiling SwiftSyntax CommonAncestor.swift
[20/91] Compiling SwiftSyntax Convenience.swift
[21/91] Compiling SwiftSyntax CustomTraits.swift
[22/91] Compiling SwiftSyntax EditorPlaceholder.swift
[23/91] Compiling SwiftSyntax Identifier.swift
[24/91] Compiling SwiftSyntax MemoryLayout.swift
[25/91] Compiling SwiftSyntax MissingNodeInitializers.swift
[26/91] Compiling SwiftSyntax RawSyntax.swift
[27/91] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[28/91] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[29/91] Compiling SwiftSyntax RawSyntaxTokenView.swift
[30/91] Compiling SwiftSyntax SourceEdit.swift
[31/91] Compiling SwiftSyntax SourceLength.swift
[32/100] Compiling SwiftSyntax SourceLocation.swift
[33/100] Compiling SwiftSyntax SourcePresence.swift
[34/100] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[35/100] Compiling SwiftSyntax Syntax.swift
[36/100] Compiling SwiftSyntax SyntaxArena.swift
[37/100] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[38/100] Compiling SwiftSyntax SyntaxChildren.swift
[39/100] Compiling SwiftSyntax SyntaxCollection.swift
[40/100] Compiling SwiftSyntax SyntaxHashable.swift
[41/100] Emitting module SwiftSyntax
[42/100] Compiling SwiftSyntax SyntaxIdentifier.swift
[43/100] Compiling SwiftSyntax SyntaxNodeFactory.swift
[44/100] Compiling SwiftSyntax SyntaxNodeStructure.swift
[45/100] Compiling SwiftSyntax SyntaxProtocol.swift
[46/100] Compiling SwiftSyntax SyntaxText.swift
[47/100] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[48/100] Compiling SwiftSyntax TokenDiagnostic.swift
[49/100] Compiling SwiftSyntax TokenSequence.swift
[50/100] Compiling SwiftSyntax TokenSyntax.swift
[51/100] Compiling SwiftSyntax Trivia.swift
[52/100] Compiling SwiftSyntax Utils.swift
[53/100] Compiling SwiftSyntax ChildNameForKeyPath.swift
[54/100] Compiling SwiftSyntax Keyword.swift
[55/100] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[56/100] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[57/100] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[58/100] Compiling SwiftSyntax SyntaxBaseNodes.swift
[59/100] Compiling SwiftSyntax SyntaxCollections.swift
[60/100] Compiling SwiftSyntax RawSyntaxNodesC.swift
[61/100] Compiling SwiftSyntax RawSyntaxNodesD.swift
[62/100] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[63/100] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[64/100] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[65/100] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[66/100] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[67/100] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[68/100] Compiling SwiftSyntax RawSyntaxValidation.swift
[69/100] Compiling SwiftSyntax SyntaxEnum.swift
[70/100] Compiling SwiftSyntax SyntaxKind.swift
[71/100] Compiling SwiftSyntax SyntaxRewriter.swift
[72/100] Compiling SwiftSyntax SyntaxTraits.swift
[73/100] Compiling SwiftSyntax SyntaxVisitor.swift
[74/100] Compiling SwiftSyntax TokenKind.swift
[75/100] Compiling SwiftSyntax Tokens.swift
[76/100] Compiling SwiftSyntax TriviaPieces.swift
[77/100] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[78/100] Compiling SwiftSyntax SyntaxNodesAB.swift
[79/100] Compiling SwiftSyntax SyntaxNodesC.swift
[80/100] Compiling SwiftSyntax SyntaxNodesD.swift
[81/100] Compiling SwiftSyntax SyntaxNodesEF.swift
[82/100] Compiling SwiftSyntax SyntaxNodesGHI.swift
[83/100] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[84/100] Compiling SwiftSyntax SyntaxNodesOP.swift
[85/100] Compiling SwiftSyntax SyntaxNodesQRS.swift
[86/100] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[88/117] Compiling SwiftBasicFormat Syntax+Extensions.swift
[89/158] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[90/159] Compiling SwiftDiagnostics Message.swift
[91/159] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[92/159] Compiling SwiftParser CharacterInfo.swift
[93/159] Compiling SwiftParser CollectionNodes+Parsable.swift
[94/159] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[95/159] Emitting module SwiftDiagnostics
[96/159] Compiling SwiftParser Attributes.swift
[97/159] Compiling SwiftParser Availability.swift
[98/159] Compiling SwiftBasicFormat Indenter.swift
[99/159] Compiling SwiftDiagnostics FixIt.swift
[100/159] Compiling SwiftBasicFormat InferIndentation.swift
[101/159] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[102/159] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[103/159] Emitting module SwiftBasicFormat
[104/159] Compiling SwiftBasicFormat BasicFormat.swift
[105/159] Compiling SwiftDiagnostics Note.swift
[108/159] Compiling SwiftParser LexemeSequence.swift
[109/159] Compiling SwiftParser Lexer.swift
[110/159] Compiling SwiftParser RegexLiteralLexer.swift
[111/159] Compiling SwiftParser UnicodeScalarExtensions.swift
[112/159] Compiling SwiftParser Lookahead.swift
[113/159] Compiling SwiftParser LoopProgressCondition.swift
[114/164] Compiling SwiftParser Patterns.swift
[115/164] Compiling SwiftParser Recovery.swift
[116/164] Compiling SwiftParser Specifiers.swift
[117/164] Compiling SwiftParser Statements.swift
[118/164] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[119/164] Compiling SwiftParser StringLiterals.swift
[120/164] Compiling SwiftParser Modifiers.swift
[121/164] Compiling SwiftParser Names.swift
[122/164] Compiling SwiftParser Nominals.swift
[123/164] Compiling SwiftParser Parameters.swift
[124/164] Compiling SwiftParser ParseSourceFile.swift
[125/164] Compiling SwiftParser Parser.swift
[126/164] Compiling SwiftParser SwiftParserCompatibility.swift
[127/164] Compiling SwiftParser SwiftVersion.swift
[128/164] Compiling SwiftParser SyntaxUtils.swift
[129/164] Compiling SwiftParser TokenConsumer.swift
[130/164] Compiling SwiftParser TokenPrecedence.swift
[131/164] Compiling SwiftParser TokenSpec.swift
[132/164] Compiling SwiftParser TokenSpecSet.swift
[133/164] Compiling SwiftParser TopLevel.swift
[134/164] Compiling SwiftParser TriviaParser.swift
[135/164] Compiling SwiftParser Types.swift
[136/164] Emitting module SwiftParser
[141/164] Compiling SwiftParser Declarations.swift
[142/164] Compiling SwiftParser Directives.swift
[143/164] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[144/164] Compiling SwiftParser Expressions.swift
[145/164] Compiling SwiftParser IncrementalParseTransition.swift
[146/164] Compiling SwiftParser IsValidIdentifier.swift
[147/164] Compiling SwiftParser Cursor.swift
[148/164] Compiling SwiftParser Lexeme.swift
[149/164] Compiling SwiftParser ExperimentalFeatures.swift
[150/164] Compiling SwiftParser IsLexerClassified.swift
[151/164] Compiling SwiftParser LayoutNodes+Parsable.swift
[152/164] Compiling SwiftParser Parser+TokenSpecSet.swift
[153/164] Compiling SwiftParser TokenSpecStaticMembers.swift
[155/187] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[156/188] Compiling SwiftOperators PrecedenceGroup.swift
[157/189] Emitting module SwiftOperators
[158/189] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[159/189] Compiling SwiftOperators OperatorTable.swift
[160/189] Compiling SwiftOperators OperatorTable+Semantics.swift
[161/189] Compiling SwiftOperators PrecedenceGraph.swift
[162/189] Compiling SwiftOperators SyntaxSynthesis.swift
[163/189] Emitting module SwiftParserDiagnostics
[164/189] Compiling SwiftOperators OperatorTable+Folding.swift
[165/189] Compiling SwiftParserDiagnostics MissingNodesError.swift
[166/189] Compiling SwiftParserDiagnostics MissingTokenError.swift
[167/189] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[168/189] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[170/190] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[171/190] Compiling SwiftParserDiagnostics PresenceUtils.swift
[172/190] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[173/190] Compiling SwiftParserDiagnostics Utils.swift
[174/190] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[179/189] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[180/189] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[182/204] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[183/204] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[184/205] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[185/205] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[186/205] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[187/205] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[188/205] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[189/205] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[190/205] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[191/205] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[192/205] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[193/205] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[194/205] Emitting module SwiftSyntaxBuilder
[195/205] Compiling SwiftSyntaxBuilder Indenter.swift
[196/205] Compiling SwiftSyntaxBuilder ListBuilder.swift
[197/205] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[199/222] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[200/222] Compiling SwiftSyntaxMacros Macro+Format.swift
[201/224] Compiling SwiftSyntaxMacros AccessorMacro.swift
[202/224] Compiling SwiftSyntaxMacros AttachedMacro.swift
[203/224] Compiling SwiftSyntaxMacros BodyMacro.swift
[204/224] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[205/224] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[206/224] Compiling SwiftSyntaxMacros Macro.swift
[207/224] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[208/224] Compiling SwiftSyntaxMacros MemberMacro.swift
[209/224] Compiling SwiftSyntaxMacros PeerMacro.swift
[210/224] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[211/224] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[212/224] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[213/224] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[214/224] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[215/224] Emitting module SwiftSyntaxMacros
[216/224] Compiling SwiftSyntaxMacros PreambleMacro.swift
[217/224] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[219/233] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[220/234] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[221/234] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[222/234] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[223/234] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[224/234] Emitting module SwiftSyntaxMacroExpansion
[225/234] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[226/234] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[227/234] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[228/234] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[230/246] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[231/246] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[232/246] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[233/247] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[234/247] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[235/247] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[236/247] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[237/247] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[238/247] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[239/247] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[240/247] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[241/247] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[242/247] Emitting module SwiftCompilerPluginMessageHandling
[244/249] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[245/249] Emitting module SwiftCompilerPlugin
[247/269] Compiling ManagedModelMacros RelationshipMacro.swift
[248/269] Compiling ManagedModelMacros TransientMacro.swift
[249/269] Compiling ManagedModelMacros AttributeTypes.swift
[250/271] Emitting module ManagedModelMacros
[251/271] Compiling ManagedModelMacros CompilerPlugin.swift
[252/271] Compiling ManagedModelMacros MacroDiagnostic.swift
[253/271] Compiling ManagedModelMacros GenerateInitializers.swift
[254/271] Compiling ManagedModelMacros MetadataSlot.swift
[255/271] Compiling ManagedModelMacros ModelExtensions.swift
[256/271] Compiling ManagedModelMacros ModelMacro.swift
[257/271] Compiling ManagedModelMacros ModelMemberAttributes.swift
[258/271] Compiling ManagedModelMacros ModelMembers.swift
[259/271] Compiling ManagedModelMacros ModelInitializers.swift
[260/271] Compiling ManagedModelMacros DeclHelpers.swift
[261/271] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[262/271] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[263/271] Compiling ManagedModelMacros ContextHelpers.swift
[264/271] Compiling ManagedModelMacros ModelProperty.swift
[265/271] Compiling ManagedModelMacros AttributeMacro.swift
[266/271] Compiling ManagedModelMacros PersistedPropertyMacro.swift
[267/271] Compiling ManagedModelMacros ExpressionType.swift
[268/271] Compiling ManagedModelMacros TypeSyntax+Extras.swift
[269/271] Write Objects.LinkFileList
[270/271] Linking ManagedModelMacros-tool
[272/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 {
[273/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 {
[274/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 {
[275/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 {
[276/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 {
[277/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 {
[278/354] 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 {
[279/354] 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 {
[280/354] 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 {
[281/354] 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 {
[282/354] 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 {
[283/354] 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 {
[284/354] 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 {
[285/354] 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 {
[286/354] 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 {
[287/354] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[288/354] 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 {
[289/354] 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 {
[290/354] 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 {
[291/354] 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 {
[292/354] 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 {
[293/354] 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 {
[294/354] 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 {
[295/354] 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 {
[296/354] 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 {
[297/354] 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 {
[298/354] 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 {
[299/354] 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 {
[300/354] 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 {
[301/354] 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 {
[302/354] 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 {
[303/354] 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 {
[304/354] 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 {
[305/354] 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 {
[306/354] 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 {
[307/354] 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 {
[308/354] 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 {
[309/354] 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 {
[310/354] 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 {
[311/354] 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 {
[312/354] 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 {
[313/354] 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 {
[314/354] 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 {
[315/354] 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 {
BUILD FAILURE 6.1 android