The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Periphery, reference 3.3.0 (414ebf), with Swift 6.1 for Linux on 14 Dec 2025 02:18:18 UTC.

Swift 6 data race errors: 20

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/peripheryapp/periphery.git
Reference: 3.3.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/peripheryapp/periphery
 * tag               3.3.0      -> FETCH_HEAD
HEAD is now at 414ebf5 Release 3.3.0
Cloned https://github.com/peripheryapp/periphery.git
Revision (git rev-parse @):
414ebf502213c3e35a2f1784550eb40c48fc71db
SUCCESS checkout https://github.com/peripheryapp/periphery.git at 3.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/peripheryapp/periphery.git
https://github.com/peripheryapp/periphery.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-indexstore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kateinoigakukun/swift-indexstore"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "swift-filename-matcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ileitch/swift-filename-matcher"
    }
  ],
  "manifest_display_name" : "Periphery",
  "name" : "Periphery",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "periphery",
      "targets" : [
        "Frontend"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PeripheryKit",
      "targets" : [
        "PeripheryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestShared",
      "module_type" : "SwiftTarget",
      "name" : "TestShared",
      "path" : "Tests/Shared",
      "sources" : [
        "DeclarationDescription.swift",
        "DeclarationScope.swift",
        "FixtureSourceGraphTestCase.swift",
        "Helper.swift",
        "SPMSourceGraphTestCase.swift",
        "SourceGraphTestCase.swift",
        "XCTestCase+Extensions.swift"
      ],
      "target_dependencies" : [
        "PeripheryKit",
        "ProjectDrivers",
        "Configuration"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SyntaxAnalysis",
      "module_type" : "SwiftTarget",
      "name" : "SyntaxAnalysis",
      "path" : "Sources/SyntaxAnalysis",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "CommentCommand.swift",
        "DeclarationSyntaxVisitor.swift",
        "ImportSyntaxVisitor.swift",
        "MultiplexingSyntaxVisitor.swift",
        "SourceLocationBuilder.swift",
        "TypeSyntaxInspector.swift",
        "UnusedParameterAnalyzer.swift",
        "UnusedParameterParser.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SourceGraph",
      "module_type" : "SwiftTarget",
      "name" : "SourceGraph",
      "path" : "Sources/SourceGraph",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Elements/Accessibility.swift",
        "Elements/AssetReference.swift",
        "Elements/CommentCommand.swift",
        "Elements/Declaration.swift",
        "Elements/ImportStatement.swift",
        "Elements/Location.swift",
        "Elements/ProjectFileKind.swift",
        "Elements/Reference.swift",
        "Elements/SourceFile.swift",
        "Mutators/AccessibilityCascader.swift",
        "Mutators/AncestralReferenceEliminator.swift",
        "Mutators/AssetReferenceRetainer.swift",
        "Mutators/AssignOnlyPropertyReferenceEliminator.swift",
        "Mutators/CodablePropertyRetainer.swift",
        "Mutators/CodingKeyEnumReferenceBuilder.swift",
        "Mutators/ComplexPropertyAccessorReferenceBuilder.swift",
        "Mutators/DefaultConstructorReferenceBuilder.swift",
        "Mutators/DynamicMemberRetainer.swift",
        "Mutators/EntryPointAttributeRetainer.swift",
        "Mutators/EnumCaseReferenceBuilder.swift",
        "Mutators/ExtensionReferenceBuilder.swift",
        "Mutators/ExternalOverrideRetainer.swift",
        "Mutators/ExternalTypeProtocolConformanceReferenceRemover.swift",
        "Mutators/GenericClassAndStructConstructorReferenceBuilder.swift",
        "Mutators/InterfaceBuilderPropertyRetainer.swift",
        "Mutators/ObjCAccessibleRetainer.swift",
        "Mutators/PropertyWrapperRetainer.swift",
        "Mutators/ProtocolConformanceReferenceBuilder.swift",
        "Mutators/ProtocolExtensionReferenceBuilder.swift",
        "Mutators/PubliclyAccessibleRetainer.swift",
        "Mutators/RedundantExplicitPublicAccessibilityMarker.swift",
        "Mutators/RedundantProtocolMarker.swift",
        "Mutators/ResultBuilderRetainer.swift",
        "Mutators/StringInterpolationAppendInterpolationRetainer.swift",
        "Mutators/StructImplicitInitializerReferenceBuilder.swift",
        "Mutators/SwiftTestingRetainer.swift",
        "Mutators/SwiftUIRetainer.swift",
        "Mutators/UnusedImportMarker.swift",
        "Mutators/UnusedParameterRetainer.swift",
        "Mutators/UsedDeclarationMarker.swift",
        "Mutators/XCTestRetainer.swift",
        "SourceGraph.swift",
        "SourceGraphDebugger.swift",
        "SourceGraphMutator.swift",
        "SourceGraphMutatorRunner.swift",
        "SynchronizedSourceGraph.swift"
      ],
      "target_dependencies" : [
        "Configuration",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Shared",
      "module_type" : "SwiftTarget",
      "name" : "Shared",
      "path" : "Sources/Shared",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Benchmark.swift",
        "Constants.swift",
        "JobPool.swift",
        "PeripheryError.swift",
        "ProjectKind.swift",
        "PropertyTypeSanitizer.swift",
        "SetupGuide.swift",
        "Shell.swift",
        "SwiftVersion.swift",
        "SwiftVersionParser.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMTests",
      "path" : "Tests/SPMTests",
      "sources" : [
        "Helper.swift",
        "SPMProjectTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectDrivers",
      "module_type" : "SwiftTarget",
      "name" : "ProjectDrivers",
      "path" : "Sources/ProjectDrivers",
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectDriver.swift",
        "GenericProjectDriver.swift",
        "ProjectDriver.swift",
        "SPM.swift",
        "SPMProjectDriver.swift",
        "XcodeProjectDriver.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PeripheryTests",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryTests",
      "path" : "Tests/PeripheryTests",
      "sources" : [
        "CrossModuleRetentionTest.swift",
        "Extensions/FilePathGlobTest.swift",
        "Extensions/FilePathTest.swift",
        "Extensions/FilenameMatcherTests.swift",
        "Extensions/String+VersionTest.swift",
        "ObjcAccessibleRetentionTest.swift",
        "ObjcAnnotatedRetentionTest.swift",
        "RetentionTest.swift",
        "SwiftVersionParserTest.swift",
        "Syntax/FunctionVisitTest.swift",
        "Syntax/ImportVisitTest.swift",
        "Syntax/PropertyVisitTest.swift",
        "Syntax/TypeSyntaxInspectorTest.swift",
        "Syntax/UnusedParameterTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeripheryKit",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryKit",
      "path" : "Sources/PeripheryKit",
      "product_dependencies" : [
        "SystemPackage",
        "AEXML",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftIndexStore",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Results/Baseline.swift",
        "Results/CheckstyleFormatter.swift",
        "Results/CodeClimateFormatter.swift",
        "Results/CsvFormatter.swift",
        "Results/GitHubActionsFormatter.swift",
        "Results/GitHubMarkdownFormatter.swift",
        "Results/GitLabCodeQualityFormatter.swift",
        "Results/JsonFormatter.swift",
        "Results/OutputDeclarationFilter.swift",
        "Results/OutputFormatter.swift",
        "Results/XcodeFormatter.swift",
        "ScanResult.swift",
        "ScanResultBuilder.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Logger",
      "module_type" : "SwiftTarget",
      "name" : "Logger",
      "path" : "Sources/Logger",
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Indexer",
      "module_type" : "SwiftTarget",
      "name" : "Indexer",
      "path" : "Sources/Indexer",
      "product_dependencies" : [
        "SwiftIndexStore",
        "AEXML"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "IndexPipeline.swift",
        "IndexPlan.swift",
        "Indexer.swift",
        "InfoPlistIndexer.swift",
        "InfoPlistParser.swift",
        "SourceFileCollector.swift",
        "SwiftIndexer.swift",
        "XCDataModelIndexer.swift",
        "XCDataModelParser.swift",
        "XCMappingModelIndexer.swift",
        "XCMappingModelParser.swift",
        "XibIndexer.swift",
        "XibParser.swift"
      ],
      "target_dependencies" : [
        "SyntaxAnalysis",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Frontend",
      "module_type" : "SwiftTarget",
      "name" : "Frontend",
      "path" : "Sources/Frontend",
      "product_dependencies" : [
        "ArgumentParser",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectSetupGuide.swift",
        "Commands/CheckUpdateCommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/FrontendCommand.swift",
        "Commands/ScanCommand.swift",
        "Commands/VersionCommand.swift",
        "CommonSetupGuide.swift",
        "GuidedSetup.swift",
        "Logger+Extension.swift",
        "Project.swift",
        "SPMProjectSetupGuide.swift",
        "Scan.swift",
        "UpdateChecker.swift",
        "Version.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Shared",
        "Configuration",
        "SourceGraph",
        "PeripheryKit",
        "ProjectDrivers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Array+Extension.swift",
        "Collection+Extension.swift",
        "FilePath+Extension.swift",
        "FilePath+Glob.swift",
        "FilenameMatcher+Extension.swift",
        "Sequence+Extension.swift",
        "Set+Extension.swift",
        "String+Extension.swift",
        "String+Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Configuration",
      "module_type" : "SwiftTarget",
      "name" : "Configuration",
      "path" : "Sources/Configuration",
      "product_dependencies" : [
        "Yams",
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Configuration.swift",
        "OutputFormat.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Shared",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilityTests",
      "path" : "Tests/AccessibilityTests",
      "sources" : [
        "Helper.swift",
        "RedundantPublicAccessibilityTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit",
        "Configuration"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
0347e81243ca: Pulling fs layer
955ae20f829c: Pulling fs layer
2574e4b2ede5: Pulling fs layer
0184d8c57083: Pulling fs layer
b3096f9097fe: Pulling fs layer
4ef5b4a3353b: Pulling fs layer
e04016b16738: Pulling fs layer
b3096f9097fe: Waiting
4ef5b4a3353b: Waiting
e04016b16738: Waiting
0184d8c57083: Waiting
0184d8c57083: Verifying Checksum
0184d8c57083: Download complete
b3096f9097fe: Verifying Checksum
b3096f9097fe: Download complete
4ef5b4a3353b: Verifying Checksum
4ef5b4a3353b: Download complete
0347e81243ca: Verifying Checksum
0347e81243ca: Download complete
e04016b16738: Verifying Checksum
e04016b16738: Download complete
955ae20f829c: Verifying Checksum
955ae20f829c: Download complete
0347e81243ca: Pull complete
955ae20f829c: Pull complete
2574e4b2ede5: Pull complete
0184d8c57083: Pull complete
b3096f9097fe: Pull complete
4ef5b4a3353b: Pull complete
e04016b16738: Pull complete
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ileitch/swift-filename-matcher
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kateinoigakukun/swift-indexstore
Fetching https://github.com/tadija/AEXML
[1/63] Fetching swift-filename-matcher
[64/386] Fetching swift-filename-matcher, swift-indexstore
[200/2540] Fetching swift-filename-matcher, swift-indexstore, aexml
[2354/13807] Fetching swift-filename-matcher, swift-indexstore, aexml, yams
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/ileitch/swift-filename-matcher from cache (1.14s)
Fetched https://github.com/kateinoigakukun/swift-indexstore from cache (1.14s)
[3056/13421] Fetching aexml, yams
Fetching https://github.com/apple/swift-system
Fetched https://github.com/tadija/AEXML from cache (1.16s)
[1240/11267] Fetching yams
[4508/84379] Fetching yams, swift-syntax
[10978/101300] Fetching yams, swift-syntax, swift-argument-parser
[15032/106521] Fetching yams, swift-syntax, swift-argument-parser, swift-system
Fetched https://github.com/apple/swift-system from cache (0.56s)
[35999/101300] Fetching yams, swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.02s)
[35394/84379] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams from cache (2.56s)
[48986/73112] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax from cache (6.60s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 602.0.0 (12.31s)
Computing version for https://github.com/kateinoigakukun/swift-indexstore
Computed https://github.com/kateinoigakukun/swift-indexstore at 0.4.0 (0.75s)
Computing version for https://github.com/ileitch/swift-filename-matcher
Computed https://github.com/ileitch/swift-filename-matcher at 2.0.1 (1.33s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (0.59s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.7.0 (0.57s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (2.04s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.00s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/kateinoigakukun/swift-indexstore
Working copy of https://github.com/kateinoigakukun/swift-indexstore resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
Creating working copy for https://github.com/ileitch/swift-filename-matcher
Working copy of https://github.com/ileitch/swift-filename-matcher resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.7.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/63] Write sources
[24/63] Compiling _CIndexStore dummy.c
[25/63] Compiling writer.c
[26/63] Compiling reader.c
[26/63] Write sources
[30/63] Compiling CSystem shims.c
[31/63] Compiling parser.c
[32/63] Compiling emitter.c
[33/63] Compiling api.c
[34/63] Compiling scanner.c
[35/63] Compiling _SwiftSyntaxCShims PlatformMutex.c
[36/63] Write swift-version-24593BA9C3E375BF.txt
[38/124] 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
[39/130] 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
[40/134] Emitting module SystemPackage
[41/138] 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
[42/138] 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
[44/139] 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
[45/140] 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
[46/140] Emitting module SwiftSyntax602
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/140] Compiling SwiftSyntax602 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/142] 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
[49/142] 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
[50/143] Compiling SwiftIndexStore IndexStoreRelation.swift
[51/143] Compiling SwiftIndexStore IndexStoreSymbol.swift
[52/143] Compiling SwiftIndexStore IndexStoreError.swift
[53/143] Compiling SwiftIndexStore IndexStoreOccurrence.swift
[54/143] Compiling SystemPackage SystemString.swift
[55/143] Compiling SystemPackage Util+StringArray.swift
[56/143] Compiling SystemPackage Util.swift
[57/143] Compiling SystemPackage UtilConsumers.swift
[59/143] Compiling Yams Node.Scalar.swift
[60/143] Compiling Yams Node.Sequence.swift
[61/143] Compiling Yams Node.swift
[62/143] Compiling Yams Parser.swift
[63/143] Compiling Yams RedundancyAliasingStrategy.swift
[64/143] Compiling Yams Emitter.swift
[65/143] Compiling Yams Encoder.swift
[66/143] Compiling Yams Mark.swift
[67/143] Compiling Yams Node.Alias.swift
[68/143] Compiling Yams Node.Mapping.swift
[73/148] Wrapping AST for SwiftSyntax602 for debugging
[75/157] 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
[76/157] 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
[77/223] Compiling FilenameMatcher FilenameMatcherOptions.swift
[78/223] Compiling SwiftSyntax CommonAncestor.swift
[79/223] Compiling SwiftSyntax Convenience.swift
[80/223] Compiling SwiftSyntax CustomTraits.swift
[81/223] Compiling SwiftSyntax EditorPlaceholder.swift
[82/223] Compiling SwiftSyntax SourceLength.swift
[83/223] Compiling SwiftSyntax SourceLocation.swift
[84/223] Compiling SwiftSyntax SourcePresence.swift
[85/223] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[86/223] Compiling SwiftSyntax SyntaxIdentifier.swift
[87/223] Compiling SwiftSyntax SyntaxNodeStructure.swift
[88/223] Compiling SwiftSyntax SyntaxProtocol.swift
[89/223] Compiling SwiftSyntax SyntaxText.swift
[90/223] Compiling SwiftIndexStore IndexStoreUnit.swift
[91/223] Compiling SwiftIndexStore LibIndexStore.swift
[92/223] Compiling SwiftSyntax Syntax.swift
[93/223] Compiling SwiftSyntax SyntaxChildren.swift
[94/223] Compiling SwiftSyntax SyntaxCollection.swift
[95/223] Compiling SwiftSyntax SyntaxHashable.swift
[96/224] Wrapping AST for SwiftSyntax601 for debugging
[98/224] Emitting module ArgumentParserToolInfo
[99/224] Compiling ArgumentParserToolInfo ToolInfo.swift
[99/225] Wrapping AST for SystemPackage for debugging
[101/225] Emitting module Logger
/host/spi-builder-workspace/Sources/Logger/Logger.swift:24:23: warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | @usableFromInline var isColorOutputCapable: Bool = {
    |                       |- warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isColorOutputCapable' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make var 'isColorOutputCapable' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     guard let term = ProcessInfo.processInfo.environment["TERM"],
 26 |           term.lowercased() != "dumb",
/host/spi-builder-workspace/Sources/Logger/Logger.swift:27:25: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |     guard let term = ProcessInfo.processInfo.environment["TERM"],
 26 |           term.lowercased() != "dumb",
 27 |           isatty(fileno(stdout)) != 0
    |                         `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 28 |     else {
 29 |         return false
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:75:27: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 73 |     public func info(_ text: String, canQuiet: Bool = true) {
 74 |         guard !(quiet && canQuiet) else { return }
 75 |         log(text, output: stdout)
    |                           `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 76 |     }
 77 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:81:27: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 79 |     public func debug(_ text: String) {
 80 |         guard verbose else { return }
 81 |         log(text, output: stdout)
    |                           `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 82 |     }
 83 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:88:29: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 86 |         guard !quiet else { return }
 87 |         if newlinePrefix {
 88 |             log("", output: stderr)
    |                             `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |         let text = Self.colorize("warning: ", .boldYellow) + text
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:91:27: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |         let text = Self.colorize("warning: ", .boldYellow) + text
 91 |         log(text, output: stderr)
    |                           `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 92 |     }
 93 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:98:27: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 96 |     public func error(_ text: String) {
 97 |         let text = Self.colorize("error: ", .boldRed) + text
 98 |         log(text, output: stderr)
    |                           `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 99 |     }
100 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[102/225] Compiling Logger Logger.swift
/host/spi-builder-workspace/Sources/Logger/Logger.swift:24:23: warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | @usableFromInline var isColorOutputCapable: Bool = {
    |                       |- warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isColorOutputCapable' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make var 'isColorOutputCapable' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     guard let term = ProcessInfo.processInfo.environment["TERM"],
 26 |           term.lowercased() != "dumb",
/host/spi-builder-workspace/Sources/Logger/Logger.swift:27:25: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |     guard let term = ProcessInfo.processInfo.environment["TERM"],
 26 |           term.lowercased() != "dumb",
 27 |           isatty(fileno(stdout)) != 0
    |                         `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 28 |     else {
 29 |         return false
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:47:24: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 45 |
 46 |         if (info.st_mode & S_IFMT) == S_IFIFO {
 47 |             setlinebuf(stdout)
    |                        `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 48 |             setlinebuf(stderr)
 49 |         }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:48:24: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 46 |         if (info.st_mode & S_IFMT) == S_IFIFO {
 47 |             setlinebuf(stdout)
 48 |             setlinebuf(stderr)
    |                        `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 49 |         }
 50 |     }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:75:27: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 73 |     public func info(_ text: String, canQuiet: Bool = true) {
 74 |         guard !(quiet && canQuiet) else { return }
 75 |         log(text, output: stdout)
    |                           `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 76 |     }
 77 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:81:27: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 79 |     public func debug(_ text: String) {
 80 |         guard verbose else { return }
 81 |         log(text, output: stdout)
    |                           `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 82 |     }
 83 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Sources/Logger/Logger.swift:88:29: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 86 |         guard !quiet else { return }
 87 |         if newlinePrefix {
 88 |             log("", output: stderr)
    |                             `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |         let text = Self.colorize("warning: ", .boldYellow) + text
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:91:27: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |         let text = Self.colorize("warning: ", .boldYellow) + text
 91 |         log(text, output: stderr)
    |                           `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 92 |     }
 93 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Logger/Logger.swift:98:27: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 96 |     public func error(_ text: String) {
 97 |         let text = Self.colorize("error: ", .boldRed) + text
 98 |         log(text, output: stderr)
    |                           `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 99 |     }
100 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[103/226] Wrapping AST for SwiftSyntax600 for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/226] Wrapping AST for SwiftSyntax510 for debugging
[108/226] Wrapping AST for SwiftSyntax509 for debugging
[109/226] Wrapping AST for ArgumentParserToolInfo for debugging
[111/270] Compiling AEXML Builders.swift
[112/270] Compiling AEXML Parser.swift
[113/270] Emitting module FilenameMatcher
[114/270] Compiling FilenameMatcher FilenameMatcher.swift
[115/270] Compiling SwiftIndexStore UnfairLock.swift
[116/271] Compiling AEXML Options.swift
[117/271] Compiling SwiftIndexStore OptionSetDisplayable.swift
[118/271] Compiling ArgumentParser BashCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/271] Compiling ArgumentParser CompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/271] Compiling AEXML Error.swift
[121/271] Compiling ArgumentParser FishCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/271] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/271] Compiling AEXML Document.swift
[124/271] Compiling AEXML Element.swift
[125/271] Emitting module AEXML
[126/271] Compiling ArgumentParser Name.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/271] Compiling ArgumentParser Parsed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/272] Emitting module SwiftIndexStore
[130/272] Compiling ArgumentParser ZshCompletionsGenerator.swift
[131/272] Compiling SwiftIndexStore Process+Extension.swift
[132/272] Compiling SwiftIndexStore SwiftIndexStore.swift
[132/272] Wrapping AST for Logger for debugging
[136/273] Compiling ArgumentParser ArgumentHelp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/273] Compiling ArgumentParser ArgumentVisibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/273] Compiling ArgumentParser CompletionKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/273] Compiling ArgumentParser Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/273] Compiling ArgumentParser Flag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/273] Compiling ArgumentParser NameSpecification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/273] Compiling ArgumentParser Option.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/273] Compiling ArgumentParser InputKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/273] Compiling ArgumentParser InputOrigin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[146/273] Compiling ArgumentParser Argument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/273] Compiling ArgumentParser ArgumentDiscussion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/274] Compiling ArgumentParser ParsedValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[168/282] Compiling ArgumentParser CollectionExtensions.swift
[169/282] Compiling ArgumentParser Mutex.swift
[170/282] Compiling ArgumentParser Platform.swift
[171/282] Compiling ArgumentParser SequenceExtensions.swift
[172/282] Compiling ArgumentParser StringExtensions.swift
[173/282] Compiling ArgumentParser SwiftExtensions.swift
[179/288] Compiling ArgumentParser ParserError.swift
[179/288] Wrapping AST for FilenameMatcher for debugging
[180/295] Wrapping AST for AEXML for debugging
[182/297] Compiling Extensions Array+Extension.swift
[183/297] Compiling Extensions Collection+Extension.swift
[183/298] Wrapping AST for SwiftIndexStore for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/298] Compiling ArgumentParser ParsableArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/298] Compiling ArgumentParser ParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/298] Compiling ArgumentParser ArgumentDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/298] Compiling ArgumentParser ArgumentDefinition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/298] Compiling ArgumentParser ArgumentSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/298] Compiling ArgumentParser CommandParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/298] Compiling ArgumentParser OptionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/298] Compiling ArgumentParser AsyncParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/298] Wrapping AST for Yams for debugging
[195/298] Compiling Extensions Sequence+Extension.swift
[196/298] Compiling Extensions Set+Extension.swift
[197/298] Compiling Extensions FilenameMatcher+Extension.swift
[198/298] Compiling Extensions String+Version.swift
[199/298] Emitting module Extensions
[200/298] Compiling Extensions String+Extension.swift
[201/298] Compiling Extensions FilePath+Extension.swift
[202/298] Compiling Extensions FilePath+Glob.swift
[204/299] Emitting module ArgumentParser
[205/299] Compiling ArgumentParser Tree.swift
[206/299] Compiling ArgumentParser CodingKeyValidator.swift
[207/299] Compiling ArgumentParser NonsenseFlagsValidator.swift
[208/299] Compiling ArgumentParser ParsableArgumentsValidation.swift
[209/299] Compiling ArgumentParser PositionalArgumentsValidator.swift
[210/299] Compiling ArgumentParser UniqueNamesValidator.swift
[224/299] Compiling ArgumentParser SplitArguments.swift
[225/299] Compiling ArgumentParser DumpHelpGenerator.swift
[226/299] Compiling ArgumentParser HelpCommand.swift
[227/299] Compiling ArgumentParser HelpGenerator.swift
[228/299] Compiling ArgumentParser MessageInfo.swift
[229/299] Compiling ArgumentParser UsageGenerator.swift
[229/299] Wrapping AST for Extensions for debugging
[233/310] Compiling ArgumentParser CommandConfiguration.swift
[234/310] Compiling ArgumentParser CommandGroup.swift
[235/310] Compiling ArgumentParser EnumerableFlag.swift
[236/310] Compiling ArgumentParser ExpressibleByArgument.swift
[244/311] Compiling Shared SwiftVersion.swift
[245/311] Compiling Shared SwiftVersionParser.swift
[246/312] Compiling Shared Shell.swift
/host/spi-builder-workspace/Sources/Shared/Shell.swift:5:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellProcessStore' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import Logger
  3 |
  4 | public class ShellProcessStore {
    |              `- note: class 'ShellProcessStore' does not conform to the 'Sendable' protocol
  5 |     public static let shared = ShellProcessStore()
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellProcessStore' 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
  6 |
  7 |     private var processes: Set<Process> = []
/host/spi-builder-workspace/Sources/Shared/Shell.swift:63:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
 61 |     ) throws -> (Int32, String, String) {
 62 |         let process = Process()
 63 |         process.launchPath = "/bin/bash"
    |                 |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                 `- note: use 'executableURL' instead
 64 |         process.arguments = ["-c", cmd.joined(separator: " ")]
 65 |
/host/spi-builder-workspace/Sources/Shared/Shell.swift:79:17: warning: 'launch()' is deprecated: renamed to 'run'
 77 |         }
 78 |
 79 |         process.launch()
    |                 |- warning: 'launch()' is deprecated: renamed to 'run'
    |                 `- note: use 'run' instead
 80 |
 81 |         var standardOutput = ""
[247/312] Emitting module Shared
/host/spi-builder-workspace/Sources/Shared/Shell.swift:5:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellProcessStore' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import Logger
  3 |
  4 | public class ShellProcessStore {
    |              `- note: class 'ShellProcessStore' does not conform to the 'Sendable' protocol
  5 |     public static let shared = ShellProcessStore()
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellProcessStore' 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
  6 |
  7 |     private var processes: Set<Process> = []
