Build Information
Failed to build ManagedModels, reference develop (e38045
), with Swift 6.1 for Linux on 29 Apr 2025 19:32:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Data-swift/ManagedModels.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Data-swift/ManagedModels
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at e380454 Merge pull request #37 from admkopec/bugs/fix-optional-objc
Cloned https://github.com/Data-swift/ManagedModels.git
Revision (git rev-parse @):
e3804544e0e18323f7c7190f08257bdf70d407cd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Data-swift/ManagedModels.git at develop
========================================
Build
========================================
Selected platform: 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" : "509.0.0",
"upper_bound" : "600.0.1"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "ManagedModels",
"name" : "ManagedModels",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ManagedModels",
"targets" : [
"ManagedModels"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ManagedModelMacros",
"targets" : [
"ManagedModelMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ManagedModels",
"module_type" : "SwiftTarget",
"name" : "ManagedModels",
"path" : "Sources/ManagedModels",
"product_memberships" : [
"ManagedModels"
],
"sources" : [
"Container/ModelConfiguration.swift",
"Container/ModelContainer.swift",
"Container/NSPersistentContainer+Data.swift",
"Container/NSPersistentStoreDescription+Data.swift",
"Context/ModelContext.swift",
"Context/NSManagedObjectContext+Data.swift",
"Migration/MigrationStage.swift",
"Migration/SchemaMigrationPlan.swift",
"ModelMacroDefinition.swift",
"PersistentModel/PersistentIdentifier.swift",
"PersistentModel/PersistentModel+KVC.swift",
"PersistentModel/PersistentModel.swift",
"PersistentModel/PropertyMetadata.swift",
"PersistentModel/RelationshipCollection.swift",
"ReExports.swift",
"Schema/Attribute.swift",
"Schema/AttributeOption.swift",
"Schema/Entity.swift",
"Schema/Relationship.swift",
"Schema/RelationshipOption.swift",
"Schema/RelationshipTargetType.swift",
"Schema/Schema.swift",
"Schema/SchemaProperty.swift",
"Schema/SchemaVersion.swift",
"Schema/VersionedSchema.swift",
"SchemaCompatibility/CodableTransformer.swift",
"SchemaCompatibility/CoreDataPrimitiveValue.swift",
"SchemaCompatibility/NSAttributeDescription+Data.swift",
"SchemaCompatibility/NSAttributeType+Data.swift",
"SchemaCompatibility/NSDeleteRule+Data.swift",
"SchemaCompatibility/NSEntityDescription+Data.swift",
"SchemaCompatibility/NSManagedObjectModel+Data.swift",
"SchemaCompatibility/NSPropertyDescription+Data.swift",
"SchemaCompatibility/NSRelationshipDescription+Data.swift",
"SchemaGeneration/NSEntityDescription+Generation.swift",
"SchemaGeneration/NSRelationshipDescription+Inverse.swift",
"SchemaGeneration/SchemaBuilder.swift",
"SwiftUI/FetchRequest+Extras.swift",
"SwiftUI/ModelContainer+SwiftUI.swift",
"SwiftUI/ModelContext+SwiftUI.swift",
"Utilities/AnyOptional.swift",
"Utilities/NSSortDescriptors+Extras.swift",
"Utilities/OrderedSet.swift"
],
"target_dependencies" : [
"ManagedModelMacros"
],
"type" : "library"
},
{
"c99name" : "ManagedModelTests",
"module_type" : "SwiftTarget",
"name" : "ManagedModelTests",
"path" : "Tests/ManagedModelTests",
"sources" : [
"BasicModelTests.swift",
"CodablePropertiesTests.swift",
"CodableRawRepresentableTests.swift",
"CoreDataAssumptionsTests.swift",
"FetchRequestTests.swift",
"Fixtures.swift",
"ObjCMarkedPropertiesTests.swift",
"RelationshipSetupTests.swift",
"SchemaGenerationTests.swift",
"Schemas/AdvancedCodablePropertiesSchema.swift",
"Schemas/CodablePropertySchema.swift",
"Schemas/ExpandedPersonAddressSchema.swift",
"Schemas/PersonAddressOptionalToOne.swift",
"Schemas/PersonAddressSchema.swift",
"Schemas/PersonAddressSchemaNoInverse.swift",
"Schemas/ToDoListSchema.swift",
"Schemas/TransformablePropertySchema.swift",
"SwiftUITestCase.swift",
"TransformablePropertiesTests.swift"
],
"target_dependencies" : [
"ManagedModels"
],
"type" : "test"
},
{
"c99name" : "ManagedModelMacrosTests",
"module_type" : "SwiftTarget",
"name" : "ManagedModelMacrosTests",
"path" : "Tests/ManagedModelMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ManagedModelMacrosTests.swift"
],
"target_dependencies" : [
"ManagedModelMacros"
],
"type" : "test"
},
{
"c99name" : "ManagedModelMacros",
"module_type" : "SwiftTarget",
"name" : "ManagedModelMacros",
"path" : "Sources/ManagedModelMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ManagedModels",
"ManagedModelMacros"
],
"sources" : [
"CompilerPlugin.swift",
"MacroDiagnostic.swift",
"ModelMacro/GenerateInitializers.swift",
"ModelMacro/MetadataSlot.swift",
"ModelMacro/ModelExtensions.swift",
"ModelMacro/ModelMacro.swift",
"ModelMacro/ModelMemberAttributes.swift",
"ModelMacro/ModelMembers.swift",
"Models/ModelInitializers.swift",
"Models/ModelProperty.swift",
"PropertyMacros/AttributeMacro.swift",
"PropertyMacros/PersistedPropertyMacro.swift",
"PropertyMacros/RelationshipMacro.swift",
"PropertyMacros/TransientMacro.swift",
"Utilities/AttributeTypes.swift",
"Utilities/ClassDeclSyntax+Extras.swift",
"Utilities/ContextHelpers.swift",
"Utilities/DeclHelpers.swift",
"Utilities/DeclModifierListSyntax+Extras.swift",
"Utilities/ExpressionType.swift",
"Utilities/TypeSyntax+Extras.swift"
],
"type" : "macro"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.70s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.0 (5.66s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.0
Building for debugging...
[0/36] Write sources
[17/36] Compiling _SwiftSyntaxCShims dummy.c
[18/36] Write swift-version-24593BA9C3E375BF.txt
[20/42] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/42] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/43] 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
[24/43] 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
[25/44] 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
[26/44] 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
[27/45] Wrapping AST for SwiftSyntax509 for debugging
[29/45] Wrapping AST for SwiftSyntax510 for debugging
[30/45] Wrapping AST for SwiftSyntax600 for debugging
[32/109] 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
[33/109] 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
[34/109] 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
[35/109] 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
[36/109] 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
[37/109] 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
[38/109] 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
[39/109] 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
[40/109] 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
[41/117] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/117] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/117] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/117] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/117] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/117] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/117] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/117] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/117] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/117] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/117] Compiling SwiftSyntax RawSyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/117] Compiling SwiftSyntax RawSyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/117] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/117] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/117] Compiling SwiftSyntax RawSyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/117] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/117] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/117] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/117] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/117] Compiling SwiftSyntax SyntaxKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/117] Compiling SwiftSyntax SyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/117] Compiling SwiftSyntax SyntaxTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/117] Compiling SwiftSyntax SyntaxVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/117] Compiling SwiftSyntax TokenKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/117] Compiling SwiftSyntax Tokens.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/117] Compiling SwiftSyntax TriviaPieces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/117] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/117] Compiling SwiftSyntax RawSyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/117] 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
[70/117] 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
[71/117] 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
[72/117] 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
[73/117] 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
[74/117] 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
[75/117] 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
[76/117] 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
[77/117] 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
[78/117] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/117] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/117] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/117] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/117] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/117] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/117] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/117] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/117] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/117] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/117] Compiling SwiftSyntax ChildNameForKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/117] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/117] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/117] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/117] Compiling SwiftSyntax SyntaxAnyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/117] Compiling SwiftSyntax SyntaxBaseNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/117] Compiling SwiftSyntax SyntaxCollections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/117] Compiling SwiftSyntax SyntaxEnum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/117] Compiling SwiftSyntax SyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/117] Compiling SwiftSyntax SyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/117] Compiling SwiftSyntax SyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/117] Compiling SwiftSyntax SyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/117] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/117] Compiling SwiftSyntax SyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/117] Compiling SwiftSyntax SyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/117] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/118] Wrapping AST for SwiftSyntax for debugging
[106/175] 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
[107/175] 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
[108/176] 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
[109/176] 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
[110/176] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/176] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/176] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/176] Compiling SwiftBasicFormat Syntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/176] Compiling SwiftDiagnostics Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/176] Compiling SwiftDiagnostics Note.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/176] Compiling SwiftDiagnostics GroupedDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/176] 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
[118/176] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/176] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/176] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/177] 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
[123/177] 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
[124/178] 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
[125/178] 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
[126/178] 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
[127/178] 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
[128/178] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/183] Wrapping AST for SwiftDiagnostics for debugging
[130/183] Wrapping AST for SwiftBasicFormat for debugging
[132/183] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/183] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/183] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/183] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/183] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/183] Compiling SwiftParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/183] 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
[139/183] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/183] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/183] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/183] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/183] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/183] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/183] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/183] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/183] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/183] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/183] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/183] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/183] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/183] Compiling SwiftParser TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/183] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/183] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/183] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/183] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/183] Compiling SwiftParser Expressions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/183] Compiling SwiftParser IncrementalParseTransition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/183] Compiling SwiftParser IsValidIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/183] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/183] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/183] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/183] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/183] Compiling SwiftParser ExperimentalFeatures.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/183] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/183] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/183] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/183] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/184] Wrapping AST for SwiftParser for debugging
[175/207] Compiling 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
[176/207] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/209] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/209] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/209] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/209] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/209] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/209] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/209] Compiling SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/209] Compiling SwiftOperators SyntaxSynthesis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/209] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/209] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/209] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/210] 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
[190/210] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/210] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/210] Wrapping AST for SwiftOperators for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/210] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/210] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/210] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[200/210] 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
[201/210] 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
[202/211] Wrapping AST for SwiftParserDiagnostics for debugging
[204/226] 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
[205/226] 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
[206/226] 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
[207/226] 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
[208/227] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/227] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/227] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/227] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/227] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/227] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/227] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/227] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/227] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/227] Compiling SwiftSyntaxBuilder BuildableNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/227] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/227] Compiling SwiftSyntaxBuilder ResultBuilders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/228] Wrapping AST for SwiftSyntaxBuilder for debugging
[222/245] 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
[223/247] Compiling SwiftSyntaxMacros CodeItemMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/247] Compiling SwiftSyntaxMacros DeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/247] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/247] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/247] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/247] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/247] Compiling SwiftSyntaxMacros FreestandingMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/247] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/247] Compiling SwiftSyntaxMacros AccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/247] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/247] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/247] 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
[235/247] 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
[236/247] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/247] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/247] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/247] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/247] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/248] Wrapping AST for SwiftSyntaxMacros for debugging
[243/257] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/257] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/257] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/257] 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
[247/257] 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
[248/257] 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
[249/257] 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
[250/257] 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
[251/257] 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
[252/258] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/259] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[255/271] Compiling SwiftCompilerPluginMessageHandling 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
[256/272] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/272] Compiling SwiftCompilerPluginMessageHandling Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/272] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/272] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/272] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/272] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/272] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/272] 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
[264/272] 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
[265/272] Emitting module SwiftCompilerPluginMessageHandling
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/272] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/272] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/273] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[270/275] Emitting module SwiftCompilerPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/275] Compiling SwiftCompilerPlugin CompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[272/276] Wrapping AST for SwiftCompilerPlugin for debugging
[274/296] Compiling ManagedModelMacros DeclHelpers.swift
[275/296] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[276/298] Compiling ManagedModelMacros CompilerPlugin.swift
[277/298] Compiling ManagedModelMacros MacroDiagnostic.swift
[278/298] Compiling ManagedModelMacros GenerateInitializers.swift
[279/298] Emitting module ManagedModelMacros
[280/298] Compiling ManagedModelMacros ModelMemberAttributes.swift
[281/298] Compiling ManagedModelMacros ModelMembers.swift
[282/298] Compiling ManagedModelMacros ModelInitializers.swift
[283/298] Compiling ManagedModelMacros ModelProperty.swift
[284/298] Compiling ManagedModelMacros AttributeMacro.swift
[285/298] Compiling ManagedModelMacros PersistedPropertyMacro.swift
[286/298] Compiling ManagedModelMacros MetadataSlot.swift
[287/298] Compiling ManagedModelMacros ModelExtensions.swift
[288/298] Compiling ManagedModelMacros ModelMacro.swift
[289/298] Compiling ManagedModelMacros RelationshipMacro.swift
[290/298] Compiling ManagedModelMacros TransientMacro.swift
[291/298] Compiling ManagedModelMacros AttributeTypes.swift
[292/298] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[293/298] Compiling ManagedModelMacros ContextHelpers.swift
[294/298] Compiling ManagedModelMacros ExpressionType.swift
[295/298] Compiling ManagedModelMacros TypeSyntax+Extras.swift
[296/299] Wrapping AST for ManagedModelMacros for debugging
[297/299] Write Objects.LinkFileList
[298/299] Linking ManagedModelMacros-tool
[300/377] 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 {
[301/377] 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 {
[302/377] 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 {
[303/377] 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 {
[304/377] 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 {
[305/382] 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 {
[306/382] 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 {
[307/382] 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 {
[308/382] 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 {
[309/382] 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 {
[310/382] 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 {
[311/387] Compiling ManagedModels NSAttributeType+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[312/387] Compiling ManagedModels NSDeleteRule+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[313/387] Compiling ManagedModels NSEntityDescription+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[314/387] Compiling ManagedModels NSManagedObjectModel+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[315/387] Compiling ManagedModels NSPropertyDescription+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[316/387] Emitting module ManagedModels
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
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 {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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 {
[323/387] Compiling ManagedModels MigrationStage.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[324/387] Compiling ManagedModels PropertyMetadata.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[325/387] Compiling ManagedModels RelationshipCollection.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[326/387] Compiling ManagedModels ReExports.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[327/387] Compiling ManagedModels Attribute.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[328/387] Compiling ManagedModels AttributeOption.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[329/387] Compiling ManagedModels Entity.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[330/387] 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 {
[331/387] 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 {
[332/387] 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 {
[333/387] 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 {
[334/387] 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 {
[335/387] Compiling ManagedModels NSRelationshipDescription+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[336/387] Compiling ManagedModels NSEntityDescription+Generation.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[337/387] Compiling ManagedModels NSRelationshipDescription+Inverse.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[338/387] Compiling ManagedModels SchemaBuilder.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[339/387] Compiling ManagedModels FetchRequest+Extras.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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 {
[355/387] Compiling ManagedModels SchemaMigrationPlan.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[356/387] Compiling ManagedModels ModelMacroDefinition.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[357/387] Compiling ManagedModels PersistentIdentifier.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[358/387] Compiling ManagedModels PersistentModel+KVC.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[359/387] Compiling ManagedModels PersistentModel.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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 {
[378/387] Compiling ManagedModels ModelContainer+SwiftUI.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[379/387] Compiling ManagedModels ModelContext+SwiftUI.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[380/387] Compiling ManagedModels AnyOptional.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[381/387] Compiling ManagedModels NSSortDescriptors+Extras.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[382/387] Compiling ManagedModels OrderedSet.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/24] Emitting module SwiftSyntax510
[3/24] Compiling SwiftSyntax510 Empty.swift
[4/25] Emitting module SwiftSyntax509
[5/25] Emitting module SwiftSyntax600
[6/25] Compiling SwiftSyntax600 Empty.swift
[7/25] Compiling SwiftSyntax509 Empty.swift
[11/88] Compiling SwiftSyntax AbsolutePosition.swift
[12/88] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[13/88] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[14/88] Compiling SwiftSyntax Assert.swift
[15/88] Compiling SwiftSyntax BumpPtrAllocator.swift
[16/88] Compiling SwiftSyntax CommonAncestor.swift
[17/88] Compiling SwiftSyntax Convenience.swift
[18/88] Compiling SwiftSyntax CustomTraits.swift
[19/88] Compiling SwiftSyntax Identifier.swift
[20/96] Emitting module SwiftSyntax
[21/96] Compiling SwiftSyntax SyntaxKind.swift
[22/96] Compiling SwiftSyntax SyntaxRewriter.swift
[23/96] Compiling SwiftSyntax SyntaxTraits.swift
[24/96] Compiling SwiftSyntax SyntaxVisitor.swift
[25/96] Compiling SwiftSyntax TokenKind.swift
[26/96] Compiling SwiftSyntax Tokens.swift
[27/96] Compiling SwiftSyntax TriviaPieces.swift
[28/96] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[29/96] Compiling SwiftSyntax RawSyntaxNodesC.swift
[30/96] Compiling SwiftSyntax SourcePresence.swift
[31/96] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[32/96] Compiling SwiftSyntax Syntax.swift
[33/96] Compiling SwiftSyntax SyntaxArena.swift
[34/96] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[35/96] Compiling SwiftSyntax SyntaxChildren.swift
[36/96] Compiling SwiftSyntax SyntaxCollection.swift
[37/96] Compiling SwiftSyntax SyntaxHashable.swift
[38/96] Compiling SwiftSyntax SyntaxIdentifier.swift
[39/96] Compiling SwiftSyntax SyntaxNodeFactory.swift
[40/96] Compiling SwiftSyntax SyntaxNodeStructure.swift
[41/96] Compiling SwiftSyntax SyntaxProtocol.swift
[42/96] Compiling SwiftSyntax SyntaxText.swift
[43/96] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[44/96] Compiling SwiftSyntax TokenDiagnostic.swift
[45/96] Compiling SwiftSyntax TokenSequence.swift
[46/96] Compiling SwiftSyntax TokenSyntax.swift
[47/96] Compiling SwiftSyntax Trivia.swift
[48/96] Compiling SwiftSyntax MemoryLayout.swift
[49/96] Compiling SwiftSyntax MissingNodeInitializers.swift
[50/96] Compiling SwiftSyntax RawSyntax.swift
[51/96] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[52/96] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[53/96] Compiling SwiftSyntax RawSyntaxTokenView.swift
[54/96] Compiling SwiftSyntax SourceEdit.swift
[55/96] Compiling SwiftSyntax SourceLength.swift
[56/96] Compiling SwiftSyntax SourceLocation.swift
[57/96] Compiling SwiftSyntax RawSyntaxNodesD.swift
[58/96] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[59/96] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[60/96] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[61/96] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[62/96] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[63/96] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[64/96] Compiling SwiftSyntax RawSyntaxValidation.swift
[65/96] Compiling SwiftSyntax SyntaxNodesAB.swift
[66/96] Compiling SwiftSyntax Utils.swift
[67/96] Compiling SwiftSyntax ChildNameForKeyPath.swift
[68/96] Compiling SwiftSyntax Keyword.swift
[69/96] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[70/96] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[71/96] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[72/96] Compiling SwiftSyntax SyntaxBaseNodes.swift
[73/96] Compiling SwiftSyntax SyntaxCollections.swift
[74/96] Compiling SwiftSyntax SyntaxEnum.swift
[75/96] Compiling SwiftSyntax SyntaxNodesC.swift
[76/96] Compiling SwiftSyntax SyntaxNodesD.swift
[77/96] Compiling SwiftSyntax SyntaxNodesEF.swift
[78/96] Compiling SwiftSyntax SyntaxNodesGHI.swift
[79/96] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[80/96] Compiling SwiftSyntax SyntaxNodesOP.swift
[81/96] Compiling SwiftSyntax SyntaxNodesQRS.swift
[82/96] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[84/153] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[85/153] Compiling SwiftBasicFormat Syntax+Extensions.swift
[86/153] Compiling SwiftBasicFormat InferIndentation.swift
[87/153] Compiling SwiftDiagnostics Message.swift
[88/153] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[89/154] Compiling SwiftParser Attributes.swift
[90/154] Compiling SwiftParser Availability.swift
[91/154] Emitting module SwiftDiagnostics
[92/154] Compiling SwiftParser CharacterInfo.swift
[93/154] Compiling SwiftParser CollectionNodes+Parsable.swift
[94/154] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[95/154] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[96/154] Compiling SwiftDiagnostics FixIt.swift
[97/154] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[98/154] Compiling SwiftDiagnostics Note.swift
[99/155] Compiling SwiftBasicFormat BasicFormat.swift
[100/155] Emitting module SwiftBasicFormat
[103/154] Compiling SwiftParser LexemeSequence.swift
[104/154] Compiling SwiftParser Lexer.swift
[105/154] Compiling SwiftParser RegexLiteralLexer.swift
[106/154] Compiling SwiftParser UnicodeScalarExtensions.swift
[107/154] Compiling SwiftParser Lookahead.swift
[108/154] Compiling SwiftParser LoopProgressCondition.swift
[109/159] Compiling SwiftParser Modifiers.swift
[110/159] Compiling SwiftParser Names.swift
[111/159] Compiling SwiftParser Nominals.swift
[112/159] Compiling SwiftParser Parameters.swift
[113/159] Compiling SwiftParser ParseSourceFile.swift
[114/159] Compiling SwiftParser Parser.swift
[115/159] Compiling SwiftParser Patterns.swift
[116/159] Compiling SwiftParser Recovery.swift
[117/159] Compiling SwiftParser Specifiers.swift
[118/159] Compiling SwiftParser Statements.swift
[119/159] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[120/159] Compiling SwiftParser StringLiterals.swift
[121/159] Compiling SwiftParser SwiftParserCompatibility.swift
[122/159] Compiling SwiftParser SwiftVersion.swift
[123/159] Compiling SwiftParser SyntaxUtils.swift
[124/159] Compiling SwiftParser TokenConsumer.swift
[125/159] Compiling SwiftParser TokenPrecedence.swift
[126/159] Compiling SwiftParser TokenSpec.swift
[127/159] Compiling SwiftParser TokenSpecSet.swift
[128/159] Compiling SwiftParser TopLevel.swift
[129/159] Compiling SwiftParser TriviaParser.swift
[130/159] Compiling SwiftParser Types.swift
[131/159] Emitting module SwiftParser
[132/159] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[133/159] Compiling SwiftParser Expressions.swift
[134/159] Compiling SwiftParser IncrementalParseTransition.swift
[135/159] Compiling SwiftParser IsValidIdentifier.swift
[136/159] Compiling SwiftParser Cursor.swift
[137/159] Compiling SwiftParser Lexeme.swift
[142/159] Compiling SwiftParser Declarations.swift
[143/159] Compiling SwiftParser Directives.swift
[144/159] Compiling SwiftParser ExperimentalFeatures.swift
[145/159] Compiling SwiftParser IsLexerClassified.swift
[146/159] Compiling SwiftParser LayoutNodes+Parsable.swift
[147/159] Compiling SwiftParser Parser+TokenSpecSet.swift
[148/159] Compiling SwiftParser TokenSpecStaticMembers.swift
[150/182] Compiling SwiftOperators PrecedenceGroup.swift
[151/183] Compiling SwiftOperators OperatorTable.swift
[152/183] Compiling SwiftOperators PrecedenceGraph.swift
[153/183] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[154/184] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[155/184] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[156/184] Emitting module SwiftOperators
[157/184] Compiling SwiftParserDiagnostics MissingNodesError.swift
[158/184] Compiling SwiftParserDiagnostics MissingTokenError.swift
[159/184] Compiling SwiftOperators OperatorTable+Semantics.swift
[160/184] Compiling SwiftOperators OperatorTable+Folding.swift
[161/184] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[162/184] Compiling SwiftOperators SyntaxSynthesis.swift
[164/184] Emitting module SwiftParserDiagnostics
[165/184] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[166/184] Compiling SwiftParserDiagnostics PresenceUtils.swift
[167/184] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[168/184] Compiling SwiftParserDiagnostics Utils.swift
[169/184] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[174/184] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[175/184] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[177/199] Compiling SwiftSyntaxBuilder Indenter.swift
[178/199] Compiling SwiftSyntaxBuilder ListBuilder.swift
[179/199] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[180/199] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[181/200] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[182/200] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[183/200] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[184/200] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[185/200] Emitting module SwiftSyntaxBuilder
[186/200] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[187/200] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[188/200] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[189/200] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[190/200] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[191/200] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[192/200] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[194/217] Compiling SwiftSyntaxMacros AccessorMacro.swift
[195/217] Compiling SwiftSyntaxMacros AttachedMacro.swift
[196/217] Compiling SwiftSyntaxMacros BodyMacro.swift
[197/217] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[198/217] Compiling SwiftSyntaxMacros Macro+Format.swift
[199/217] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[200/217] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[201/219] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[202/219] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[203/219] Compiling SwiftSyntaxMacros Macro.swift
[204/219] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[205/219] Compiling SwiftSyntaxMacros MemberMacro.swift
[206/219] Compiling SwiftSyntaxMacros PeerMacro.swift
[207/219] Emitting module SwiftSyntaxMacros
[208/219] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[209/219] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[210/219] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[211/219] Compiling SwiftSyntaxMacros PreambleMacro.swift
[212/219] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[214/228] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[215/229] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[216/229] Emitting module SwiftSyntaxMacroExpansion
[217/229] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[218/229] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[219/229] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[220/229] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[221/229] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[222/229] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[223/229] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[225/241] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[226/241] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[227/242] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[228/242] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[229/242] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[230/242] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[231/242] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[232/242] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[233/242] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[234/242] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[235/242] Emitting module SwiftCompilerPluginMessageHandling
[236/242] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[237/242] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[239/244] Emitting module SwiftCompilerPlugin
[240/244] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[242/264] Emitting module ManagedModelMacros
[243/266] Compiling ManagedModelMacros CompilerPlugin.swift
[244/266] Compiling ManagedModelMacros MacroDiagnostic.swift
[245/266] Compiling ManagedModelMacros GenerateInitializers.swift
[246/266] Compiling ManagedModelMacros RelationshipMacro.swift
[247/266] Compiling ManagedModelMacros TransientMacro.swift
[248/266] Compiling ManagedModelMacros AttributeTypes.swift
[249/266] Compiling ManagedModelMacros DeclHelpers.swift
[250/266] Compiling ManagedModelMacros DeclModifierListSyntax+Extras.swift
[251/266] Compiling ManagedModelMacros ModelMemberAttributes.swift
[252/266] Compiling ManagedModelMacros ModelMembers.swift
[253/266] Compiling ManagedModelMacros ModelInitializers.swift
[254/266] Compiling ManagedModelMacros ModelProperty.swift
[255/266] Compiling ManagedModelMacros AttributeMacro.swift
[256/266] Compiling ManagedModelMacros PersistedPropertyMacro.swift
[257/266] Compiling ManagedModelMacros ClassDeclSyntax+Extras.swift
[258/266] Compiling ManagedModelMacros ContextHelpers.swift
[259/266] Compiling ManagedModelMacros MetadataSlot.swift
[260/266] Compiling ManagedModelMacros ModelExtensions.swift
[261/266] Compiling ManagedModelMacros ModelMacro.swift
[262/266] Compiling ManagedModelMacros ExpressionType.swift
[263/266] Compiling ManagedModelMacros TypeSyntax+Extras.swift
[264/266] Write Objects.LinkFileList
[265/266] Linking ManagedModelMacros-tool
[267/344] Compiling ManagedModels 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 {
[268/344] Compiling ManagedModels CodableTransformer.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[269/344] Compiling ManagedModels CoreDataPrimitiveValue.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[270/344] Compiling ManagedModels NSAttributeDescription+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[271/344] 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 {
[272/344] 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 {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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 {
[275/349] Compiling ManagedModels ReExports.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[276/349] Compiling ManagedModels Attribute.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[277/349] Compiling ManagedModels AttributeOption.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[278/349] Compiling ManagedModels Entity.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[279/354] Compiling ManagedModels NSEntityDescription+Generation.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[280/354] Compiling ManagedModels NSRelationshipDescription+Inverse.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[281/354] Compiling ManagedModels SchemaBuilder.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[282/354] Compiling ManagedModels FetchRequest+Extras.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[283/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 {
[284/354] 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 {
[285/354] 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 {
[286/354] 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 {
[287/354] 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 {
[288/354] 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 {
[289/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 {
[290/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 {
[291/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 {
[292/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 {
[293/354] Compiling ManagedModels MigrationStage.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[294/354] Compiling ManagedModels NSAttributeType+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[295/354] Compiling ManagedModels NSDeleteRule+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[296/354] Compiling ManagedModels NSEntityDescription+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[297/354] Compiling ManagedModels NSManagedObjectModel+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[298/354] Compiling ManagedModels NSPropertyDescription+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[299/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[300/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 {
[301/354] Compiling ManagedModels SchemaVersion.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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 {
[306/354] Compiling ManagedModels NSRelationshipDescription+Data.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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 {
[311/354] Compiling ManagedModels ModelContainer+SwiftUI.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[312/354] Compiling ManagedModels ModelContext+SwiftUI.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[313/354] Compiling ManagedModels AnyOptional.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[314/354] Compiling ManagedModels NSSortDescriptors+Extras.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
[315/354] Compiling ManagedModels OrderedSet.swift
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6:24: error: no such module 'CoreData'
4 | //
5 |
6 | @preconcurrency import CoreData
| `- error: no such module 'CoreData'
7 |
8 | public struct ModelConfiguration: Hashable, Sendable {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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 {
[321/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 {
[322/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 {
[323/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 {
[324/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 {
[325/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 {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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)
[327/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 {
/host/spi-builder-workspace/Sources/ManagedModels/Container/ModelConfiguration.swift:6: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