Build Information
Successful build of Harmonize, reference main (40353d), with Swift 6.1 for macOS (SPM) on 4 May 2026 00:33:01 UTC.
Swift 6 data race errors: 5
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perrystreetsoftware/Harmonize.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perrystreetsoftware/Harmonize
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 40353d4 [GH-7095] Update README.md (#77)
Cloned https://github.com/perrystreetsoftware/Harmonize.git
Revision (git rev-parse @):
40353d4656c90b50bb7a03467dfc19dad22b1f8a
SUCCESS checkout https://github.com/perrystreetsoftware/Harmonize.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/perrystreetsoftware/Harmonize.git
https://github.com/perrystreetsoftware/Harmonize.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.1",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "Harmonize",
"name" : "Harmonize",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Harmonize",
"targets" : [
"Harmonize"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HarmonizeSemantics",
"targets" : [
"HarmonizeSemantics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HarmonizeUtils",
"targets" : [
"HarmonizeUtils"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SemanticsTests",
"module_type" : "SwiftTarget",
"name" : "SemanticsTests",
"path" : "Tests/SemanticsTests",
"product_dependencies" : [
"SwiftOperators"
],
"sources" : [
"BodyTests.swift",
"ClassesTests.swift",
"ClosureTests.swift",
"DeclarationsCacheTests.swift",
"EnumsTests.swift",
"ExtensionsTests.swift",
"FunctionCallTests.swift",
"FunctionsTests.swift",
"GuardTests.swift",
"IfTests.swift",
"ImportsTests.swift",
"InitializersTests.swift",
"ProtocolsTests.swift",
"StructsTests.swift",
"SwitchTests.swift",
"Util/Parser.swift",
"VariablesTests.swift"
],
"target_dependencies" : [
"HarmonizeSemantics"
],
"type" : "test"
},
{
"c99name" : "HarmonizeUtils",
"module_type" : "SwiftTarget",
"name" : "HarmonizeUtils",
"path" : "Sources/HarmonizeUtils",
"product_memberships" : [
"Harmonize",
"HarmonizeUtils"
],
"sources" : [
"Concurrency/ConcurrentDictionary.swift",
"Imitator/StaticStringImitator.swift",
"String/String+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "HarmonizeTests",
"module_type" : "SwiftTarget",
"name" : "HarmonizeTests",
"path" : "Tests/HarmonizeTests",
"sources" : [
"PerformanceTests/HarmonizePerformanceTests.swift",
"Tests/AssertionsFailuresTests.swift",
"Tests/AssertionsSourceCodeTests.swift",
"Tests/AssertionsTests.swift",
"Tests/Config/ConfigParserTests.swift",
"Tests/Filters/FunctionCallTests.swift",
"Tests/FiltersTests.swift",
"Tests/HarmonizeTests.swift",
"Tests/LintRulesExamplesTests.swift",
"Tests/Protocols/ProtocolsInheritanceTests.swift",
"Tests/SwiftTestingAssertionsTests.swift"
],
"target_dependencies" : [
"Harmonize"
],
"type" : "test"
},
{
"c99name" : "HarmonizeSemantics",
"module_type" : "SwiftTarget",
"name" : "HarmonizeSemantics",
"path" : "Sources/HarmonizeSemantics",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"Harmonize",
"HarmonizeSemantics"
],
"sources" : [
"Collector/Cache/DeclarationsCache.swift",
"Collector/DeclarationsCollector.swift",
"Declaration.swift",
"Declaration/Class.swift",
"Declaration/Enum.swift",
"Declaration/EnumCase.swift",
"Declaration/Extension.swift",
"Declaration/Extension/Array+AsType.swift",
"Declaration/Extension/SyntaxProtocol+ResolveParent.swift",
"Declaration/Function.swift",
"Declaration/Import.swift",
"Declaration/Initializer.swift",
"Declaration/Parameter.swift",
"Declaration/ProtocolDeclaration.swift",
"Declaration/Provider/ClassesProviding.swift",
"Declaration/Provider/ClosuresProviding.swift",
"Declaration/Provider/DeclarationsProviding.swift",
"Declaration/Provider/EnumsProviding.swift",
"Declaration/Provider/FunctionsProviding.swift",
"Declaration/Provider/InitializersProviding.swift",
"Declaration/Provider/ParametersProviding.swift",
"Declaration/Provider/ParentDeclarationProviding.swift",
"Declaration/Provider/ProtocolsProviding.swift",
"Declaration/Provider/SourceCodeProviding.swift",
"Declaration/Provider/StructsProviding.swift",
"Declaration/Provider/VariablesProviding.swift",
"Declaration/Struct.swift",
"Declaration/Variable.swift",
"DeclarationDecoration.swift",
"GrammarComponents/Decoration/AccessorBlock.swift",
"GrammarComponents/Decoration/Attribute.swift",
"GrammarComponents/Decoration/Body.swift",
"GrammarComponents/Decoration/Closure.swift",
"GrammarComponents/Decoration/Condition.swift",
"GrammarComponents/Decoration/Else.swift",
"GrammarComponents/Decoration/FunctionCall.swift",
"GrammarComponents/Decoration/GetterBlock.swift",
"GrammarComponents/Decoration/Guard.swift",
"GrammarComponents/Decoration/If.swift",
"GrammarComponents/Decoration/InfixExpression.swift",
"GrammarComponents/Decoration/InitializerClause.swift",
"GrammarComponents/Decoration/ReturnClause.swift",
"GrammarComponents/Decoration/Statement.swift",
"GrammarComponents/Decoration/Switch.swift",
"GrammarComponents/Decoration/TypeAnnotation.swift",
"GrammarComponents/Extension/AttributeListSyntax+AttributesProviding.swift",
"GrammarComponents/Extension/CodeBlockItemListSyntax+ToString.swift",
"GrammarComponents/Extension/DeclModifierListSyntax+ModifiersProviding.swift",
"GrammarComponents/Extension/InheritanceClauseSyntax+ToString.swift",
"GrammarComponents/Extension/InitializerClauseSyntax+InitializerClauseProviding.swift",
"GrammarComponents/Modifier.swift",
"GrammarComponents/Provider/AccessorBlocksProviding.swift",
"GrammarComponents/Provider/AttributesProviding.swift",
"GrammarComponents/Provider/BodyProviding.swift",
"GrammarComponents/Provider/ConditionsProviding.swift",
"GrammarComponents/Provider/FunctionCallsProviding.swift",
"GrammarComponents/Provider/InheritanceProviding.swift",
"GrammarComponents/Provider/InitializerClauseProviding.swift",
"GrammarComponents/Provider/ModifiersProviding.swift",
"GrammarComponents/Provider/ReturnProviding.swift",
"GrammarComponents/Provider/TypeProviding.swift",
"NamedDeclaration.swift",
"SourceCode/SourceCodeLocation.swift",
"Syntax/SyntaxNodeProviding.swift"
],
"type" : "library"
},
{
"c99name" : "Harmonize",
"module_type" : "SwiftTarget",
"name" : "Harmonize",
"path" : "Sources/Harmonize",
"product_dependencies" : [
"SwiftSyntax",
"SwiftOperators",
"SwiftParser",
"Yams"
],
"product_memberships" : [
"Harmonize"
],
"sources" : [
"Core/Config/Config.swift",
"Core/Config/Resolver/ResolveProjectConfigFilePath.swift",
"Core/Finder/GetFiles.swift",
"Core/Finder/Resolver/ResolveProjectWorkingDirectory.swift",
"Core/ScopeBuilder/HarmonizeScopeBuilder.swift",
"Core/ScopeBuilder/PlainSourceScopeBuilder.swift",
"Frontend/API/Builder/Excluding.swift",
"Frontend/API/Builder/On.swift",
"Frontend/API/Extensions/String+LogicalOperators.swift",
"Frontend/API/Extensions/TypeAnnotation+Equatable.swift",
"Frontend/API/Filters/Array+AccessorBlocksProviding.swift",
"Frontend/API/Filters/Array+AttributesProviding.swift",
"Frontend/API/Filters/Array+Base.swift",
"Frontend/API/Filters/Array+BodyProviding.swift",
"Frontend/API/Filters/Array+ClassesProviding.swift",
"Frontend/API/Filters/Array+ClosuresProviding.swift",
"Frontend/API/Filters/Array+Declaration.swift",
"Frontend/API/Filters/Array+Enum.swift",
"Frontend/API/Filters/Array+EnumsProviding.swift",
"Frontend/API/Filters/Array+Extensions.swift",
"Frontend/API/Filters/Array+FunctionCallsProviding.swift",
"Frontend/API/Filters/Array+FunctionsProviding.swift",
"Frontend/API/Filters/Array+InheritanceProviding.swift",
"Frontend/API/Filters/Array+InitializerClauseProviding.swift",
"Frontend/API/Filters/Array+InitializersProviding.swift",
"Frontend/API/Filters/Array+ModifiersProviding.swift",
"Frontend/API/Filters/Array+NamedDeclaration.swift",
"Frontend/API/Filters/Array+ParametersProviding.swift",
"Frontend/API/Filters/Array+ProtocolsProviding.swift",
"Frontend/API/Filters/Array+ReturnProviding.swift",
"Frontend/API/Filters/Array+SourceCodeProviding.swift",
"Frontend/API/Filters/Array+StructsProviding.swift",
"Frontend/API/Filters/Array+SwiftSourceCode.swift",
"Frontend/API/Filters/Array+TypeProviding.swift",
"Frontend/API/Filters/Array+VariablesProviding.swift",
"Frontend/API/Harmonize.swift",
"Frontend/API/HarmonizeScope.swift",
"Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift",
"Frontend/API/SourceCode/SwiftSourceCode.swift",
"Frontend/Assertion/Assertions+SwiftSourceCode.swift",
"Frontend/Assertion/Assertions.swift",
"Frontend/Assertion/Internal/CodeIssue.swift",
"Frontend/Assertion/Internal/Report.swift"
],
"target_dependencies" : [
"HarmonizeSemantics",
"HarmonizeUtils"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/20] Write sources
[12/20] Compiling _SwiftSyntaxCShims dummy.c
[13/20] Write swift-version-2F0A5646E1D333AE.txt
[14/28] Compiling reader.c
[15/28] Compiling writer.c
[16/28] Compiling api.c
[17/32] Compiling scanner.c
[18/32] Compiling emitter.c
[20/32] 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
[21/32] 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
[22/32] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/32] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/32] 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
[25/32] 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
[26/32] 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
[27/32] 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
[27/32] Compiling parser.c
[29/118] Compiling Yams AliasDereferencingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/118] Compiling Yams Anchor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/118] Compiling Yams Constructor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/118] Compiling Yams Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/118] Compiling Yams Mark.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/118] Compiling Yams Node.Alias.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/118] Compiling Yams Node.Mapping.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/118] Compiling Yams Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/125] Compiling Yams Resolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/125] Compiling Yams String+Yams.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/125] Compiling Yams Tag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/125] Compiling Yams YamlAnchorProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/125] 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
[42/125] 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
[43/125] 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
[44/125] 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
[45/125] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/125] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/125] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/125] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/125] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/125] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/125] 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
[53/125] 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
[54/125] 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
[55/125] 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
[56/125] 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
[57/125] 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
[58/125] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/127] Emitting module Yams
[62/127] Compiling HarmonizeUtils ConcurrentDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:52:13: warning: capture of 'self' with non-sendable type 'ConcurrentDictionary<Key, Value>' in a '@Sendable' closure
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
:
50 | public func removeAll() {
51 | queue.async(flags: .barrier) {
52 | self.elements.removeAll()
| `- warning: capture of 'self' with non-sendable type 'ConcurrentDictionary<Key, Value>' in a '@Sendable' closure
53 | }
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:64:13: warning: capture of 'self' with non-sendable type 'ConcurrentDictionary<Key, Value>' in a '@Sendable' closure
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
:
62 | private func setValue(key: Key, value: Value?) {
63 | queue.async(flags: .barrier) {
64 | self.elements[key] = value
| `- warning: capture of 'self' with non-sendable type 'ConcurrentDictionary<Key, Value>' in a '@Sendable' closure
65 | }
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:64:27: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
:
62 | private func setValue(key: Key, value: Value?) {
63 | queue.async(flags: .barrier) {
64 | self.elements[key] = value
| `- warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
65 | }
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:64:34: warning: capture of 'value' with non-sendable type 'Value?' in a '@Sendable' closure
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
:
62 | private func setValue(key: Key, value: Value?) {
63 | queue.async(flags: .barrier) {
64 | self.elements[key] = value
| `- warning: capture of 'value' with non-sendable type 'Value?' in a '@Sendable' closure
65 | }
66 | }
[63/127] Emitting module HarmonizeUtils
[64/127] Compiling HarmonizeUtils StaticStringImitator.swift
[65/127] Compiling HarmonizeUtils String+Extensions.swift
[66/127] Compiling Yams YamlError.swift
[67/127] Compiling Yams YamlTagProviding.swift
[70/127] Compiling Yams RedundancyAliasingStrategy.swift
[71/127] Compiling Yams Representer.swift
[72/127] Compiling Yams Node.Scalar.swift
[73/127] Compiling Yams Node.Sequence.swift
[74/127] Compiling Yams Node.swift
[75/127] Compiling Yams Parser.swift
[84/127] Compiling Yams Emitter.swift
[85/127] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[93/127] 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/127] 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/127] 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/127] 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
[97/127] 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
[98/127] 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
[99/127] 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
[100/127] 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
[101/127] 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
[102/127] 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
[103/127] 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
[104/127] 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
[105/127] 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
[106/127] 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
[107/127] 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
[108/127] 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
[109/127] 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
[110/127] 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
[111/127] 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
[112/127] 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
[113/127] 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
[114/127] 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
[115/127] 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
[116/127] 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
[117/127] 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
[118/127] 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
[119/127] 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
[120/127] 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
[121/127] 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
[122/127] 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
[123/127] 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
[124/127] 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
[125/127] 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
[126/127] 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
[127/127] 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
[128/179] 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
[129/179] 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
[130/180] 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
[131/180] 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
[132/180] 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
[133/180] 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
[134/180] 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
[135/180] 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
[136/180] 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
[137/180] 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
[138/180] 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
[139/180] 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
[140/180] 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
[141/180] 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
[142/180] 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
[143/184] 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
[144/184] 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
[145/184] 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
[146/184] 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
[147/184] 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
[148/184] 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
[149/184] 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
[150/184] 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
[151/184] 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
[152/184] 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
[153/184] 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
[154/184] 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
[155/184] 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
[156/184] 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
[157/184] 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
[158/184] 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
[159/184] 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
[160/184] 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
[161/184] 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
[162/184] 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
[163/184] 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
[164/184] 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
[165/184] 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
[166/184] 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
[167/184] 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
[168/184] 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
[169/184] 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
[170/184] 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
[171/184] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/184] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/184] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/184] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/184] 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
[176/184] 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
[177/184] 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
[178/184] 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
[179/184] 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
[180/184] 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
[181/184] 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
[182/184] 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
[183/184] 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
[184/184] 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
[185/253] 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
[186/253] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/253] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/253] 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/253] 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
[190/253] 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
[191/253] 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
[192/253] 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
[193/253] 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
[194/253] 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
[195/254] Emitting module HarmonizeSemantics
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeSemantics/Collector/Cache/DeclarationsCache.swift:26:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
21 | import Foundation
22 |
23 | internal class DeclarationsCache {
| `- note: class 'DeclarationsCache' does not conform to the 'Sendable' protocol
24 | private let lock = NSLock()
25 |
26 | internal static let shared = DeclarationsCache()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 | private var nodesAndDeclarations: [Syntax: [Declaration]] = [:]
[196/260] 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
[197/260] Compiling HarmonizeSemantics ModifiersProviding.swift
[198/260] Compiling HarmonizeSemantics ReturnProviding.swift
[199/260] Compiling HarmonizeSemantics TypeProviding.swift
[200/260] Compiling HarmonizeSemantics NamedDeclaration.swift
[201/260] Compiling HarmonizeSemantics SourceCodeLocation.swift
[202/260] Compiling HarmonizeSemantics SyntaxNodeProviding.swift
[203/260] Compiling HarmonizeSemantics CodeBlockItemListSyntax+ToString.swift
[204/260] Compiling HarmonizeSemantics DeclModifierListSyntax+ModifiersProviding.swift
[205/260] Compiling HarmonizeSemantics InheritanceClauseSyntax+ToString.swift
[206/260] Compiling HarmonizeSemantics InitializerClauseSyntax+InitializerClauseProviding.swift
[207/260] Compiling HarmonizeSemantics Modifier.swift
[208/260] Compiling HarmonizeSemantics AccessorBlocksProviding.swift
[209/260] Compiling HarmonizeSemantics AttributesProviding.swift
[210/260] Compiling HarmonizeSemantics BodyProviding.swift
[211/260] Compiling HarmonizeSemantics ConditionsProviding.swift
[212/260] Compiling HarmonizeSemantics FunctionCallsProviding.swift
[213/260] Compiling HarmonizeSemantics InheritanceProviding.swift
[214/260] Compiling HarmonizeSemantics InitializerClauseProviding.swift
[215/260] Compiling HarmonizeSemantics InitializerClause.swift
[216/260] Compiling HarmonizeSemantics ReturnClause.swift
[217/260] Compiling HarmonizeSemantics Statement.swift
[218/260] Compiling HarmonizeSemantics Switch.swift
[219/260] Compiling HarmonizeSemantics TypeAnnotation.swift
[220/260] Compiling HarmonizeSemantics AttributeListSyntax+AttributesProviding.swift
[221/260] Compiling HarmonizeSemantics ParentDeclarationProviding.swift
[222/260] Compiling HarmonizeSemantics ProtocolsProviding.swift
[223/260] Compiling HarmonizeSemantics SourceCodeProviding.swift
[224/260] Compiling HarmonizeSemantics StructsProviding.swift
[225/260] Compiling HarmonizeSemantics VariablesProviding.swift
[226/260] Compiling HarmonizeSemantics Struct.swift
[227/260] Compiling HarmonizeSemantics Variable.swift
[228/260] Compiling HarmonizeSemantics DeclarationsCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeSemantics/Collector/Cache/DeclarationsCache.swift:26:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
21 | import Foundation
22 |
23 | internal class DeclarationsCache {
| `- note: class 'DeclarationsCache' does not conform to the 'Sendable' protocol
24 | private let lock = NSLock()
25 |
26 | internal static let shared = DeclarationsCache()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 | private var nodesAndDeclarations: [Syntax: [Declaration]] = [:]
[229/260] Compiling HarmonizeSemantics DeclarationsCollector.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeSemantics/Collector/Cache/DeclarationsCache.swift:26:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
21 | import Foundation
22 |
23 | internal class DeclarationsCache {
| `- note: class 'DeclarationsCache' does not conform to the 'Sendable' protocol
24 | private let lock = NSLock()
25 |
26 | internal static let shared = DeclarationsCache()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 | private var nodesAndDeclarations: [Syntax: [Declaration]] = [:]
[230/260] Compiling HarmonizeSemantics Declaration.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeSemantics/Collector/Cache/DeclarationsCache.swift:26:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
21 | import Foundation
22 |
23 | internal class DeclarationsCache {
| `- note: class 'DeclarationsCache' does not conform to the 'Sendable' protocol
24 | private let lock = NSLock()
25 |
26 | internal static let shared = DeclarationsCache()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 | private var nodesAndDeclarations: [Syntax: [Declaration]] = [:]
[231/260] Compiling HarmonizeSemantics Class.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeSemantics/Collector/Cache/DeclarationsCache.swift:26:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
21 | import Foundation
22 |
23 | internal class DeclarationsCache {
| `- note: class 'DeclarationsCache' does not conform to the 'Sendable' protocol
24 | private let lock = NSLock()
25 |
26 | internal static let shared = DeclarationsCache()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 | private var nodesAndDeclarations: [Syntax: [Declaration]] = [:]
[232/260] Compiling HarmonizeSemantics Enum.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeSemantics/Collector/Cache/DeclarationsCache.swift:26:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
21 | import Foundation
22 |
23 | internal class DeclarationsCache {
| `- note: class 'DeclarationsCache' does not conform to the 'Sendable' protocol
24 | private let lock = NSLock()
25 |
26 | internal static let shared = DeclarationsCache()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 | private var nodesAndDeclarations: [Syntax: [Declaration]] = [:]
[233/260] Compiling HarmonizeSemantics EnumCase.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeSemantics/Collector/Cache/DeclarationsCache.swift:26:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
21 | import Foundation
22 |
23 | internal class DeclarationsCache {
| `- note: class 'DeclarationsCache' does not conform to the 'Sendable' protocol
24 | private let lock = NSLock()
25 |
26 | internal static let shared = DeclarationsCache()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 | private var nodesAndDeclarations: [Syntax: [Declaration]] = [:]
[234/260] Compiling HarmonizeSemantics Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeSemantics/Collector/Cache/DeclarationsCache.swift:26:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
21 | import Foundation
22 |
23 | internal class DeclarationsCache {
| `- note: class 'DeclarationsCache' does not conform to the 'Sendable' protocol
24 | private let lock = NSLock()
25 |
26 | internal static let shared = DeclarationsCache()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DeclarationsCache' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 | private var nodesAndDeclarations: [Syntax: [Declaration]] = [:]
[235/260] Compiling HarmonizeSemantics ClassesProviding.swift
[236/260] Compiling HarmonizeSemantics ClosuresProviding.swift
[237/260] Compiling HarmonizeSemantics DeclarationsProviding.swift
[238/260] Compiling HarmonizeSemantics EnumsProviding.swift
[239/260] Compiling HarmonizeSemantics FunctionsProviding.swift
[240/260] Compiling HarmonizeSemantics InitializersProviding.swift
[241/260] Compiling HarmonizeSemantics ParametersProviding.swift
[242/260] Compiling HarmonizeSemantics Else.swift
[243/260] Compiling HarmonizeSemantics FunctionCall.swift
[244/260] Compiling HarmonizeSemantics GetterBlock.swift
[245/260] Compiling HarmonizeSemantics Guard.swift
[246/260] Compiling HarmonizeSemantics If.swift
[247/260] Compiling HarmonizeSemantics InfixExpression.swift
[248/260] Compiling HarmonizeSemantics Array+AsType.swift
[249/260] Compiling HarmonizeSemantics SyntaxProtocol+ResolveParent.swift
[250/260] Compiling HarmonizeSemantics Function.swift
[251/260] Compiling HarmonizeSemantics Import.swift
[252/260] Compiling HarmonizeSemantics Initializer.swift
[253/260] Compiling HarmonizeSemantics Parameter.swift
[254/260] Compiling HarmonizeSemantics ProtocolDeclaration.swift
[255/260] Compiling HarmonizeSemantics DeclarationDecoration.swift
[256/260] Compiling HarmonizeSemantics AccessorBlock.swift
[257/260] Compiling HarmonizeSemantics Attribute.swift
[258/260] Compiling HarmonizeSemantics Body.swift
[259/260] Compiling HarmonizeSemantics Closure.swift
[260/260] Compiling HarmonizeSemantics Condition.swift
[261/300] Emitting module Harmonize
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:49:24: warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| `- warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
50 |
51 | private var files: [SwiftSourceCode] {
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:22:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
20 | import Foundation
21 | import HarmonizeSemantics
22 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
23 |
24 | /// The default Harmonize scope builder implementation.
:
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| |- note: add '@MainActor' to make static property 'sharedFilesCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |
51 | private var files: [SwiftSourceCode] {
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:67:14: warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
65 | }
66 |
67 | internal let syntaxTreeCache = SyntaxSourceCache {
| |- warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'syntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 | Parser.parse(source: $0.source)
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:71:14: warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
69 | }
70 |
71 | internal let foldedSyntaxTreeCache = SyntaxSourceCache { source -> SourceFileSyntax? in
| |- warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'foldedSyntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 | OperatorTable.standardOperators
73 | .foldAll(source.sourceFileSyntax) { _ in /* no-op */ }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:31:24: warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| `- warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:24:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
22 | import SwiftParser
23 | import HarmonizeSemantics
24 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
25 | import XCTest
26 |
:
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| |- note: add '@MainActor' to make static property 'resolverCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
[262/304] Compiling Harmonize Array+InitializerClauseProviding.swift
[263/304] Compiling Harmonize Array+InitializersProviding.swift
[264/304] Compiling Harmonize Array+ModifiersProviding.swift
[265/304] Compiling Harmonize Array+NamedDeclaration.swift
[266/304] Compiling Harmonize Array+AccessorBlocksProviding.swift
[267/304] Compiling Harmonize Array+AttributesProviding.swift
[268/304] Compiling Harmonize Array+Base.swift
[269/304] Compiling Harmonize Array+BodyProviding.swift
[270/304] Compiling Harmonize Array+ClassesProviding.swift
[271/304] Compiling Harmonize PlainSourceScopeBuilder.swift
[272/304] Compiling Harmonize Excluding.swift
[273/304] Compiling Harmonize On.swift
[274/304] Compiling Harmonize String+LogicalOperators.swift
[275/304] Compiling Harmonize TypeAnnotation+Equatable.swift
[276/304] Compiling Harmonize Array+ClosuresProviding.swift
[277/304] Compiling Harmonize Array+Declaration.swift
[278/304] Compiling Harmonize Array+Enum.swift
[279/304] Compiling Harmonize Array+EnumsProviding.swift
[280/304] Compiling Harmonize Array+StructsProviding.swift
[281/304] Compiling Harmonize Array+SwiftSourceCode.swift
[282/304] Compiling Harmonize Array+TypeProviding.swift
[283/304] Compiling Harmonize Array+VariablesProviding.swift
[284/304] Compiling Harmonize Config.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: mutation of captured var 'files' in concurrently-executing code
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: mutation of captured var 'files' in concurrently-executing code
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:49:24: warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| `- warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
50 |
51 | private var files: [SwiftSourceCode] {
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:22:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
20 | import Foundation
21 | import HarmonizeSemantics
22 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
23 |
24 | /// The default Harmonize scope builder implementation.
:
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| |- note: add '@MainActor' to make static property 'sharedFilesCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |
51 | private var files: [SwiftSourceCode] {
[285/304] Compiling Harmonize ResolveProjectConfigFilePath.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: mutation of captured var 'files' in concurrently-executing code
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: mutation of captured var 'files' in concurrently-executing code
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:49:24: warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| `- warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
50 |
51 | private var files: [SwiftSourceCode] {
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:22:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
20 | import Foundation
21 | import HarmonizeSemantics
22 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
23 |
24 | /// The default Harmonize scope builder implementation.
:
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| |- note: add '@MainActor' to make static property 'sharedFilesCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |
51 | private var files: [SwiftSourceCode] {
[286/304] Compiling Harmonize GetFiles.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: mutation of captured var 'files' in concurrently-executing code
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: mutation of captured var 'files' in concurrently-executing code
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:49:24: warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| `- warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
50 |
51 | private var files: [SwiftSourceCode] {
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:22:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
20 | import Foundation
21 | import HarmonizeSemantics
22 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
23 |
24 | /// The default Harmonize scope builder implementation.
:
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| |- note: add '@MainActor' to make static property 'sharedFilesCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |
51 | private var files: [SwiftSourceCode] {
[287/304] Compiling Harmonize ResolveProjectWorkingDirectory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: mutation of captured var 'files' in concurrently-executing code
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: mutation of captured var 'files' in concurrently-executing code
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:49:24: warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| `- warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
50 |
51 | private var files: [SwiftSourceCode] {
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:22:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
20 | import Foundation
21 | import HarmonizeSemantics
22 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
23 |
24 | /// The default Harmonize scope builder implementation.
:
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| |- note: add '@MainActor' to make static property 'sharedFilesCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |
51 | private var files: [SwiftSourceCode] {
[288/304] Compiling Harmonize HarmonizeScopeBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in a '@Sendable' closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: capture of 'files' with non-sendable type '[SwiftSourceCode]' in an isolated closure
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:29:20: note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
27 | /// Represents a source of Swift code, which can either be loaded from a URL or provided as a raw string.
28 | /// This class offers lazy loading of the source text, resolving it from either the provided URL or raw string.
29 | public final class SwiftSourceCode {
| `- note: class 'SwiftSourceCode' does not conform to the 'Sendable' protocol
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/Finder/GetFiles.swift:108:21: warning: mutation of captured var 'files' in concurrently-executing code
106 | if let file = SwiftSourceCode(url: urls[index]) {
107 | queue.sync {
108 | files.append(file)
| `- warning: mutation of captured var 'files' in concurrently-executing code
109 | }
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:49:24: warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| `- warning: static property 'sharedFilesCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, [SwiftSourceCode]>' may have shared mutable state; this is an error in the Swift 6 language mode
50 |
51 | private var files: [SwiftSourceCode] {
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Core/ScopeBuilder/HarmonizeScopeBuilder.swift:22:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
20 | import Foundation
21 | import HarmonizeSemantics
22 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
23 |
24 | /// The default Harmonize scope builder implementation.
:
47 | /// Shared cache across all HarmonizeScopeBuilder instances.
48 | /// This allows different builders to share already-loaded files, avoiding redundant file discovery and parsing.
49 | private static let sharedFilesCache: ConcurrentDictionary<String, [SwiftSourceCode]> = ConcurrentDictionary()
| |- note: add '@MainActor' to make static property 'sharedFilesCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |
51 | private var files: [SwiftSourceCode] {
[289/304] Compiling Harmonize Array+ParametersProviding.swift
[290/304] Compiling Harmonize Array+ProtocolsProviding.swift
[291/304] Compiling Harmonize Array+ReturnProviding.swift
[292/304] Compiling Harmonize Array+SourceCodeProviding.swift
[293/304] Compiling Harmonize Array+Extensions.swift
[294/304] Compiling Harmonize Array+FunctionCallsProviding.swift
[295/304] Compiling Harmonize Array+FunctionsProviding.swift
[296/304] Compiling Harmonize Array+InheritanceProviding.swift
[297/304] Compiling Harmonize Harmonize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:67:14: warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
65 | }
66 |
67 | internal let syntaxTreeCache = SyntaxSourceCache {
| |- warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'syntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 | Parser.parse(source: $0.source)
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:71:14: warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
69 | }
70 |
71 | internal let foldedSyntaxTreeCache = SyntaxSourceCache { source -> SourceFileSyntax? in
| |- warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'foldedSyntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 | OperatorTable.standardOperators
73 | .foldAll(source.sourceFileSyntax) { _ in /* no-op */ }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:31:24: warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| `- warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:24:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
22 | import SwiftParser
23 | import HarmonizeSemantics
24 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
25 | import XCTest
26 |
:
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| |- note: add '@MainActor' to make static property 'resolverCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
[298/304] Compiling Harmonize HarmonizeScope.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:67:14: warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
65 | }
66 |
67 | internal let syntaxTreeCache = SyntaxSourceCache {
| |- warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'syntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 | Parser.parse(source: $0.source)
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:71:14: warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
69 | }
70 |
71 | internal let foldedSyntaxTreeCache = SyntaxSourceCache { source -> SourceFileSyntax? in
| |- warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'foldedSyntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 | OperatorTable.standardOperators
73 | .foldAll(source.sourceFileSyntax) { _ in /* no-op */ }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:31:24: warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| `- warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:24:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
22 | import SwiftParser
23 | import HarmonizeSemantics
24 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
25 | import XCTest
26 |
:
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| |- note: add '@MainActor' to make static property 'resolverCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
[299/304] Compiling Harmonize SyntaxSourceCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:67:14: warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
65 | }
66 |
67 | internal let syntaxTreeCache = SyntaxSourceCache {
| |- warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'syntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 | Parser.parse(source: $0.source)
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:71:14: warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
69 | }
70 |
71 | internal let foldedSyntaxTreeCache = SyntaxSourceCache { source -> SourceFileSyntax? in
| |- warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'foldedSyntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 | OperatorTable.standardOperators
73 | .foldAll(source.sourceFileSyntax) { _ in /* no-op */ }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:31:24: warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| `- warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:24:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
22 | import SwiftParser
23 | import HarmonizeSemantics
24 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
25 | import XCTest
26 |
:
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| |- note: add '@MainActor' to make static property 'resolverCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
[300/304] Compiling Harmonize SwiftSourceCode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:67:14: warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
65 | }
66 |
67 | internal let syntaxTreeCache = SyntaxSourceCache {
| |- warning: let 'syntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'syntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 | Parser.parse(source: $0.source)
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift:71:14: warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
33 | * that represent the same file.
34 | */
35 | internal class SyntaxSourceCache<Syntax> {
| `- note: generic class 'SyntaxSourceCache' does not conform to the 'Sendable' protocol
36 | private var elements: ConcurrentDictionary<String, Syntax> = ConcurrentDictionary()
37 | private let factory: (SwiftSourceCode) -> Syntax
:
69 | }
70 |
71 | internal let foldedSyntaxTreeCache = SyntaxSourceCache { source -> SourceFileSyntax? in
| |- warning: let 'foldedSyntaxTreeCache' is not concurrency-safe because non-'Sendable' type 'SyntaxSourceCache<SourceFileSyntax?>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'foldedSyntaxTreeCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 | OperatorTable.standardOperators
73 | .foldAll(source.sourceFileSyntax) { _ in /* no-op */ }
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:31:24: warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| `- warning: static property 'resolverCache' is not concurrency-safe because non-'Sendable' type 'ConcurrentDictionary<String, SwiftSourceCode.SourceFileSyntaxResolver>' may have shared mutable state; this is an error in the Swift 6 language mode
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
/Users/admin/builder/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:27:21: note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
25 | /// integrity is maintained during concurrent access.
26 | ///
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
| `- note: generic class 'ConcurrentDictionary' does not conform to the 'Sendable' protocol
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
/Users/admin/builder/spi-builder-workspace/Sources/Harmonize/Frontend/API/SourceCode/SwiftSourceCode.swift:24:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
22 | import SwiftParser
23 | import HarmonizeSemantics
24 | import HarmonizeUtils
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HarmonizeUtils'
25 | import XCTest
26 |
:
29 | public final class SwiftSourceCode {
30 | /// Static cache for resolvers keyed by file path to avoid re-walking AST
31 | private static let resolverCache = ConcurrentDictionary<String, SourceFileSyntaxResolver>()
| |- note: add '@MainActor' to make static property 'resolverCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | /// Transforms Swift Syntax into the Semantics Models.
[301/304] Compiling Harmonize Assertions+SwiftSourceCode.swift
[302/304] Compiling Harmonize Assertions.swift
[303/304] Compiling Harmonize CodeIssue.swift
[304/304] Compiling Harmonize Report.swift
Build complete! (33.65s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (1.23s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.67s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (5.15s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.60s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.1",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "Harmonize",
"name" : "Harmonize",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Harmonize",
"targets" : [
"Harmonize"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HarmonizeSemantics",
"targets" : [
"HarmonizeSemantics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HarmonizeUtils",
"targets" : [
"HarmonizeUtils"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SemanticsTests",
"module_type" : "SwiftTarget",
"name" : "SemanticsTests",
"path" : "Tests/SemanticsTests",
"product_dependencies" : [
"SwiftOperators"
],
"sources" : [
"BodyTests.swift",
"ClassesTests.swift",
"ClosureTests.swift",
"DeclarationsCacheTests.swift",
"EnumsTests.swift",
"ExtensionsTests.swift",
"FunctionCallTests.swift",
"FunctionsTests.swift",
"GuardTests.swift",
"IfTests.swift",
"ImportsTests.swift",
"InitializersTests.swift",
"ProtocolsTests.swift",
"StructsTests.swift",
"SwitchTests.swift",
"Util/Parser.swift",
"VariablesTests.swift"
],
"target_dependencies" : [
"HarmonizeSemantics"
],
"type" : "test"
},
{
"c99name" : "HarmonizeUtils",
"module_type" : "SwiftTarget",
"name" : "HarmonizeUtils",
"path" : "Sources/HarmonizeUtils",
"product_memberships" : [
"Harmonize",
"HarmonizeUtils"
],
"sources" : [
"Concurrency/ConcurrentDictionary.swift",
"Imitator/StaticStringImitator.swift",
"String/String+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "HarmonizeTests",
"module_type" : "SwiftTarget",
"name" : "HarmonizeTests",
"path" : "Tests/HarmonizeTests",
"sources" : [
"PerformanceTests/HarmonizePerformanceTests.swift",
"Tests/AssertionsFailuresTests.swift",
"Tests/AssertionsSourceCodeTests.swift",
"Tests/AssertionsTests.swift",
"Tests/Config/ConfigParserTests.swift",
"Tests/Filters/FunctionCallTests.swift",
"Tests/FiltersTests.swift",
"Tests/HarmonizeTests.swift",
"Tests/LintRulesExamplesTests.swift",
"Tests/Protocols/ProtocolsInheritanceTests.swift",
"Tests/SwiftTestingAssertionsTests.swift"
],
"target_dependencies" : [
"Harmonize"
],
"type" : "test"
},
{
"c99name" : "HarmonizeSemantics",
"module_type" : "SwiftTarget",
"name" : "HarmonizeSemantics",
"path" : "Sources/HarmonizeSemantics",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"Harmonize",
"HarmonizeSemantics"
],
"sources" : [
"Collector/Cache/DeclarationsCache.swift",
"Collector/DeclarationsCollector.swift",
"Declaration.swift",
"Declaration/Class.swift",
"Declaration/Enum.swift",
"Declaration/EnumCase.swift",
"Declaration/Extension.swift",
"Declaration/Extension/Array+AsType.swift",
"Declaration/Extension/SyntaxProtocol+ResolveParent.swift",
"Declaration/Function.swift",
"Declaration/Import.swift",
"Declaration/Initializer.swift",
"Declaration/Parameter.swift",
"Declaration/ProtocolDeclaration.swift",
"Declaration/Provider/ClassesProviding.swift",
"Declaration/Provider/ClosuresProviding.swift",
"Declaration/Provider/DeclarationsProviding.swift",
"Declaration/Provider/EnumsProviding.swift",
"Declaration/Provider/FunctionsProviding.swift",
"Declaration/Provider/InitializersProviding.swift",
"Declaration/Provider/ParametersProviding.swift",
"Declaration/Provider/ParentDeclarationProviding.swift",
"Declaration/Provider/ProtocolsProviding.swift",
"Declaration/Provider/SourceCodeProviding.swift",
"Declaration/Provider/StructsProviding.swift",
"Declaration/Provider/VariablesProviding.swift",
"Declaration/Struct.swift",
"Declaration/Variable.swift",
"DeclarationDecoration.swift",
"GrammarComponents/Decoration/AccessorBlock.swift",
"GrammarComponents/Decoration/Attribute.swift",
"GrammarComponents/Decoration/Body.swift",
"GrammarComponents/Decoration/Closure.swift",
"GrammarComponents/Decoration/Condition.swift",
"GrammarComponents/Decoration/Else.swift",
"GrammarComponents/Decoration/FunctionCall.swift",
"GrammarComponents/Decoration/GetterBlock.swift",
"GrammarComponents/Decoration/Guard.swift",
"GrammarComponents/Decoration/If.swift",
"GrammarComponents/Decoration/InfixExpression.swift",
"GrammarComponents/Decoration/InitializerClause.swift",
"GrammarComponents/Decoration/ReturnClause.swift",
"GrammarComponents/Decoration/Statement.swift",
"GrammarComponents/Decoration/Switch.swift",
"GrammarComponents/Decoration/TypeAnnotation.swift",
"GrammarComponents/Extension/AttributeListSyntax+AttributesProviding.swift",
"GrammarComponents/Extension/CodeBlockItemListSyntax+ToString.swift",
"GrammarComponents/Extension/DeclModifierListSyntax+ModifiersProviding.swift",
"GrammarComponents/Extension/InheritanceClauseSyntax+ToString.swift",
"GrammarComponents/Extension/InitializerClauseSyntax+InitializerClauseProviding.swift",
"GrammarComponents/Modifier.swift",
"GrammarComponents/Provider/AccessorBlocksProviding.swift",
"GrammarComponents/Provider/AttributesProviding.swift",
"GrammarComponents/Provider/BodyProviding.swift",
"GrammarComponents/Provider/ConditionsProviding.swift",
"GrammarComponents/Provider/FunctionCallsProviding.swift",
"GrammarComponents/Provider/InheritanceProviding.swift",
"GrammarComponents/Provider/InitializerClauseProviding.swift",
"GrammarComponents/Provider/ModifiersProviding.swift",
"GrammarComponents/Provider/ReturnProviding.swift",
"GrammarComponents/Provider/TypeProviding.swift",
"NamedDeclaration.swift",
"SourceCode/SourceCodeLocation.swift",
"Syntax/SyntaxNodeProviding.swift"
],
"type" : "library"
},
{
"c99name" : "Harmonize",
"module_type" : "SwiftTarget",
"name" : "Harmonize",
"path" : "Sources/Harmonize",
"product_dependencies" : [
"SwiftSyntax",
"SwiftOperators",
"SwiftParser",
"Yams"
],
"product_memberships" : [
"Harmonize"
],
"sources" : [
"Core/Config/Config.swift",
"Core/Config/Resolver/ResolveProjectConfigFilePath.swift",
"Core/Finder/GetFiles.swift",
"Core/Finder/Resolver/ResolveProjectWorkingDirectory.swift",
"Core/ScopeBuilder/HarmonizeScopeBuilder.swift",
"Core/ScopeBuilder/PlainSourceScopeBuilder.swift",
"Frontend/API/Builder/Excluding.swift",
"Frontend/API/Builder/On.swift",
"Frontend/API/Extensions/String+LogicalOperators.swift",
"Frontend/API/Extensions/TypeAnnotation+Equatable.swift",
"Frontend/API/Filters/Array+AccessorBlocksProviding.swift",
"Frontend/API/Filters/Array+AttributesProviding.swift",
"Frontend/API/Filters/Array+Base.swift",
"Frontend/API/Filters/Array+BodyProviding.swift",
"Frontend/API/Filters/Array+ClassesProviding.swift",
"Frontend/API/Filters/Array+ClosuresProviding.swift",
"Frontend/API/Filters/Array+Declaration.swift",
"Frontend/API/Filters/Array+Enum.swift",
"Frontend/API/Filters/Array+EnumsProviding.swift",
"Frontend/API/Filters/Array+Extensions.swift",
"Frontend/API/Filters/Array+FunctionCallsProviding.swift",
"Frontend/API/Filters/Array+FunctionsProviding.swift",
"Frontend/API/Filters/Array+InheritanceProviding.swift",
"Frontend/API/Filters/Array+InitializerClauseProviding.swift",
"Frontend/API/Filters/Array+InitializersProviding.swift",
"Frontend/API/Filters/Array+ModifiersProviding.swift",
"Frontend/API/Filters/Array+NamedDeclaration.swift",
"Frontend/API/Filters/Array+ParametersProviding.swift",
"Frontend/API/Filters/Array+ProtocolsProviding.swift",
"Frontend/API/Filters/Array+ReturnProviding.swift",
"Frontend/API/Filters/Array+SourceCodeProviding.swift",
"Frontend/API/Filters/Array+StructsProviding.swift",
"Frontend/API/Filters/Array+SwiftSourceCode.swift",
"Frontend/API/Filters/Array+TypeProviding.swift",
"Frontend/API/Filters/Array+VariablesProviding.swift",
"Frontend/API/Harmonize.swift",
"Frontend/API/HarmonizeScope.swift",
"Frontend/API/SourceCode/Cache/SyntaxSourceCache.swift",
"Frontend/API/SourceCode/SwiftSourceCode.swift",
"Frontend/Assertion/Assertions+SwiftSourceCode.swift",
"Frontend/Assertion/Assertions.swift",
"Frontend/Assertion/Internal/CodeIssue.swift",
"Frontend/Assertion/Internal/Report.swift"
],
"target_dependencies" : [
"HarmonizeSemantics",
"HarmonizeUtils"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.