[248/312] Compiling Shared Benchmark.swift
[249/312] Compiling Shared Constants.swift
[250/312] Compiling Shared JobPool.swift
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:17:27: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct JobPool<Job> {
   |               `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 4 |     let jobs: [Job]
 5 |
   :
15 |
16 |             do {
17 |                 let job = jobs[idx]
   |                           `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
18 |                 try block(job)
19 |             } catch let e {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:18:21: warning: capture of 'block' with non-sendable type '(Job) throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
16 |             do {
17 |                 let job = jobs[idx]
18 |                 try block(job)
   |                     |- warning: capture of 'block' with non-sendable type '(Job) throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
19 |             } catch let e {
20 |                 error = e
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:14:19: warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
12 |
13 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
14 |             guard error == nil else { return }
   |                   `- warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
15 |
16 |             do {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:20:17: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
18 |                 try block(job)
19 |             } catch let e {
20 |                 error = e
   |                 `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
21 |             }
22 |         }
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:39:27: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct JobPool<Job> {
   |               `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 4 |     let jobs: [Job]
 5 |
   :
37 |
38 |             do {
39 |                 let job = jobs[idx]
   |                           `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
40 |                 let result = try block(job)
41 |
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:40:34: warning: capture of 'block' with non-sendable type '(Job) throws -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
38 |             do {
39 |                 let job = jobs[idx]
40 |                 let result = try block(job)
   |                                  |- warning: capture of 'block' with non-sendable type '(Job) throws -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                                  `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
41 |
42 |                 lock.perform {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:42:17: warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
40 |                 let result = try block(job)
41 |
42 |                 lock.perform {
   |                 `- warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
43 |                     results.append(contentsOf: result)
44 |                 }
/host/spi-builder-workspace/Sources/Shared/UnfairLock.swift:7:20: note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public final class UnfairLock {
   |                    `- note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 8 |     #if canImport(os)
 9 |         private var _osAllocatedUnfairLock: Any?
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:43:21: warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
28 |
29 |     /// Throwing variant
30 |     public func flatMap<Result>(_ block: @escaping (Job) throws -> [Result]) throws -> [Result] {
   |                         `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
31 |         var error: Error?
32 |         var results: [Result] = []
   :
41 |
42 |                 lock.perform {
43 |                     results.append(contentsOf: result)
   |                     `- warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
44 |                 }
45 |             } catch let e {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:36:19: warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 |
35 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
36 |             guard error == nil else { return }
   |                   `- warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
37 |
38 |             do {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:43:21: warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
28 |
29 |     /// Throwing variant
30 |     public func flatMap<Result>(_ block: @escaping (Job) throws -> [Result]) throws -> [Result] {
   |                         `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
31 |         var error: Error?
32 |         var results: [Result] = []
   :
41 |
42 |                 lock.perform {
43 |                     results.append(contentsOf: result)
   |                     `- warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
44 |                 }
45 |             } catch let e {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:43:21: warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
41 |
42 |                 lock.perform {
43 |                     results.append(contentsOf: result)
   |                     `- warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
44 |                 }
45 |             } catch let e {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:46:17: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
44 |                 }
45 |             } catch let e {
46 |                 error = e
   |                 `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
47 |             }
48 |         }
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:63:23: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct JobPool<Job> {
   |               `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 4 |     let jobs: [Job]
 5 |
   :
61 |
62 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
63 |             let job = jobs[idx]
   |                       `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
64 |             let result = block(job)
65 |
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:64:26: warning: capture of 'block' with non-sendable type '(Job) -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
63 |             let job = jobs[idx]
64 |             let result = block(job)
   |                          |- warning: capture of 'block' with non-sendable type '(Job) -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                          `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |
66 |             lock.perform {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:66:13: warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
64 |             let result = block(job)
65 |
66 |             lock.perform {
   |             `- warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
67 |                 results.append(contentsOf: result)
68 |             }
/host/spi-builder-workspace/Sources/Shared/UnfairLock.swift:7:20: note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public final class UnfairLock {
   |                    `- note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 8 |     #if canImport(os)
 9 |         private var _osAllocatedUnfairLock: Any?
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:67:17: warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
56 |
57 |     /// Non-throwing variant
58 |     public func flatMap<Result>(_ block: @escaping (Job) -> [Result]) -> [Result] {
   |                         `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
59 |         var results: [Result] = []
60 |         let lock = UnfairLock()
   :
65 |
66 |             lock.perform {
67 |                 results.append(contentsOf: result)
   |                 `- warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
68 |             }
69 |         }
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:67:17: warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
56 |
57 |     /// Non-throwing variant
58 |     public func flatMap<Result>(_ block: @escaping (Job) -> [Result]) -> [Result] {
   |                         `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
59 |         var results: [Result] = []
60 |         let lock = UnfairLock()
   :
65 |
66 |             lock.perform {
67 |                 results.append(contentsOf: result)
   |                 `- warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
68 |             }
69 |         }
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:67:17: warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
65 |
66 |             lock.perform {
67 |                 results.append(contentsOf: result)
   |                 `- warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
68 |             }
69 |         }
[251/312] Compiling Shared PeripheryError.swift
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:17:27: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct JobPool<Job> {
   |               `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 4 |     let jobs: [Job]
 5 |
   :
15 |
16 |             do {
17 |                 let job = jobs[idx]
   |                           `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
18 |                 try block(job)
19 |             } catch let e {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:18:21: warning: capture of 'block' with non-sendable type '(Job) throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
16 |             do {
17 |                 let job = jobs[idx]
18 |                 try block(job)
   |                     |- warning: capture of 'block' with non-sendable type '(Job) throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
19 |             } catch let e {
20 |                 error = e
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:14:19: warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
12 |
13 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
14 |             guard error == nil else { return }
   |                   `- warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
15 |
16 |             do {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:20:17: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
18 |                 try block(job)
19 |             } catch let e {
20 |                 error = e
   |                 `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
21 |             }
22 |         }
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:39:27: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct JobPool<Job> {
   |               `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 4 |     let jobs: [Job]
 5 |
   :
37 |
38 |             do {
39 |                 let job = jobs[idx]
   |                           `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
40 |                 let result = try block(job)
41 |
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:40:34: warning: capture of 'block' with non-sendable type '(Job) throws -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
38 |             do {
39 |                 let job = jobs[idx]
40 |                 let result = try block(job)
   |                                  |- warning: capture of 'block' with non-sendable type '(Job) throws -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                                  `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
41 |
42 |                 lock.perform {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:42:17: warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
40 |                 let result = try block(job)
41 |
42 |                 lock.perform {
   |                 `- warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
43 |                     results.append(contentsOf: result)
44 |                 }
/host/spi-builder-workspace/Sources/Shared/UnfairLock.swift:7:20: note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public final class UnfairLock {
   |                    `- note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 8 |     #if canImport(os)
 9 |         private var _osAllocatedUnfairLock: Any?
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:43:21: warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
28 |
29 |     /// Throwing variant
30 |     public func flatMap<Result>(_ block: @escaping (Job) throws -> [Result]) throws -> [Result] {
   |                         `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
31 |         var error: Error?
32 |         var results: [Result] = []
   :
41 |
42 |                 lock.perform {
43 |                     results.append(contentsOf: result)
   |                     `- warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
44 |                 }
45 |             } catch let e {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:36:19: warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 |
35 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
36 |             guard error == nil else { return }
   |                   `- warning: reference to captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
37 |
38 |             do {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:43:21: warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
28 |
29 |     /// Throwing variant
30 |     public func flatMap<Result>(_ block: @escaping (Job) throws -> [Result]) throws -> [Result] {
   |                         `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
31 |         var error: Error?
32 |         var results: [Result] = []
   :
41 |
42 |                 lock.perform {
43 |                     results.append(contentsOf: result)
   |                     `- warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
44 |                 }
45 |             } catch let e {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:43:21: warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
41 |
42 |                 lock.perform {
43 |                     results.append(contentsOf: result)
   |                     `- warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
44 |                 }
45 |             } catch let e {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:46:17: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
44 |                 }
45 |             } catch let e {
46 |                 error = e
   |                 `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
47 |             }
48 |         }
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:63:23: warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct JobPool<Job> {
   |               `- note: consider making generic struct 'JobPool' conform to the 'Sendable' protocol
 4 |     let jobs: [Job]
 5 |
   :
61 |
62 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
63 |             let job = jobs[idx]
   |                       `- warning: capture of 'self' with non-sendable type 'JobPool<Job>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
64 |             let result = block(job)
65 |
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:64:26: warning: capture of 'block' with non-sendable type '(Job) -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
62 |         DispatchQueue.concurrentPerform(iterations: jobs.count) { idx in
63 |             let job = jobs[idx]
64 |             let result = block(job)
   |                          |- warning: capture of 'block' with non-sendable type '(Job) -> [Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                          `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |
66 |             lock.perform {
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:66:13: warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
64 |             let result = block(job)
65 |
66 |             lock.perform {
   |             `- warning: capture of 'lock' with non-sendable type 'UnfairLock' in a '@Sendable' closure; this is an error in the Swift 6 language mode
67 |                 results.append(contentsOf: result)
68 |             }
/host/spi-builder-workspace/Sources/Shared/UnfairLock.swift:7:20: note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public final class UnfairLock {
   |                    `- note: class 'UnfairLock' does not conform to the 'Sendable' protocol
 8 |     #if canImport(os)
 9 |         private var _osAllocatedUnfairLock: Any?
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:67:17: warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
56 |
57 |     /// Non-throwing variant
58 |     public func flatMap<Result>(_ block: @escaping (Job) -> [Result]) -> [Result] {
   |                         `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
59 |         var results: [Result] = []
60 |         let lock = UnfairLock()
   :
65 |
66 |             lock.perform {
67 |                 results.append(contentsOf: result)
   |                 `- warning: capture of 'results' with non-sendable type '[Result]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
68 |             }
69 |         }
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:67:17: warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
56 |
57 |     /// Non-throwing variant
58 |     public func flatMap<Result>(_ block: @escaping (Job) -> [Result]) -> [Result] {
   |                         `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
59 |         var results: [Result] = []
60 |         let lock = UnfairLock()
   :
65 |
66 |             lock.perform {
67 |                 results.append(contentsOf: result)
   |                 `- warning: capture of 'results' with non-sendable type '[Result]' in an isolated closure; this is an error in the Swift 6 language mode
68 |             }
69 |         }
/host/spi-builder-workspace/Sources/Shared/JobPool.swift:67:17: warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
65 |
66 |             lock.perform {
67 |                 results.append(contentsOf: result)
   |                 `- warning: mutation of captured var 'results' in concurrently-executing code; this is an error in the Swift 6 language mode
68 |             }
69 |         }
[252/312] Compiling Shared ProjectKind.swift
[253/312] Compiling Shared PropertyTypeSanitizer.swift
[254/312] Compiling Shared SetupGuide.swift
[255/312] Compiling Shared UnfairLock.swift
[255/312] Wrapping AST for ArgumentParser for debugging
[257/313] Wrapping AST for Shared for debugging
[259/316] Compiling Configuration OutputFormat.swift
/host/spi-builder-workspace/Sources/Configuration/OutputFormat.swift:13:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum OutputFormat: String, CaseIterable {
   |             `- note: consider making enum 'OutputFormat' conform to the 'Sendable' protocol
 4 |     case xcode
 5 |     case csv
   :
11 |     case gitlabCodeQuality = "gitlab-codequality"
12 |
13 |     public static let `default` = OutputFormat.xcode
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     init?(anyValue: Any) {
[260/316] Emitting module Configuration
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:10:23: warning: static property 'defaultConfigurationFile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 |
  9 | public final class Configuration {
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
    |                       |- warning: static property 'defaultConfigurationFile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultConfigurationFile' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultConfigurationFile' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 |     public init() {}
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:282:13: warning: let 'filePathSetter' is not concurrency-safe because non-'Sendable' type '(Any) -> FilePath?' may have shared mutable state; this is an error in the Swift 6 language mode
280 | }
281 |
282 | private let filePathSetter: (Any) -> FilePath? = { value in
    |             |- warning: let 'filePathSetter' is not concurrency-safe because non-'Sendable' type '(Any) -> FilePath?' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'filePathSetter' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
283 |     if let value = value as? FilePath {
284 |         return value
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:292:13: warning: let 'filePathArraySetter' is not concurrency-safe because non-'Sendable' type '(Any) -> [FilePath]?' may have shared mutable state; this is an error in the Swift 6 language mode
290 | }
291 |
292 | private let filePathArraySetter: (Any) -> [FilePath]? = { value in
    |             |- warning: let 'filePathArraySetter' is not concurrency-safe because non-'Sendable' type '(Any) -> [FilePath]?' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'filePathArraySetter' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
293 |     if let value = value as? [FilePath] {
294 |         return value
/host/spi-builder-workspace/Sources/Configuration/OutputFormat.swift:13:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public enum OutputFormat: String, CaseIterable {
   |             `- note: consider making enum 'OutputFormat' conform to the 'Sendable' protocol
 4 |     case xcode
 5 |     case csv
   :
11 |     case gitlabCodeQuality = "gitlab-codequality"
12 |
13 |     public static let `default` = OutputFormat.xcode
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     init?(anyValue: Any) {
[261/316] Compiling Configuration Configuration.swift
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:10:23: warning: static property 'defaultConfigurationFile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 |
  9 | public final class Configuration {
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
    |                       |- warning: static property 'defaultConfigurationFile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultConfigurationFile' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultConfigurationFile' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 |     public init() {}
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:282:13: warning: let 'filePathSetter' is not concurrency-safe because non-'Sendable' type '(Any) -> FilePath?' may have shared mutable state; this is an error in the Swift 6 language mode
280 | }
281 |
282 | private let filePathSetter: (Any) -> FilePath? = { value in
    |             |- warning: let 'filePathSetter' is not concurrency-safe because non-'Sendable' type '(Any) -> FilePath?' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'filePathSetter' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
283 |     if let value = value as? FilePath {
284 |         return value
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:292:13: warning: let 'filePathArraySetter' is not concurrency-safe because non-'Sendable' type '(Any) -> [FilePath]?' may have shared mutable state; this is an error in the Swift 6 language mode
290 | }
291 |
292 | private let filePathArraySetter: (Any) -> [FilePath]? = { value in
    |             |- warning: let 'filePathArraySetter' is not concurrency-safe because non-'Sendable' type '(Any) -> [FilePath]?' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'filePathArraySetter' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
293 |     if let value = value as? [FilePath] {
294 |         return value
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:163:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
161 |     public func save(to path: FilePath = defaultConfigurationFile) throws {
162 |         let data = try asYaml().data(using: .utf8)
163 |         FileManager.default.createFile(atPath: path.string, contents: data)
    |                             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
164 |     }
165 |
[262/317] Wrapping AST for Configuration for debugging
[264/317] 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
[269/317] Compiling SwiftSyntax Tokens.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[270/317] Compiling SwiftSyntax TriviaPieces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/317] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[272/317] Compiling SwiftSyntax RawSyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/317] Compiling SwiftSyntax RawSyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/317] Compiling SwiftSyntax RawSyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[275/317] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[276/317] 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
[277/317] 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
[278/317] 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
[279/317] 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
[280/317] 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
[281/317] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[300/317] 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
[301/317] 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
[302/317] 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
[303/317] 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
[304/317] 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
[305/317] 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
[306/317] 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
[307/317] 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
[308/318] Wrapping AST for SwiftSyntax for debugging
[310/402] Compiling SourceGraph RedundantExplicitPublicAccessibilityMarker.swift
[311/402] Compiling SourceGraph RedundantProtocolMarker.swift
[312/402] Compiling SourceGraph ResultBuilderRetainer.swift
[313/402] Compiling SourceGraph StringInterpolationAppendInterpolationRetainer.swift
[314/402] Compiling SourceGraph StructImplicitInitializerReferenceBuilder.swift
[315/402] Compiling SwiftParser Lexeme.swift
[316/407] Compiling SwiftParser StringLiterals.swift
[317/407] Compiling SwiftParser SwiftParserCompatibility.swift
[318/407] Compiling SwiftParser SwiftVersion.swift
[319/407] Compiling SwiftParser SyntaxUtils.swift
[320/407] Compiling SwiftParser TokenConsumer.swift
[321/407] Compiling SwiftParser TokenPrecedence.swift
[322/407] Compiling SwiftParser Attributes.swift
[323/407] Compiling SwiftParser Availability.swift
[324/407] Compiling SwiftParser CharacterInfo.swift
[325/407] Compiling SwiftParser CollectionNodes+Parsable.swift
[326/407] Compiling SwiftParser CompilerFiles.swift
[327/407] Compiling SwiftParser Declarations.swift
[328/407] Compiling SourceGraph InterfaceBuilderPropertyRetainer.swift
[329/407] Compiling SourceGraph ObjCAccessibleRetainer.swift
[330/407] Compiling SourceGraph PropertyWrapperRetainer.swift
[331/407] Compiling SourceGraph ProtocolConformanceReferenceBuilder.swift
[332/407] Compiling SourceGraph ProtocolExtensionReferenceBuilder.swift
[333/407] Compiling SourceGraph PubliclyAccessibleRetainer.swift
[334/407] Compiling SwiftParser TokenSpec.swift
[335/407] Compiling SwiftParser TokenSpecSet.swift
[336/407] Compiling SwiftParser TopLevel.swift
[337/407] Compiling SwiftParser TriviaParser.swift
[338/407] Compiling SwiftParser Types.swift
[339/407] Compiling SwiftParser LoopProgressCondition.swift
[340/407] Compiling SwiftParser Parser.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[341/407] Compiling SwiftParser Patterns.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[342/407] Compiling SwiftParser Recovery.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[343/407] Compiling SwiftParser Specifiers.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[344/407] Compiling SwiftParser Statements.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[345/407] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[346/407] Compiling SourceGraph SwiftUIRetainer.swift
[347/407] Compiling SourceGraph UnusedImportMarker.swift
[348/407] Compiling SourceGraph UnusedParameterRetainer.swift
[349/407] Compiling SourceGraph UsedDeclarationMarker.swift
[350/407] Compiling SourceGraph XCTestRetainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[357/412] Emitting module SourceGraph
/host/spi-builder-workspace/Sources/SourceGraph/Elements/Declaration.swift:84:20: warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 |         }
 83 |
 84 |         static var globalKinds: Set<Kind> = [
    |                    |- warning: static property 'globalKinds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'globalKinds' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'globalKinds' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |             .class,
 86 |             .protocol,
[358/412] Compiling SwiftParser ExperimentalFeatures.swift
[359/412] Compiling SwiftParser IsLexerClassified.swift
[360/412] Compiling SwiftParser LayoutNodes+Parsable.swift
[361/412] Compiling SwiftParser Parser+TokenSpecSet.swift
[362/412] Compiling SwiftParser TokenSpecStaticMembers.swift
[364/413] 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
[364/413] Wrapping AST for SourceGraph for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[406/414] Wrapping AST for SwiftParser for debugging
[408/422] Compiling SyntaxAnalysis SourceLocationBuilder.swift
[409/422] Compiling SyntaxAnalysis TypeSyntaxInspector.swift
[410/422] Compiling SyntaxAnalysis UnusedParameterAnalyzer.swift
[411/423] Compiling SyntaxAnalysis MultiplexingSyntaxVisitor.swift
[412/423] Compiling SyntaxAnalysis ImportSyntaxVisitor.swift
[413/423] Compiling SyntaxAnalysis CommentCommand.swift
[414/423] Emitting module SyntaxAnalysis
[415/423] Compiling SyntaxAnalysis DeclarationSyntaxVisitor.swift
[416/423] Compiling SyntaxAnalysis UnusedParameterParser.swift
[417/424] Wrapping AST for SyntaxAnalysis for debugging
[419/437] Compiling Indexer XibIndexer.swift
[420/438] Compiling Indexer XCDataModelParser.swift
[421/438] Compiling Indexer XCMappingModelIndexer.swift
[422/438] Compiling Indexer XCMappingModelParser.swift
[423/438] Compiling Indexer XibParser.swift
[424/438] Compiling Indexer InfoPlistParser.swift
[425/438] Compiling Indexer SourceFileCollector.swift
[426/438] Compiling Indexer Indexer.swift
[427/438] Compiling Indexer InfoPlistIndexer.swift
[428/438] Compiling Indexer IndexPipeline.swift
[429/438] Compiling Indexer IndexPlan.swift
[430/438] Emitting module Indexer
[431/438] Compiling Indexer SwiftIndexer.swift
[432/438] Compiling Indexer XCDataModelIndexer.swift
[433/439] Wrapping AST for Indexer for debugging
[435/459] Compiling ProjectDrivers XcodeProjectDriver.swift
[436/459] Compiling PeripheryKit ScanResult.swift
[437/459] Compiling PeripheryKit XcodeFormatter.swift
[438/460] Compiling ProjectDrivers SPMProjectDriver.swift
[439/460] Compiling PeripheryKit OutputDeclarationFilter.swift
[440/460] Compiling PeripheryKit OutputFormatter.swift
[441/460] Compiling PeripheryKit GitLabCodeQualityFormatter.swift
[442/460] Compiling PeripheryKit JsonFormatter.swift
[443/460] Compiling ProjectDrivers BazelProjectDriver.swift
[444/460] Emitting module ProjectDrivers
[445/460] Compiling ProjectDrivers ProjectDriver.swift
[446/460] Compiling ProjectDrivers GenericProjectDriver.swift
[447/460] Compiling ProjectDrivers SPM.swift
[448/461] Compiling PeripheryKit GitHubActionsFormatter.swift
[449/461] Compiling PeripheryKit GitHubMarkdownFormatter.swift
[450/461] Compiling PeripheryKit CodeClimateFormatter.swift
[451/461] Compiling PeripheryKit CsvFormatter.swift
[452/461] Compiling PeripheryKit Baseline.swift
[453/461] Compiling PeripheryKit CheckstyleFormatter.swift
[454/461] Emitting module PeripheryKit
[456/461] Compiling PeripheryKit ScanResultBuilder.swift
[457/462] Wrapping AST for ProjectDrivers for debugging
[458/462] Wrapping AST for PeripheryKit for debugging
[460/485] Compiling Frontend CommonSetupGuide.swift
/host/spi-builder-workspace/Sources/Frontend/GuidedSetup.swift:69:76: warning: reference to class property 'defaultConfigurationFile' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 67 |
 68 |         if configuration.hasNonDefaultValues {
 69 |             print(Logger.colorize("\nSave configuration to \(Configuration.defaultConfigurationFile)?", .bold))
    |                                                                            `- warning: reference to class property 'defaultConfigurationFile' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 70 |             shouldSave = selectBoolean()
 71 |
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:10:23: note: class property declared here
  8 |
  9 | public final class Configuration {
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
    |                       `- note: class property declared here
 11 |
 12 |     public init() {}
[461/485] Compiling Frontend GuidedSetup.swift
/host/spi-builder-workspace/Sources/Frontend/GuidedSetup.swift:69:76: warning: reference to class property 'defaultConfigurationFile' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 67 |
 68 |         if configuration.hasNonDefaultValues {
 69 |             print(Logger.colorize("\nSave configuration to \(Configuration.defaultConfigurationFile)?", .bold))
    |                                                                            `- warning: reference to class property 'defaultConfigurationFile' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 70 |             shouldSave = selectBoolean()
 71 |
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:10:23: note: class property declared here
  8 |
  9 | public final class Configuration {
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
    |                       `- note: class property declared here
 11 |
 12 |     public init() {}
[462/486] Compiling TestShared DeclarationDescription.swift
[463/486] Compiling TestShared XCTestCase+Extensions.swift
[464/486] Compiling TestShared SPMSourceGraphTestCase.swift
[465/486] Compiling TestShared SourceGraphTestCase.swift
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:11:16: warning: static property 'plan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | open class SourceGraphTestCase: XCTestCase {
 11 |     static var plan: IndexPlan!
    |                |- warning: static property 'plan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'plan' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'plan' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:12:16: warning: static property 'shell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 10 | open class SourceGraphTestCase: XCTestCase {
 11 |     static var plan: IndexPlan!
 12 |     static var shell: Shell!
    |                |- warning: static property 'shell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shell' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shell' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |     static var logger: Logger!
 14 |     static var results: [ScanResult] = []
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:13:16: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |     static var plan: IndexPlan!
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
    |                |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'logger' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |     static var results: [ScanResult] = []
 15 |
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:14:16: warning: static property 'results' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
 14 |     static var results: [ScanResult] = []
    |                |- warning: static property 'results' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'results' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'results' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 |     private static var graph: SourceGraph!
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:16:24: warning: static property 'graph' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 |     static var results: [ScanResult] = []
 15 |
 16 |     private static var graph: SourceGraph!
    |                        |- warning: static property 'graph' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'graph' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'graph' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     private static var allIndexedDeclarations: Set<Declaration> = []
 18 |
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:17:24: warning: static property 'allIndexedDeclarations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |     private static var graph: SourceGraph!
 17 |     private static var allIndexedDeclarations: Set<Declaration> = []
    |                        |- warning: static property 'allIndexedDeclarations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'allIndexedDeclarations' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'allIndexedDeclarations' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     private var scopeStack: [DeclarationScope] = []
[466/486] Compiling TestShared DeclarationScope.swift
[467/486] Emitting module TestShared
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:11:16: warning: static property 'plan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | open class SourceGraphTestCase: XCTestCase {
 11 |     static var plan: IndexPlan!
    |                |- warning: static property 'plan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'plan' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'plan' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:12:16: warning: static property 'shell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 10 | open class SourceGraphTestCase: XCTestCase {
 11 |     static var plan: IndexPlan!
 12 |     static var shell: Shell!
    |                |- warning: static property 'shell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shell' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shell' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |     static var logger: Logger!
 14 |     static var results: [ScanResult] = []
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:13:16: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |     static var plan: IndexPlan!
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
    |                |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'logger' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |     static var results: [ScanResult] = []
 15 |
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:14:16: warning: static property 'results' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |     static var shell: Shell!
 13 |     static var logger: Logger!
 14 |     static var results: [ScanResult] = []
    |                |- warning: static property 'results' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'results' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'results' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 |     private static var graph: SourceGraph!
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:16:24: warning: static property 'graph' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 |     static var results: [ScanResult] = []
 15 |
 16 |     private static var graph: SourceGraph!
    |                        |- warning: static property 'graph' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'graph' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'graph' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     private static var allIndexedDeclarations: Set<Declaration> = []
 18 |
/host/spi-builder-workspace/Tests/Shared/SourceGraphTestCase.swift:17:24: warning: static property 'allIndexedDeclarations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |     private static var graph: SourceGraph!
 17 |     private static var allIndexedDeclarations: Set<Declaration> = []
    |                        |- warning: static property 'allIndexedDeclarations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'allIndexedDeclarations' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'allIndexedDeclarations' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     private var scopeStack: [DeclarationScope] = []
[468/486] Compiling TestShared FixtureSourceGraphTestCase.swift
[469/486] Compiling TestShared Helper.swift
[470/487] Compiling Frontend SPMProjectSetupGuide.swift
[471/487] Compiling Frontend Scan.swift
[472/487] Compiling Frontend Logger+Extension.swift
[473/487] Compiling Frontend Project.swift
[474/487] Compiling Frontend UpdateChecker.swift
/host/spi-builder-workspace/Sources/Frontend/UpdateChecker.swift:44:23: warning: capture of 'self' with non-sendable type 'UpdateChecker?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  8 | #endif
  9 |
 10 | final class UpdateChecker {
    |             `- note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
 11 |     private let logger: Logger
 12 |     private let debugLogger: ContextualLogger
    :
 42 |
 43 |         let task = urlSession.dataTask(with: urlRequest) { [weak self] data, _, error in
 44 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'UpdateChecker?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 45 |
 46 |             if let error {
[475/487] Compiling Frontend Version.swift
/host/spi-builder-workspace/Sources/Frontend/UpdateChecker.swift:44:23: warning: capture of 'self' with non-sendable type 'UpdateChecker?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  8 | #endif
  9 |
 10 | final class UpdateChecker {
    |             `- note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
 11 |     private let logger: Logger
 12 |     private let debugLogger: ContextualLogger
    :
 42 |
 43 |         let task = urlSession.dataTask(with: urlRequest) { [weak self] data, _, error in
 44 |             guard let self else { return }
    |                       `- warning: capture of 'self' with non-sendable type 'UpdateChecker?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 45 |
 46 |             if let error {
[476/487] Compiling Frontend main.swift
[478/487] Compiling Frontend ClearCacheCommand.swift
[479/487] Compiling Frontend FrontendCommand.swift
[480/487] Emitting module Frontend
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:150:24: warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
148 |     var bazelIndexStore: FilePath?
149 |
150 |     private static let defaultConfiguration = Configuration()
    |                        `- warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
151 |
152 |     func run() throws {
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:9:20: note: class 'Configuration' does not conform to the 'Sendable' protocol
  7 | import Yams
  8 |
  9 | public final class Configuration {
    |                    `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
 11 |
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  1 | import ArgumentParser
  2 | import Configuration
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  3 | import Foundation
  4 | import Logger
    :
148 |     var bazelIndexStore: FilePath?
149 |
150 |     private static let defaultConfiguration = Configuration()
    |                        |- note: add '@MainActor' to make static property 'defaultConfiguration' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     func run() throws {
[481/487] Compiling Frontend BazelProjectSetupGuide.swift
/host/spi-builder-workspace/Sources/Frontend/Commands/CheckUpdateCommand.swift:16:40: warning: capture of 'checker' with non-sendable type 'UpdateChecker' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |         let logger = Logger(configuration: configuration)
15 |         let checker = UpdateChecker(logger: logger, configuration: configuration)
16 |         DispatchQueue.global().async { checker.run() }
   |                                        `- warning: capture of 'checker' with non-sendable type 'UpdateChecker' in a '@Sendable' closure; this is an error in the Swift 6 language mode
17 |         let latestVersion = try checker.wait().get()
18 |         if latestVersion.isVersion(greaterThan: PeripheryVersion) {
/host/spi-builder-workspace/Sources/Frontend/UpdateChecker.swift:10:13: note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
  8 | #endif
  9 |
 10 | final class UpdateChecker {
    |             `- note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
 11 |     private let logger: Logger
 12 |     private let debugLogger: ContextualLogger
[482/487] Compiling Frontend CheckUpdateCommand.swift
/host/spi-builder-workspace/Sources/Frontend/Commands/CheckUpdateCommand.swift:16:40: warning: capture of 'checker' with non-sendable type 'UpdateChecker' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |         let logger = Logger(configuration: configuration)
15 |         let checker = UpdateChecker(logger: logger, configuration: configuration)
16 |         DispatchQueue.global().async { checker.run() }
   |                                        `- warning: capture of 'checker' with non-sendable type 'UpdateChecker' in a '@Sendable' closure; this is an error in the Swift 6 language mode
17 |         let latestVersion = try checker.wait().get()
18 |         if latestVersion.isVersion(greaterThan: PeripheryVersion) {
/host/spi-builder-workspace/Sources/Frontend/UpdateChecker.swift:10:13: note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
  8 | #endif
  9 |
 10 | final class UpdateChecker {
    |             `- note: class 'UpdateChecker' does not conform to the 'Sendable' protocol
 11 |     private let logger: Logger
 12 |     private let debugLogger: ContextualLogger
[483/487] Compiling Frontend ScanCommand.swift
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:150:24: warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
148 |     var bazelIndexStore: FilePath?
149 |
150 |     private static let defaultConfiguration = Configuration()
    |                        `- warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
151 |
152 |     func run() throws {
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:9:20: note: class 'Configuration' does not conform to the 'Sendable' protocol
  7 | import Yams
  8 |
  9 | public final class Configuration {
    |                    `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
 11 |
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  1 | import ArgumentParser
  2 | import Configuration
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  3 | import Foundation
  4 | import Logger
    :
148 |     var bazelIndexStore: FilePath?
149 |
150 |     private static let defaultConfiguration = Configuration()
    |                        |- note: add '@MainActor' to make static property 'defaultConfiguration' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     func run() throws {
[484/487] Compiling Frontend VersionCommand.swift
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:150:24: warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
148 |     var bazelIndexStore: FilePath?
149 |
150 |     private static let defaultConfiguration = Configuration()
    |                        `- warning: static property 'defaultConfiguration' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
151 |
152 |     func run() throws {
/host/spi-builder-workspace/Sources/Configuration/Configuration.swift:9:20: note: class 'Configuration' does not conform to the 'Sendable' protocol
  7 | import Yams
  8 |
  9 | public final class Configuration {
    |                    `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 10 |     public static var defaultConfigurationFile = FilePath(".periphery.yml")
 11 |
/host/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  1 | import ArgumentParser
  2 | import Configuration
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Configuration'
  3 | import Foundation
  4 | import Logger
    :
148 |     var bazelIndexStore: FilePath?
149 |
150 |     private static let defaultConfiguration = Configuration()
    |                        |- note: add '@MainActor' to make static property 'defaultConfiguration' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     func run() throws {
[485/488] Wrapping AST for Frontend for debugging
[486/488] Write Objects.LinkFileList
[487/488] Linking periphery
Build complete! (131.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-indexstore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kateinoigakukun/swift-indexstore"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "swift-filename-matcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ileitch/swift-filename-matcher"
    }
  ],
  "manifest_display_name" : "Periphery",
  "name" : "Periphery",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "periphery",
      "targets" : [
        "Frontend"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PeripheryKit",
      "targets" : [
        "PeripheryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestShared",
      "module_type" : "SwiftTarget",
      "name" : "TestShared",
      "path" : "Tests/Shared",
      "sources" : [
        "DeclarationDescription.swift",
        "DeclarationScope.swift",
        "FixtureSourceGraphTestCase.swift",
        "Helper.swift",
        "SPMSourceGraphTestCase.swift",
        "SourceGraphTestCase.swift",
        "XCTestCase+Extensions.swift"
      ],
      "target_dependencies" : [
        "PeripheryKit",
        "ProjectDrivers",
        "Configuration"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SyntaxAnalysis",
      "module_type" : "SwiftTarget",
      "name" : "SyntaxAnalysis",
      "path" : "Sources/SyntaxAnalysis",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "CommentCommand.swift",
        "DeclarationSyntaxVisitor.swift",
        "ImportSyntaxVisitor.swift",
        "MultiplexingSyntaxVisitor.swift",
        "SourceLocationBuilder.swift",
        "TypeSyntaxInspector.swift",
        "UnusedParameterAnalyzer.swift",
        "UnusedParameterParser.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SourceGraph",
      "module_type" : "SwiftTarget",
      "name" : "SourceGraph",
      "path" : "Sources/SourceGraph",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Elements/Accessibility.swift",
        "Elements/AssetReference.swift",
        "Elements/CommentCommand.swift",
        "Elements/Declaration.swift",
        "Elements/ImportStatement.swift",
        "Elements/Location.swift",
        "Elements/ProjectFileKind.swift",
        "Elements/Reference.swift",
        "Elements/SourceFile.swift",
        "Mutators/AccessibilityCascader.swift",
        "Mutators/AncestralReferenceEliminator.swift",
        "Mutators/AssetReferenceRetainer.swift",
        "Mutators/AssignOnlyPropertyReferenceEliminator.swift",
        "Mutators/CodablePropertyRetainer.swift",
        "Mutators/CodingKeyEnumReferenceBuilder.swift",
        "Mutators/ComplexPropertyAccessorReferenceBuilder.swift",
        "Mutators/DefaultConstructorReferenceBuilder.swift",
        "Mutators/DynamicMemberRetainer.swift",
        "Mutators/EntryPointAttributeRetainer.swift",
        "Mutators/EnumCaseReferenceBuilder.swift",
        "Mutators/ExtensionReferenceBuilder.swift",
        "Mutators/ExternalOverrideRetainer.swift",
        "Mutators/ExternalTypeProtocolConformanceReferenceRemover.swift",
        "Mutators/GenericClassAndStructConstructorReferenceBuilder.swift",
        "Mutators/InterfaceBuilderPropertyRetainer.swift",
        "Mutators/ObjCAccessibleRetainer.swift",
        "Mutators/PropertyWrapperRetainer.swift",
        "Mutators/ProtocolConformanceReferenceBuilder.swift",
        "Mutators/ProtocolExtensionReferenceBuilder.swift",
        "Mutators/PubliclyAccessibleRetainer.swift",
        "Mutators/RedundantExplicitPublicAccessibilityMarker.swift",
        "Mutators/RedundantProtocolMarker.swift",
        "Mutators/ResultBuilderRetainer.swift",
        "Mutators/StringInterpolationAppendInterpolationRetainer.swift",
        "Mutators/StructImplicitInitializerReferenceBuilder.swift",
        "Mutators/SwiftTestingRetainer.swift",
        "Mutators/SwiftUIRetainer.swift",
        "Mutators/UnusedImportMarker.swift",
        "Mutators/UnusedParameterRetainer.swift",
        "Mutators/UsedDeclarationMarker.swift",
        "Mutators/XCTestRetainer.swift",
        "SourceGraph.swift",
        "SourceGraphDebugger.swift",
        "SourceGraphMutator.swift",
        "SourceGraphMutatorRunner.swift",
        "SynchronizedSourceGraph.swift"
      ],
      "target_dependencies" : [
        "Configuration",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Shared",
      "module_type" : "SwiftTarget",
      "name" : "Shared",
      "path" : "Sources/Shared",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Benchmark.swift",
        "Constants.swift",
        "JobPool.swift",
        "PeripheryError.swift",
        "ProjectKind.swift",
        "PropertyTypeSanitizer.swift",
        "SetupGuide.swift",
        "Shell.swift",
        "SwiftVersion.swift",
        "SwiftVersionParser.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMTests",
      "path" : "Tests/SPMTests",
      "sources" : [
        "Helper.swift",
        "SPMProjectTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectDrivers",
      "module_type" : "SwiftTarget",
      "name" : "ProjectDrivers",
      "path" : "Sources/ProjectDrivers",
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectDriver.swift",
        "GenericProjectDriver.swift",
        "ProjectDriver.swift",
        "SPM.swift",
        "SPMProjectDriver.swift",
        "XcodeProjectDriver.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PeripheryTests",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryTests",
      "path" : "Tests/PeripheryTests",
      "sources" : [
        "CrossModuleRetentionTest.swift",
        "Extensions/FilePathGlobTest.swift",
        "Extensions/FilePathTest.swift",
        "Extensions/FilenameMatcherTests.swift",
        "Extensions/String+VersionTest.swift",
        "ObjcAccessibleRetentionTest.swift",
        "ObjcAnnotatedRetentionTest.swift",
        "RetentionTest.swift",
        "SwiftVersionParserTest.swift",
        "Syntax/FunctionVisitTest.swift",
        "Syntax/ImportVisitTest.swift",
        "Syntax/PropertyVisitTest.swift",
        "Syntax/TypeSyntaxInspectorTest.swift",
        "Syntax/UnusedParameterTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeripheryKit",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryKit",
      "path" : "Sources/PeripheryKit",
      "product_dependencies" : [
        "SystemPackage",
        "AEXML",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftIndexStore",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Results/Baseline.swift",
        "Results/CheckstyleFormatter.swift",
        "Results/CodeClimateFormatter.swift",
        "Results/CsvFormatter.swift",
        "Results/GitHubActionsFormatter.swift",
        "Results/GitHubMarkdownFormatter.swift",
        "Results/GitLabCodeQualityFormatter.swift",
        "Results/JsonFormatter.swift",
        "Results/OutputDeclarationFilter.swift",
        "Results/OutputFormatter.swift",
        "Results/XcodeFormatter.swift",
        "ScanResult.swift",
        "ScanResultBuilder.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Logger",
      "module_type" : "SwiftTarget",
      "name" : "Logger",
      "path" : "Sources/Logger",
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Indexer",
      "module_type" : "SwiftTarget",
      "name" : "Indexer",
      "path" : "Sources/Indexer",
      "product_dependencies" : [
        "SwiftIndexStore",
        "AEXML"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "IndexPipeline.swift",
        "IndexPlan.swift",
        "Indexer.swift",
        "InfoPlistIndexer.swift",
        "InfoPlistParser.swift",
        "SourceFileCollector.swift",
        "SwiftIndexer.swift",
        "XCDataModelIndexer.swift",
        "XCDataModelParser.swift",
        "XCMappingModelIndexer.swift",
        "XCMappingModelParser.swift",
        "XibIndexer.swift",
        "XibParser.swift"
      ],
      "target_dependencies" : [
        "SyntaxAnalysis",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Frontend",
      "module_type" : "SwiftTarget",
      "name" : "Frontend",
      "path" : "Sources/Frontend",
      "product_dependencies" : [
        "ArgumentParser",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectSetupGuide.swift",
        "Commands/CheckUpdateCommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/FrontendCommand.swift",
        "Commands/ScanCommand.swift",
        "Commands/VersionCommand.swift",
        "CommonSetupGuide.swift",
        "GuidedSetup.swift",
        "Logger+Extension.swift",
        "Project.swift",
        "SPMProjectSetupGuide.swift",
        "Scan.swift",
        "UpdateChecker.swift",
        "Version.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Shared",
        "Configuration",
        "SourceGraph",
        "PeripheryKit",
        "ProjectDrivers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Array+Extension.swift",
        "Collection+Extension.swift",
        "FilePath+Extension.swift",
        "FilePath+Glob.swift",
        "FilenameMatcher+Extension.swift",
        "Sequence+Extension.swift",
        "Set+Extension.swift",
        "String+Extension.swift",
        "String+Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Configuration",
      "module_type" : "SwiftTarget",
      "name" : "Configuration",
      "path" : "Sources/Configuration",
      "product_dependencies" : [
        "Yams",
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Configuration.swift",
        "OutputFormat.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Shared",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilityTests",
      "path" : "Tests/AccessibilityTests",
      "sources" : [
        "Helper.swift",
        "RedundantPublicAccessibilityTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit",
        "Configuration"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.