Build Information
Failed to build ManagedModels, reference 0.9.0 (435086
), with Swift 6.1 for Linux on 2 Aug 2025 23:01:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Data-swift/ManagedModels.git
Reference: 0.9.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Data-swift/ManagedModels
* tag 0.9.0 -> FETCH_HEAD
HEAD is now at 4350861 Merge branch 'develop'
Cloned https://github.com/Data-swift/ManagedModels.git
Revision (git rev-parse @):
43508610c14ce8122847c4d4baad34fe3121f662
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Data-swift/ManagedModels.git at 0.9.0
========================================
Build
========================================
Selected platform: linux
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 (5.93s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (8.42s)
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
[19/38] Write swift-version-24593BA9C3E375BF.txt
[21/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
[22/46] 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
[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 SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/48] 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
[28/48] 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
[29/49] 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
[30/49] 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
[30/50] Wrapping AST for SwiftSyntax601 for debugging
[33/50] Wrapping AST for SwiftSyntax509 for debugging
[34/50] Wrapping AST for SwiftSyntax600 for debugging
[35/50] Wrapping AST for SwiftSyntax510 for debugging
[37/114] 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
[38/114] 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
[39/114] 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
[40/114] 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
[41/114] 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
[42/114] 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
[43/114] 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
[44/114] 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
[45/114] 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
[46/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
[47/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
[48/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
[49/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
[50/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
[51/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
[52/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
[53/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
[54/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
[55/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
[56/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
[57/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
[58/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
[59/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
[60/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
[61/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
[62/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
[63/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
[64/123] 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
[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 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
[75/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
[76/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
[77/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
[78/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
[79/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
[80/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
[81/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
[82/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
[83/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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/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
[90/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
[91/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
[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/134] Wrapping AST for SwiftSyntax for debugging
[112/182] 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
[113/183] 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
[114/183] 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
[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 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
[118/183] 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
[119/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
[120/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
[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 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
[123/183] 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
[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 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
[126/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
[127/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
[128/184] Wrapping AST for SwiftDiagnostics for debugging
[130/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
[131/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
[132/185] Wrapping AST for SwiftBasicFormat for debugging
[134/185] 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
[135/185] 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
[136/185] 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
[137/185] 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
[138/185] 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
[139/185] 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
[140/190] Emitting module SwiftParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/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
[146/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
[147/190] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/190] Compiling SwiftParser Expressions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/190] Compiling SwiftParser IncrementalParseTransition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/190] Compiling SwiftParser IsValidIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/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
[152/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
[153/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
[154/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
[155/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
[156/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
[157/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
[158/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
[159/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
[160/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
[161/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
[162/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
[163/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
[164/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
[165/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
[166/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
[167/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
[168/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
[169/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
[170/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
[171/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
[172/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
[173/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
[174/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
[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/204] 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 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
[184/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
[185/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
[186/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
[187/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
[188/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
[189/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
[190/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
[191/216] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/216] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/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
[194/216] Compiling SwiftOperators OperatorError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/216] Compiling SwiftOperators OperatorTable+Defaults.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/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
[198/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
[198/217] Wrapping AST for SwiftOperators for debugging
[200/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
[201/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
[202/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/217] 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
[208/217] 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
[209/218] Wrapping AST for SwiftParserDiagnostics for debugging
[211/233] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/233] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/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
[214/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
[215/234] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/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 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
[222/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
[223/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
[224/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
[225/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
[226/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
[227/235] Wrapping AST for SwiftSyntaxBuilder for debugging
[229/252] 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
[230/252] 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
[231/254] 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
[232/254] 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
[233/254] 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
[234/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
[235/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
[236/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
[237/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
[238/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
[239/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
[240/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
[241/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
[242/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
[243/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
[244/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
[245/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
[246/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
[247/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
[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 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
[252/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
[253/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
[254/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
[255/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
[256/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
[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 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
[263/278] 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
[264/279] 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
[265/279] 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
[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 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
[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 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
[271/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
[272/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
[273/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
[274/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
[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 MetadataSlot.swift
[283/305] Compiling ManagedModelMacros ModelExtensions.swift
[284/305] Compiling ManagedModelMacros ModelMacro.swift
[285/305] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[286/305] Compiling ManagedModelMacros ContextHelpers.swift
[287/305] Compiling ManagedModelMacros RelationshipMacro.swift
[288/305] Compiling ManagedModelMacros TransientMacro.swift
[289/305] Compiling ManagedModelMacros AttributeTypes.swift
[290/305] Compiling ManagedModelMacros DeclHelpers.swift
[291/305] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[292/305] Compiling ManagedModelMacros ModelProperty.swift
[293/305] Compiling ManagedModelMacros AttributeMacro.swift
[294/305] Compiling ManagedModelMacros PersistedPropertyMacro.swift
[295/305] Compiling ManagedModelMacros ModelMemberAttributes.swift
[296/305] Compiling ManagedModelMacros ModelMembers.swift
[297/305] Compiling ManagedModelMacros ModelInitializers.swift
[298/305] Compiling ManagedModelMacros CompilerPlugin.swift
[299/305] Compiling ManagedModelMacros MacroDiagnostic.swift
[300/305] Compiling ManagedModelMacros GenerateInitializers.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
[307/384] 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 {
[308/384] 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 {
[309/384] 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 {
[310/384] 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 {
[311/384] 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 {
/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 {
/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 {
/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 {
/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 {
/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/394] 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 {
[318/394] 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 {
[319/394] 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 {
[320/394] 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 {
[321/394] 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 {
[322/394] 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 {
[323/394] 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 {
[324/394] 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 {
[325/394] 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 {
[326/394] 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 {
[327/394] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[328/394] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
/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/394] 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 {
[331/394] 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 {
[332/394] 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 {
[333/394] 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 {
[334/394] 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 {
[335/394] 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 {
[336/394] 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 {
[337/394] 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 {
[338/394] 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 {
[339/394] 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 {
[340/394] 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 {
[341/394] 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 {
[342/394] 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 {
[343/394] 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 {
[344/394] 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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
[355/394] 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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
[362/394] 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 {
[363/394] 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 {
[364/394] 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 {
[365/394] 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 {
[366/394] 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 {
[367/394] 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 {
[368/394] 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 {
[369/394] 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 {
[370/394] 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 {
[371/394] 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 {
[372/394] 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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/27] Emitting module SwiftSyntax601
[3/27] Compiling SwiftSyntax601 Empty.swift
[4/27] Emitting module SwiftSyntax509
[5/27] Compiling SwiftSyntax509 Empty.swift
[6/29] Compiling SwiftSyntax510 Empty.swift
[7/29] Compiling SwiftSyntax600 Empty.swift
[8/29] Emitting module SwiftSyntax600
[9/29] Emitting module SwiftSyntax510
[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/100] Emitting module SwiftSyntax
[24/100] Compiling SwiftSyntax Identifier.swift
[25/100] Compiling SwiftSyntax MemoryLayout.swift
[26/100] Compiling SwiftSyntax MissingNodeInitializers.swift
[27/100] Compiling SwiftSyntax RawSyntax.swift
[28/100] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[29/100] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[30/100] Compiling SwiftSyntax RawSyntaxTokenView.swift
[31/100] Compiling SwiftSyntax SourceEdit.swift
[32/100] Compiling SwiftSyntax SourceLength.swift
[33/100] Compiling SwiftSyntax RawSyntaxNodesC.swift
[34/100] Compiling SwiftSyntax RawSyntaxNodesD.swift
[35/100] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[36/100] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[37/100] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[38/100] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[39/100] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[40/100] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[41/100] Compiling SwiftSyntax RawSyntaxValidation.swift
[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 SyntaxEnum.swift
[52/100] Compiling SwiftSyntax SyntaxKind.swift
[53/100] Compiling SwiftSyntax SyntaxRewriter.swift
[54/100] Compiling SwiftSyntax SyntaxTraits.swift
[55/100] Compiling SwiftSyntax SyntaxVisitor.swift
[56/100] Compiling SwiftSyntax TokenKind.swift
[57/100] Compiling SwiftSyntax Tokens.swift
[58/100] Compiling SwiftSyntax TriviaPieces.swift
[59/100] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[60/100] Compiling SwiftSyntax Trivia.swift
[61/100] Compiling SwiftSyntax Utils.swift
[62/100] Compiling SwiftSyntax ChildNameForKeyPath.swift
[63/100] Compiling SwiftSyntax Keyword.swift
[64/100] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[65/100] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[66/100] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[67/100] Compiling SwiftSyntax SyntaxBaseNodes.swift
[68/100] Compiling SwiftSyntax SyntaxCollections.swift
[69/100] Compiling SwiftSyntax SourceLocation.swift
[70/100] Compiling SwiftSyntax SourcePresence.swift
[71/100] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[72/100] Compiling SwiftSyntax Syntax.swift
[73/100] Compiling SwiftSyntax SyntaxArena.swift
[74/100] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[75/100] Compiling SwiftSyntax SyntaxChildren.swift
[76/100] Compiling SwiftSyntax SyntaxCollection.swift
[77/100] Compiling SwiftSyntax SyntaxHashable.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/158] Compiling SwiftDiagnostics Message.swift
[89/158] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[90/159] Emitting module SwiftDiagnostics
[91/159] Compiling SwiftParser Nominals.swift
[92/159] Compiling SwiftParser Parameters.swift
[93/159] Compiling SwiftParser Modifiers.swift
[94/159] Compiling SwiftParser Names.swift
[95/159] Compiling SwiftBasicFormat Syntax+Extensions.swift
[96/159] Compiling SwiftBasicFormat InferIndentation.swift
[97/159] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[98/159] Compiling SwiftBasicFormat Indenter.swift
[99/159] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[100/159] Compiling SwiftDiagnostics Note.swift
[101/159] Compiling SwiftDiagnostics FixIt.swift
[102/159] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[103/159] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[104/160] Emitting module SwiftBasicFormat
[105/160] Compiling SwiftBasicFormat BasicFormat.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
[118/164] Compiling SwiftParser ParseSourceFile.swift
[119/164] Compiling SwiftParser Parser.swift
[120/164] Compiling SwiftParser SwiftParserCompatibility.swift
[121/164] Compiling SwiftParser SwiftVersion.swift
[122/164] Compiling SwiftParser SyntaxUtils.swift
[123/164] Compiling SwiftParser TokenConsumer.swift
[124/164] Compiling SwiftParser TokenPrecedence.swift
[125/164] Compiling SwiftParser TokenSpec.swift
[126/164] Compiling SwiftParser TokenSpecSet.swift
[127/164] Compiling SwiftParser TopLevel.swift
[128/164] Compiling SwiftParser TriviaParser.swift
[129/164] Compiling SwiftParser Types.swift
[130/164] Emitting module SwiftParser
[131/164] Compiling SwiftParser Patterns.swift
[132/164] Compiling SwiftParser Recovery.swift
[133/164] Compiling SwiftParser Specifiers.swift
[134/164] Compiling SwiftParser Statements.swift
[135/164] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[136/164] Compiling SwiftParser StringLiterals.swift
[137/164] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[138/164] Compiling SwiftParser Expressions.swift
[139/164] Compiling SwiftParser IncrementalParseTransition.swift
[140/164] Compiling SwiftParser IsValidIdentifier.swift
[141/164] Compiling SwiftParser Cursor.swift
[142/164] Compiling SwiftParser Lexeme.swift
[143/164] Compiling SwiftParser Attributes.swift
[144/164] Compiling SwiftParser Availability.swift
[145/164] Compiling SwiftParser CharacterInfo.swift
[146/164] Compiling SwiftParser CollectionNodes+Parsable.swift
[147/164] Compiling SwiftParser Declarations.swift
[148/164] Compiling SwiftParser Directives.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 SwiftOperators PrecedenceGroup.swift
[156/188] Compiling SwiftOperators PrecedenceGraph.swift
[157/188] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[158/189] Compiling SwiftOperators SyntaxSynthesis.swift
[159/189] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[160/189] Compiling SwiftOperators OperatorTable+Semantics.swift
[161/189] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[162/189] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[163/189] Compiling SwiftParserDiagnostics MissingNodesError.swift
[164/189] Compiling SwiftParserDiagnostics MissingTokenError.swift
[165/189] Compiling SwiftOperators OperatorTable.swift
[166/189] Compiling SwiftOperators OperatorTable+Folding.swift
[167/189] Emitting module SwiftOperators
[168/190] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[169/190] Compiling SwiftParserDiagnostics Utils.swift
[171/189] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[172/189] Compiling SwiftParserDiagnostics PresenceUtils.swift
[173/189] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[174/189] Emitting module SwiftParserDiagnostics
[179/189] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[180/189] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[182/204] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[183/204] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[184/205] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[185/205] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[186/205] Compiling SwiftSyntaxBuilder Indenter.swift
[187/205] Compiling SwiftSyntaxBuilder ListBuilder.swift
[188/205] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[189/205] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[190/205] Emitting module SwiftSyntaxBuilder
[191/205] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[192/205] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[193/205] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[194/205] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[195/205] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[196/205] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[197/205] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[199/222] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[200/222] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[201/222] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[202/222] Compiling SwiftSyntaxMacros Macro+Format.swift
[203/222] Compiling SwiftSyntaxMacros Macro.swift
[204/222] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[205/222] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[206/222] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[207/222] Compiling SwiftSyntaxMacros AccessorMacro.swift
[208/222] Compiling SwiftSyntaxMacros AttachedMacro.swift
[209/222] Compiling SwiftSyntaxMacros BodyMacro.swift
[210/222] Compiling SwiftSyntaxMacros MemberMacro.swift
[211/222] Compiling SwiftSyntaxMacros PeerMacro.swift
[212/224] Emitting module SwiftSyntaxMacros
[213/224] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[214/224] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[215/224] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[216/224] Compiling SwiftSyntaxMacros PreambleMacro.swift
[217/224] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[219/233] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[220/234] Emitting module SwiftSyntaxMacroExpansion
[221/234] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[222/234] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[223/234] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[224/234] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[225/234] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[226/234] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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] Emitting module SwiftCompilerPluginMessageHandling
[241/247] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[242/247] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[244/249] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[245/249] Emitting module SwiftCompilerPlugin
[247/269] Emitting module ManagedModelMacros
[248/271] Compiling ManagedModelMacros CompilerPlugin.swift
[249/271] Compiling ManagedModelMacros MacroDiagnostic.swift
[250/271] Compiling ManagedModelMacros GenerateInitializers.swift
[251/271] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[252/271] Compiling ManagedModelMacros ContextHelpers.swift
[253/271] Compiling ManagedModelMacros RelationshipMacro.swift
[254/271] Compiling ManagedModelMacros TransientMacro.swift
[255/271] Compiling ManagedModelMacros AttributeTypes.swift
[256/271] Compiling ManagedModelMacros DeclHelpers.swift
[257/271] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[258/271] Compiling ManagedModelMacros ModelMemberAttributes.swift
[259/271] Compiling ManagedModelMacros ModelMembers.swift
[260/271] Compiling ManagedModelMacros ModelInitializers.swift
[261/271] Compiling ManagedModelMacros ModelProperty.swift
[262/271] Compiling ManagedModelMacros AttributeMacro.swift
[263/271] Compiling ManagedModelMacros PersistedPropertyMacro.swift
[264/271] Compiling ManagedModelMacros MetadataSlot.swift
[265/271] Compiling ManagedModelMacros ModelExtensions.swift
[266/271] Compiling ManagedModelMacros ModelMacro.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 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 {
[279/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 {
[280/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 {
[281/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 {
[282/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 {
[283/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 {
[284/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 {
[285/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 {
[286/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 {
[287/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 {
[288/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[289/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 {
[290/359] 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 {
[291/359] 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 {
[292/359] 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 {
[293/359] 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 {
[294/359] 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 {
/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 {
/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 {
/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 {
/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 {
/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/359] 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 {
[301/359] 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 {
[302/359] 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 {
[303/359] 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 {
[304/359] Compiling ManagedModels OrderedSet.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[305/359] 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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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/359] 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 {
[313/359] 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 {
[314/359] 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 {
[315/359] 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 {
[316/359] 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 {
[317/359] 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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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/359] 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 {
[325/359] 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 {
[326/359] 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 {
[327/359] 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 {
[328/359] 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 {
[329/359] 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 {
[330/359] 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 {
[331/359] 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 {
[332/359] 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 {
[333/359] 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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 linux