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