The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Lockman, reference main (15b266), with Swift 6.1 for Linux on 30 Nov 2025 13:19:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

      "requirement" : {
        "exact" : [
          "1.23.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Lockman",
  "name" : "Lockman",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Lockman",
      "targets" : [
        "Lockman"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LockmanMacros",
      "targets" : [
        "LockmanMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "LockmanTests",
      "module_type" : "SwiftTarget",
      "name" : "LockmanTests",
      "path" : "Tests/LockmanTests",
      "sources" : [
        "Integration/StrategyIntegration/SingleExecutionStrategy_ActionMode_IntegrationTests.swift",
        "Integration/StrategyIntegration/SingleExecutionStrategy_BoundaryMode_IntegrationTests.swift",
        "Integration/StrategyIntegration/SingleExecutionStrategy_NoneMode_IntegrationTests.swift",
        "Supports/TestSupport.swift",
        "Unit/Composable/Effect+LockmanTests.swift",
        "Unit/Composable/LockmanComposableIssueReporterTests.swift",
        "Unit/Composable/LockmanComposableMacrosTests.swift",
        "Unit/Composable/LockmanDynamicConditionReducerTests.swift",
        "Unit/Composable/LockmanReducerTests.swift",
        "Unit/Composable/Reducer+LockmanTests.swift",
        "Unit/Core/Debug/LockmanDebugFormattersTests.swift",
        "Unit/Core/Debug/LockmanDebugTests.swift",
        "Unit/Core/Debug/LockmanLoggerTests.swift",
        "Unit/Core/Errors/LockmanCancellationErrorTests.swift",
        "Unit/Core/Errors/LockmanRegistrationErrorTests.swift",
        "Unit/Core/Errors/LockmanStrategyErrorTests.swift",
        "Unit/Core/Internal/LoggerTests.swift",
        "Unit/Core/Internal/ManagedCriticalStateTests.swift",
        "Unit/Core/LockmanManagerGenericLockTests.swift",
        "Unit/Core/LockmanManagerTests.swift",
        "Unit/Core/LockmanResultTests.swift",
        "Unit/Core/LockmanUnlockOptionTests.swift",
        "Unit/Core/LockmanUnlockTests.swift",
        "Unit/Core/Protocols/LockmanActionTests.swift",
        "Unit/Core/Protocols/LockmanErrorTests.swift",
        "Unit/Core/Protocols/LockmanInfoTests.swift",
        "Unit/Core/Protocols/LockmanIssueReporterTests.swift",
        "Unit/Core/Protocols/LockmanPrecedingCancellationErrorTests.swift",
        "Unit/Core/Protocols/LockmanStrategyTests.swift",
        "Unit/Core/Strategies/CompositeStrategy/LockmanCompositeActionTests.swift",
        "Unit/Core/Strategies/CompositeStrategy/LockmanCompositeInfoTests.swift",
        "Unit/Core/Strategies/CompositeStrategy/LockmanCompositeStrategyTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyGroupTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedActionTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedErrorTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedInfoTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedStrategyTests.swift",
        "Unit/Core/Strategies/Core/LockmanStateTests.swift",
        "Unit/Core/Strategies/Core/LockmanStrategyContainerTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinatedActionTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinatedInfoTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationErrorTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationRoleTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationStrategyTests.swift",
        "Unit/Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedActionTests.swift",
        "Unit/Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedErrorTests.swift",
        "Unit/Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedInfoTests.swift",
        "Unit/Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedStrategyTests.swift",
        "Unit/Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionActionTests.swift",
        "Unit/Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionErrorTests.swift",
        "Unit/Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionInfoTests.swift",
        "Unit/Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionStrategyTests.swift",
        "Unit/Core/TypeErasure/AnyLockmanBoundaryIdTests.swift",
        "Unit/Core/TypeErasure/AnyLockmanGroupIdTests.swift",
        "Unit/Core/TypeErasure/AnyLockmanStrategyTests.swift",
        "Unit/Core/Types/LockmanActionIdTests.swift",
        "Unit/Core/Types/LockmanBoundaryIdTests.swift",
        "Unit/Core/Types/LockmanGroupIdTests.swift",
        "Unit/Core/Types/LockmanStrategyIdTests.swift"
      ],
      "target_dependencies" : [
        "Lockman"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LockmanMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "LockmanMacrosTests",
      "path" : "Tests/LockmanMacrosTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "Internal/ConformanceExtensionGeneratorTests.swift",
        "Internal/MemberGeneratorTests.swift",
        "LockmanCompositeStrategyMacroTests.swift",
        "LockmanConcurrencyLimitedMacroTests.swift",
        "LockmanGroupCoordinationMacroTests.swift",
        "LockmanMacroErrorTests.swift",
        "LockmanPriorityBasedMacroTests.swift",
        "LockmanSingleExecutionMacroTests.swift",
        "MacroPluginTests.swift"
      ],
      "target_dependencies" : [
        "LockmanMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LockmanMacros",
      "module_type" : "SwiftTarget",
      "name" : "LockmanMacros",
      "path" : "Sources/LockmanMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Lockman",
        "LockmanMacros"
      ],
      "sources" : [
        "Internal/ConformanceExtensionGenerator.swift",
        "Internal/MemberGenerator.swift",
        "LockmanCompositeStrategyMacro.swift",
        "LockmanConcurrencyLimitedMacro.swift",
        "LockmanGroupCoordinationMacro.swift",
        "LockmanMacroError.swift",
        "LockmanPriorityBasedMacro.swift",
        "LockmanSingleExecutionMacro.swift",
        "MacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Lockman",
      "module_type" : "SwiftTarget",
      "name" : "Lockman",
      "path" : "Sources/Lockman",
      "product_dependencies" : [
        "OrderedCollections",
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "Lockman"
      ],
      "sources" : [
        "Composable/Effect+Lockman.swift",
        "Composable/LockmanComposableIssueReporter.swift",
        "Composable/LockmanComposableMacros.swift",
        "Composable/LockmanDynamicConditionReducer.swift",
        "Composable/LockmanReducer.swift",
        "Composable/Reducer+Lockman.swift",
        "Core/Debug/LockmanDebug.swift",
        "Core/Debug/LockmanDebugFormatters.swift",
        "Core/Debug/LockmanLogger.swift",
        "Core/Errors/LockmanCancellationError.swift",
        "Core/Errors/LockmanRegistrationError.swift",
        "Core/Errors/LockmanStrategyError.swift",
        "Core/Internal/Logger.swift",
        "Core/Internal/ManagedCriticalState.swift",
        "Core/LockmanManager.swift",
        "Core/LockmanResult.swift",
        "Core/LockmanUnlock.swift",
        "Core/LockmanUnlockOption.swift",
        "Core/Protocols/LockmanAction.swift",
        "Core/Protocols/LockmanError.swift",
        "Core/Protocols/LockmanInfo.swift",
        "Core/Protocols/LockmanIssueReporter.swift",
        "Core/Protocols/LockmanPrecedingCancellationError.swift",
        "Core/Protocols/LockmanStrategy.swift",
        "Core/Strategies/CompositeStrategy/LockmanCompositeAction.swift",
        "Core/Strategies/CompositeStrategy/LockmanCompositeInfo.swift",
        "Core/Strategies/CompositeStrategy/LockmanCompositeStrategy.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyGroup.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimit.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedAction.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedError.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedInfo.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedStrategy.swift",
        "Core/Strategies/Core/LockmanState.swift",
        "Core/Strategies/Core/LockmanStrategyContainer.swift",
        "Core/Strategies/Core/LockmanStrategyResult.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinatedAction.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinatedInfo.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationError.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationRole.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationStrategy.swift",
        "Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedAction.swift",
        "Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedError.swift",
        "Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedInfo.swift",
        "Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedStrategy.swift",
        "Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionAction.swift",
        "Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionError.swift",
        "Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionInfo.swift",
        "Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionStrategy.swift",
        "Core/TypeErasure/AnyLockmanBoundaryId.swift",
        "Core/TypeErasure/AnyLockmanGroupId.swift",
        "Core/TypeErasure/AnyLockmanStrategy.swift",
        "Core/Types/LockmanActionId.swift",
        "Core/Types/LockmanBoundaryId.swift",
        "Core/Types/LockmanGroupId.swift",
        "Core/Types/LockmanStrategyId.swift"
      ],
      "target_dependencies" : [
        "LockmanMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/932] Fetching swift-macro-testing
[2/3090] Fetching swift-macro-testing, swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
[3091/76090] Fetching swift-macro-testing, swift-docc-plugin, swift-syntax
[3092/387869] Fetching swift-macro-testing, swift-docc-plugin, swift-syntax, swift-composable-architecture
[18087/406183] Fetching swift-macro-testing, swift-docc-plugin, swift-syntax, swift-composable-architecture, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.11s)
[89216/387869] Fetching swift-macro-testing, swift-docc-plugin, swift-syntax, swift-composable-architecture
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (13.87s)
[274071/385711] Fetching swift-macro-testing, swift-syntax, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (33.60s)
Fetched https://github.com/swiftlang/swift-syntax from cache (33.68s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (34.09s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (38.17s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3583] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.66s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.23.1 (1.99s)
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-perception
[1/3511] Fetching swift-sharing
[2143/5463] Fetching swift-sharing, swift-perception
[3382/11899] Fetching swift-sharing, swift-perception, swift-dependencies
[4519/13441] Fetching swift-sharing, swift-perception, swift-dependencies, swift-identified-collections
[8203/59485] Fetching swift-sharing, swift-perception, swift-dependencies, swift-identified-collections, swift-navigation
[9124/65085] Fetching swift-sharing, swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (0.79s)
[9750/63133] Fetching swift-sharing, swift-dependencies, swift-identified-collections, swift-navigation, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
[20544/67784] Fetching swift-sharing, swift-dependencies, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.92s)
[26298/63133] Fetching swift-sharing, swift-dependencies, swift-identified-collections, swift-navigation, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-sharing from cache (2.16s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (2.16s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (2.17s)
[30004/51644] Fetching swift-navigation, xctest-dynamic-overlay
[30005/52530] Fetching swift-navigation, xctest-dynamic-overlay, swift-concurrency-extras
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.19s)
[24989/46930] Fetching swift-navigation, swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.73s)
[39598/46044] Fetching swift-navigation
[46045/50574] Fetching swift-navigation, swift-case-paths
[46272/53112] Fetching swift-navigation, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.78s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.82s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (4.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (5.94s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (1.06s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.40s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (5.38s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.95s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (1.13s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.91s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.92s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.11s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.6.0 (0.99s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (4.14s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (4.13s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (2.05s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.61s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (4.09s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (2.50s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1299] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.41s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (3.36s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.84s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.23.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.6.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/120] Write sources
[17/120] Copying PrivacyInfo.xcprivacy
[21/120] Write sources
[83/120] Compiling UIKitNavigationShim shim.m
[85/120] Compiling _SwiftSyntaxCShims PlatformMutex.c
[86/120] Write swift-version-24593BA9C3E375BF.txt
[87/132] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[89/132] Emitting module SwiftSyntax601
[89/132] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[91/132] Emitting module Sharing2
[92/136] Emitting module Sharing1
[93/136] Compiling SwiftSyntax600 Empty.swift
[94/136] Emitting module SwiftSyntax600
[95/136] Compiling Sharing1 Empty.swift
[96/136] Emitting module Sharing1
[97/136] Compiling Sharing1 Empty.swift
[98/138] Emitting module SwiftSyntax510
[99/139] Compiling SwiftSyntax510 Empty.swift
[100/139] Emitting module Sharing2
[101/139] Compiling Sharing2 Empty.swift
[102/141] Emitting module SwiftSyntax602
[103/141] Compiling SwiftSyntax602 Empty.swift
[105/142] Compiling SwiftSyntax601 Empty.swift
[111/143] Compiling Sharing2 Empty.swift
[114/198] Emitting module SwiftSyntax509
[115/198] Compiling SwiftSyntax509 Empty.swift
[116/236] Compiling IssueReportingPackageSupport _Test.swift
[117/282] Emitting module IssueReportingPackageSupport
[119/361] Compiling IssueReportingPackageSupport _Test.swift
[121/380] Compiling OpenCombine Future+Concurrency.swift
[122/380] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[124/382] Compiling OpenCombine CurrentValueSubject.swift
[125/382] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[127/382] Compiling OpenCombine Future.swift
[128/382] Compiling OpenCombine GENERATED-RootProtocols.swift
[129/382] Compiling OpenCombine ConduitBase.swift
[130/382] Compiling OpenCombine ConduitList.swift
[137/382] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[138/382] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[141/458] Compiling IssueReporting IssueReporter.swift
[142/458] Compiling IssueReporting SwiftTesting.swift
[143/458] Compiling IssueReporting UncheckedSendable.swift
[144/458] Compiling IssueReporting XCTest.swift
[145/458] Compiling IssueReporting IsTesting.swift
[149/485] Compiling IssueReporting ReportIssue.swift
[150/485] Compiling IssueReporting TestContext.swift
[151/485] Emitting module InternalCollectionsUtilities
[153/485] Compiling IssueReporting Warn.swift
[154/485] Compiling IssueReporting FailureObserver.swift
[161/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[162/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[163/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[164/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[165/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[166/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[167/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[168/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[169/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[170/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[171/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[172/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[173/560] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[174/560] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[175/560] Emitting module OpenCombine
[176/572] Compiling OrderedCollections OrderedDictionary.swift
[177/572] Compiling OrderedCollections OrderedSet+Codable.swift
[178/572] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[179/572] Compiling OrderedCollections OrderedSet+Descriptions.swift
[180/572] Compiling OrderedCollections OrderedSet+Diffing.swift
[181/572] Compiling OrderedCollections OrderedSet+Equatable.swift
[182/572] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[183/572] Compiling OrderedCollections OrderedSet+Hashable.swift
[184/572] Compiling OrderedCollections OrderedSet+Initializers.swift
[185/572] Compiling OrderedCollections OrderedSet+Insertions.swift
[186/572] Compiling OrderedCollections OrderedSet+Invariants.swift
[187/572] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[188/572] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[189/572] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[190/572] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[191/572] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[192/572] Compiling OrderedCollections OrderedDictionary+Codable.swift
[193/572] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[194/572] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[195/572] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[196/572] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[197/572] Compiling OrderedCollections OrderedDictionary+Elements.swift
[198/572] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[199/572] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[200/572] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[201/572] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[202/572] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[203/572] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[204/572] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[205/572] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[206/572] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[207/572] Compiling OrderedCollections OrderedDictionary+Values.swift
[208/572] Emitting module OpenCombine
[222/584] Compiling OrderedCollections _HashTable+Bucket.swift
[223/584] Compiling OrderedCollections _HashTable+BucketIterator.swift
[224/584] Compiling OrderedCollections _HashTable+Constants.swift
[225/584] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[226/584] Compiling OrderedCollections _HashTable+Testing.swift
[227/584] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[228/584] Compiling OrderedCollections _HashTable.swift
[229/584] Compiling OrderedCollections _Hashtable+Header.swift
[263/586] Emitting module ConcurrencyExtras
[270/590] Compiling ConcurrencyExtras UncheckedSendable.swift
[274/590] Compiling OrderedCollections OrderedSet+Sendable.swift
[275/590] Compiling OrderedCollections OrderedSet+SubSequence.swift
[276/590] Compiling OrderedCollections OrderedSet+Testing.swift
[277/590] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[278/590] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[279/590] Compiling OrderedCollections OrderedSet.swift
[280/590] Compiling OrderedCollections _UnsafeBitset.swift
[281/590] Compiling SwiftSyntax SyntaxNodesAB.swift
[282/590] Compiling OpenCombine Publishers.IgnoreOutput.swift
[283/590] Compiling OpenCombine Publishers.Last.swift
[284/590] Compiling OpenCombine Publishers.MakeConnectable.swift
[311/590] Emitting module IssueReporting
[334/590] Compiling IssueReporting WithExpectedIssue.swift
[335/590] Compiling IssueReporting WithIssueContext.swift
[369/590] Compiling OpenCombine Result.swift
[370/590] Compiling OpenCombine Scheduler.swift
[371/590] Compiling OpenCombine Subject+Void.swift
[372/590] Compiling OpenCombine Subscriber+Void.swift
[373/590] Compiling OpenCombine Subscribers.Assign.swift
[374/590] Compiling OpenCombine Subscribers.Completion.swift
[375/590] Compiling OpenCombine Subscribers.Demand.swift
[376/590] Compiling OpenCombine Subscribers.Sink.swift
[377/590] Compiling OpenCombine Subscribers.swift
[378/590] Compiling OpenCombine Subscription.swift
[379/590] Compiling OpenCombine Subscriptions.swift
[380/590] Compiling OpenCombine _Introspection.swift
[395/590] Emitting module ConcurrencyExtras
[405/598] Compiling SwiftSyntax SyntaxNodesGHI.swift
[406/598] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[407/598] Compiling SwiftSyntax SyntaxNodesOP.swift
[408/598] Compiling SwiftSyntax SyntaxNodesQRS.swift
[409/598] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[410/598] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[411/598] Compiling OpenCombine Publishers.PrefixWhile.swift
[412/598] Compiling OpenCombine Publishers.Print.swift
[413/598] Compiling OpenCombine Publishers.ReceiveOn.swift
[414/598] Compiling OpenCombine Publishers.Reduce.swift
[415/598] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[416/598] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[417/598] Compiling OpenCombine Publishers.ReplaceError.swift
[418/598] Compiling OpenCombine Publishers.Retry.swift
[419/598] Compiling OpenCombine Publishers.Scan.swift
[420/598] Compiling OpenCombine Publishers.Sequence.swift
[421/598] Compiling OpenCombine Publishers.SetFailureType.swift
[422/598] Compiling OpenCombine Publishers.Share.swift
[423/598] Compiling OpenCombine Publishers.SubscribeOn.swift
[424/598] Compiling OpenCombine Publishers.SwitchToLatest.swift
[425/598] Compiling OpenCombine Publishers.Throttle.swift
[426/598] Compiling OpenCombine Publishers.Timeout.swift
[427/598] Compiling OpenCombine Publishers.Zip.swift
[428/598] Compiling OpenCombine Publishers.swift
[429/598] Compiling OpenCombine Record.swift
[430/598] Compiling OpenCombine Result.Publisher.swift
[438/599] Compiling ConcurrencyExtras LockIsolated.swift
[452/599] Compiling ConcurrencyExtras MainSerialExecutor.swift
[473/599] Compiling ConcurrencyExtras Task.swift
[474/599] Compiling ConcurrencyExtras Result.swift
[475/599] Compiling ConcurrencyExtras MainSerialExecutor.swift
[476/599] Compiling ConcurrencyExtras LockIsolated.swift
[481/600] Emitting module OrderedCollections
[494/602] Compiling ConcurrencyExtras Result.swift
[495/602] Compiling ConcurrencyExtras Task.swift
[527/659] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[528/659] Compiling OrderedCollections _HashTable+Testing.swift
[529/659] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[530/659] Compiling OrderedCollections _HashTable+Bucket.swift
[531/659] Compiling OrderedCollections _HashTable+BucketIterator.swift
[532/659] Compiling OrderedCollections _HashTable+Constants.swift
[533/659] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[534/659] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[535/659] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[536/659] Compiling OrderedCollections _HashTable.swift
[537/659] Compiling OrderedCollections _Hashtable+Header.swift
[538/659] Compiling OrderedCollections OrderedDictionary+Codable.swift
[540/720] Compiling XCTestDynamicOverlay Exports.swift
[541/720] Compiling OpenCombineFoundation Locking.swift
[542/720] Compiling OpenCombineFoundation Portability.swift
[543/720] Compiling OpenCombineFoundation JSONEncoder.swift
[544/722] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[545/722] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[546/722] Compiling PerceptionCore PerceptionChecking.swift
[547/722] Compiling PerceptionCore PerceptionRegistrar.swift
[548/722] Compiling PerceptionCore PerceptionTracking.swift
[549/722] Compiling PerceptionCore Perceptions.swift
[550/722] Compiling PerceptionCore Bindable.swift
[551/722] Compiling PerceptionCore Environment.swift
[552/722] Compiling PerceptionCore WithPerceptionTracking.swift
[553/722] Compiling PerceptionCore ThreadLocal.swift
[554/722] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[555/722] Compiling IdentifiedCollections IdentifiedArray.swift
[556/722] Compiling IdentifiedCollections IdentifiedCollection.swift
[557/722] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[558/722] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[559/722] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[560/722] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[561/722] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[562/722] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[563/722] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[564/729] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[565/729] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[566/729] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[567/729] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[568/729] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[569/729] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[570/729] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[571/729] Compiling OpenCombineFoundation NotificationCenter.swift
[572/729] Compiling OpenCombineFoundation Utils.swift
[573/729] Compiling OpenCombineFoundation Violations.swift
[574/729] Emitting module IdentifiedCollections
[575/730] Emitting module XCTestDynamicOverlay
[576/730] Compiling XCTestDynamicOverlay Deprecations.swift
[577/731] Compiling OrderedCollections OrderedSet+Initializers.swift
[578/731] Compiling OrderedCollections OrderedSet+Insertions.swift
[579/731] Compiling OrderedCollections OrderedSet+Invariants.swift
[580/731] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[581/731] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[582/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[583/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[584/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[586/731] Compiling OrderedCollections OrderedDictionary.swift
[587/731] Compiling OrderedCollections OrderedSet+Codable.swift
[588/731] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[589/731] Compiling OrderedCollections OrderedSet+Descriptions.swift
[590/731] Compiling OrderedCollections OrderedSet+Diffing.swift
[591/731] Compiling OrderedCollections OrderedSet+Equatable.swift
[592/731] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[593/731] Compiling OrderedCollections OrderedSet+Hashable.swift
[598/731] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[599/731] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[600/731] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[601/731] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[602/731] Compiling OrderedCollections OrderedDictionary+Values.swift
[611/731] Emitting module OpenCombineDispatch
[612/731] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[622/732] Compiling OrderedCollections OrderedSet+Sendable.swift
[623/732] Compiling OrderedCollections OrderedSet+SubSequence.swift
[624/732] Compiling OrderedCollections OrderedSet+Testing.swift
[625/732] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[626/732] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[627/732] Compiling OrderedCollections OrderedSet.swift
[628/732] Compiling OrderedCollections _UnsafeBitset.swift
[629/732] Emitting module OrderedCollections
[631/733] Compiling OpenCombineFoundation PropertyListEncoder.swift
[644/736] Emitting module PerceptionCore
[645/736] Compiling OpenCombineFoundation Timer+Publisher.swift
[646/736] Compiling OpenCombineFoundation URLSession.swift
[651/736] Compiling OpenCombineFoundation Timer+Publisher.swift
[652/736] Emitting module OpenCombineFoundation
[658/736] Compiling OpenCombineFoundation PropertyListEncoder.swift
[659/736] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[661/736] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[665/737] Compiling OpenCombineFoundation URLSession.swift
[666/738] Compiling PerceptionCore _PerceptionRegistrar.swift
[674/812] Compiling XCTestDynamicOverlay Exports.swift
[675/812] Compiling Clocks Timer.swift
[676/813] Compiling PerceptionCore Deprecations.swift
[677/813] Compiling CasePathsCore UncheckedSendable.swift
[678/813] Compiling PerceptionCore Exports.swift
[679/813] Compiling PerceptionCore PerceptionTracking.swift
[680/813] Compiling PerceptionCore Perceptions.swift
[681/817] Compiling PerceptionCore WithPerceptionTracking.swift
[682/817] Compiling PerceptionCore ThreadLocal.swift
[683/817] Compiling PerceptionCore Bindable.swift
[684/817] Compiling PerceptionCore Environment.swift
[685/817] Compiling Clocks Lock.swift
[690/818] Compiling CasePathsCore AnyCasePath.swift
[691/818] Compiling CasePathsCore CasePathIterable.swift
[692/819] Compiling Clocks Timer.swift
[693/819] Compiling CasePathsCore TypeName.swift
[694/819] Compiling CasePathsCore CasePathReflectable.swift
[695/819] Compiling CasePathsCore CasePathable.swift
[698/819] Emitting module PerceptionCore
[699/819] Compiling CasePathsCore KeyPath+Sendable.swift
[700/819] Compiling Clocks _AsyncTimerSequence.swift
[701/819] Emitting module CasePathsCore
[702/819] Emitting module Clocks
[703/819] Compiling Clocks AnyClock.swift
[704/819] Emitting module Clocks
[705/819] Compiling Clocks ImmediateClock.swift
[706/819] Compiling Clocks UnimplementedClock.swift
[707/819] Compiling Clocks ImmediateClock.swift
[708/819] Compiling Clocks AnyClock.swift
[713/819] Compiling PerceptionCore PerceptionChecking.swift
[714/819] Compiling PerceptionCore PerceptionRegistrar.swift
[715/819] Compiling CustomDump CollectionDifference.swift
[716/819] Compiling CasePathsCore Result+CasePathable.swift
[717/819] Compiling CustomDump Identifiable.swift
[718/819] Compiling CustomDump Mirror.swift
[719/819] Compiling CustomDump String.swift
[728/819] Compiling CasePathsCore Optional+CasePathable.swift
[729/819] Compiling CasePathsCore Never+CasePathable.swift
[730/820] Compiling CustomDump Unordered.swift
[731/820] Compiling CustomDump XCTAssertDifference.swift
[732/820] Compiling CustomDump XCTAssertNoDifference.swift
[733/820] Compiling Clocks UnimplementedClock.swift
[734/820] Compiling Clocks Lock.swift
[736/820] Emitting module XCTestDynamicOverlay
[737/820] Compiling XCTestDynamicOverlay Deprecations.swift
[738/820] Compiling Clocks SwiftUI.swift
[739/820] Compiling Clocks TestClock.swift
[740/820] Compiling Clocks _AsyncTimerSequence.swift
[741/822] Emitting module OpenCombineDispatch
[742/822] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[743/822] Compiling Clocks SwiftUI.swift
[744/822] Compiling Clocks TestClock.swift
[745/824] Compiling PerceptionCore _PerceptionRegistrar.swift
[750/827] Wrapping AST for SwiftSyntax602 for debugging
[752/827] Emitting module CustomDump
[753/827] Emitting module OpenCombineShim
[754/827] Compiling OpenCombineShim OpenCombineShim.swift
[754/855] Wrapping AST for SwiftSyntax601 for debugging
[757/885] Compiling CasePathsCore AnyCasePath.swift
[758/885] Compiling CasePathsCore CasePathIterable.swift
[759/885] Compiling CasePathsCore CasePathReflectable.swift
[760/885] Compiling CasePathsCore CasePathable.swift
[761/885] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[762/885] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[763/885] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[764/885] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[764/888] Wrapping AST for SwiftSyntax600 for debugging
[765/888] Wrapping AST for SwiftSyntax510 for debugging
[767/888] Emitting module OpenCombineShim
[768/888] Compiling OpenCombineShim OpenCombineShim.swift
[769/889] Compiling CasePathsCore KeyPath+Sendable.swift
[770/889] Compiling CasePathsCore TypeName.swift
[771/890] Compiling CasePathsCore UncheckedSendable.swift
[771/890] Wrapping AST for SwiftSyntax509 for debugging
[773/893] Compiling CombineSchedulers AnyScheduler.swift
[774/893] Compiling CombineSchedulers Concurrency.swift
[775/902] Compiling CombineSchedulers TestScheduler.swift
[776/902] Compiling CombineSchedulers Timer.swift
[777/902] Compiling CombineSchedulers Platform.swift
[778/902] Compiling CombineSchedulers SwiftUI.swift
[781/905] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[782/905] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[783/905] Compiling CasePathsCore Never+CasePathable.swift
[784/905] Compiling CasePathsCore Optional+CasePathable.swift
[785/905] Compiling CustomDump ExpectNoDifference.swift
[786/905] Compiling CustomDump AnyType.swift
[787/905] Compiling CustomDump CollectionDifference.swift
[788/905] Compiling CombineSchedulers ImmediateScheduler.swift
[789/905] Compiling CombineSchedulers Deprecations.swift
[792/905] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[793/905] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[794/905] Compiling CustomDump Identifiable.swift
[795/905] Compiling CustomDump Mirror.swift
[796/905] Compiling CustomDump String.swift
[798/905] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[801/905] Compiling CombineSchedulers Lock.swift
[802/905] Compiling CombineSchedulers NSRecursiveLock.swift
[805/905] Compiling CustomDump Unordered.swift
[806/905] Compiling CustomDump XCTAssertDifference.swift
[807/905] Compiling CustomDump XCTAssertNoDifference.swift
[808/905] Compiling CasePathsCore Result+CasePathable.swift
[809/905] Compiling IdentifiedCollections IdentifiedArray.swift
[810/905] Compiling IdentifiedCollections IdentifiedCollection.swift
[811/905] Emitting module CasePathsCore
[814/906] Emitting module IdentifiedCollections
[817/920] Compiling CustomDump ExpectDifference.swift
[825/921] Emitting module CustomDump
[826/921] Compiling CombineSchedulers UIKit.swift
[828/922] Compiling CombineSchedulers UIScheduler.swift
[829/922] Compiling CombineSchedulers UIKit.swift
[830/923] Compiling CombineSchedulers UIScheduler.swift
[831/923] Compiling CombineSchedulers ImmediateScheduler.swift
[832/923] Compiling CombineSchedulers Deprecations.swift
[833/923] Emitting module CombineSchedulers
[834/923] Compiling CombineSchedulers Lock.swift
[835/923] Compiling CombineSchedulers NSRecursiveLock.swift
[836/923] Compiling CombineSchedulers AnyScheduler.swift
[837/923] Compiling CombineSchedulers Concurrency.swift
[840/923] Emitting module CombineSchedulers
[843/923] Compiling CombineSchedulers UnimplementedScheduler.swift
[855/923] Compiling CombineSchedulers TestScheduler.swift
[856/923] Compiling CombineSchedulers Timer.swift
[857/923] Compiling CombineSchedulers Platform.swift
[858/923] Compiling CombineSchedulers SwiftUI.swift
[866/974] Emitting module SwiftSyntax
[867/974] Compiling Dependencies Deprecations.swift
[868/974] Compiling Dependencies Exports.swift
[869/974] Compiling Dependencies TypeName.swift
[873/980] Compiling Dependencies Assert.swift
[874/980] Compiling Dependencies Calendar.swift
[875/980] Compiling Dependencies Clocks.swift
[876/980] Compiling Dependencies Context.swift
[877/980] Compiling Dependencies Date.swift
[878/980] Compiling Dependencies FireAndForget.swift
[879/980] Compiling Dependencies UUID.swift
[880/980] Compiling Dependencies WithRandomNumberGenerator.swift
[881/980] Compiling Dependencies AppEntryPoint.swift
[885/980] Compiling Dependencies OpenURL.swift
[886/980] Compiling Dependencies TimeZone.swift
[887/980] Compiling Dependencies URLSession.swift
[894/980] Compiling Dependencies Locale.swift
[898/980] Compiling Dependencies MainQueue.swift
[899/980] Compiling Dependencies MainRunLoop.swift
[900/980] Compiling Dependencies NotificationCenter.swift
[901/980] Emitting module Dependencies
[902/980] Compiling Dependencies PreviewTrait.swift
[903/980] Compiling Dependencies TestTrait.swift
[904/980] Compiling Dependencies WithDependencies.swift
[908/980] Emitting module Dependencies
[909/980] Compiling Dependencies Dependency.swift
[910/980] Compiling Dependencies DependencyContext.swift
[911/980] Compiling Dependencies DependencyKey.swift
[912/980] Compiling Dependencies DependencyValues.swift
[923/1026] Compiling Sharing SharedContinuations.swift
[924/1026] Compiling Sharing SharedKey.swift
[925/1026] Compiling Sharing AppStorageKey.swift
[926/1028] Compiling Sharing SwiftUIStateSharing.swift
[927/1028] Compiling Sharing resource_bundle_accessor.swift
[928/1028] Compiling Sharing SharedPublisher.swift
[929/1028] Compiling Sharing SharedReader.swift
[930/1028] Compiling Sharing SharedReaderKey.swift
[931/1028] Compiling Sharing Reference.swift
[932/1028] Compiling Sharing SharedChangeTracker.swift
[933/1028] Compiling Sharing TypeName.swift
[934/1028] Emitting module Sharing
[935/1028] Compiling Sharing DefaultKey.swift
[936/1028] Compiling Sharing FileStorageKey.swift
[937/1028] Compiling Sharing InMemoryKey.swift
[938/1028] Compiling Sharing NSRecursiveLock+WithLock.swift
[939/1028] Compiling Sharing PassthroughRelay.swift
[940/1028] Compiling Sharing PersistentReferences.swift
[950/1030] Emitting module Sharing
[951/1030] Compiling Sharing SwiftUIStateSharing.swift
[952/1030] Compiling Sharing resource_bundle_accessor.swift
[953/1030] Compiling Sharing Shared.swift
[954/1030] Compiling Sharing SharedBinding.swift
[955/1030] Compiling Sharing SharedCollection.swift
[956/1030] Compiling Sharing Deprecations.swift
[957/1030] Compiling Sharing KeyPath+Sendable.swift
[958/1030] Compiling Sharing MutexBackport.swift
[999/1032] Compiling SwiftSyntax SyntaxNodesC.swift
[1000/1032] Compiling SwiftSyntax SyntaxNodesD.swift
[1001/1032] Compiling SwiftSyntax SyntaxNodesEF.swift
[1007/1033] Wrapping AST for SwiftSyntax for debugging
[1009/1092] Compiling SwiftDiagnostics FixIt.swift
[1010/1093] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1011/1093] Compiling SwiftDiagnostics Message.swift
[1012/1093] Compiling SwiftDiagnostics Note.swift
[1013/1093] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1014/1093] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1015/1093] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1016/1093] Compiling SwiftBasicFormat Indenter.swift
[1017/1093] Compiling SwiftBasicFormat InferIndentation.swift
[1018/1093] Compiling SwiftParser Attributes.swift
[1019/1093] Compiling SwiftParser Availability.swift
[1020/1093] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1021/1093] Compiling SwiftParser CharacterInfo.swift
[1022/1093] Compiling SwiftParser CollectionNodes+Parsable.swift
[1023/1093] Emitting module SwiftDiagnostics
[1024/1093] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1025/1094] Wrapping AST for SwiftDiagnostics for debugging
[1027/1094] Compiling SwiftBasicFormat BasicFormat.swift
[1028/1094] Emitting module SwiftBasicFormat
[1029/1095] Wrapping AST for SwiftBasicFormat for debugging
[1031/1095] Compiling SwiftParser StringLiterals.swift
[1032/1095] Compiling SwiftParser SwiftParserCompatibility.swift
[1033/1095] Compiling SwiftParser SwiftVersion.swift
[1034/1095] Compiling SwiftParser SyntaxUtils.swift
[1035/1095] Compiling SwiftParser TokenConsumer.swift
[1036/1095] Compiling SwiftParser TokenPrecedence.swift
[1037/1100] Emitting module SwiftParser
[1042/1100] Compiling SwiftParser CompilerFiles.swift
[1043/1100] Compiling SwiftParser Declarations.swift
[1044/1100] Compiling SwiftParser TokenSpec.swift
[1045/1100] Compiling SwiftParser TokenSpecSet.swift
[1046/1100] Compiling SwiftParser TopLevel.swift
[1047/1100] Compiling SwiftParser TriviaParser.swift
[1048/1100] Compiling SwiftParser Types.swift
[1049/1100] Compiling SwiftParser Parser.swift
[1050/1100] Compiling SwiftParser Patterns.swift
[1051/1100] Compiling SwiftParser Recovery.swift
[1052/1100] Compiling SwiftParser Specifiers.swift
[1053/1100] Compiling SwiftParser Statements.swift
[1054/1100] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1055/1100] Compiling SwiftParser Lexeme.swift
[1056/1100] Compiling SwiftParser LexemeSequence.swift
[1057/1100] Compiling SwiftParser Lexer.swift
[1058/1100] Compiling SwiftParser RegexLiteralLexer.swift
[1059/1100] Compiling SwiftParser UnicodeScalarExtensions.swift
[1060/1100] Compiling SwiftParser Lookahead.swift
[1061/1100] Compiling SwiftParser LoopProgressCondition.swift
[1062/1100] Compiling SwiftParser Modifiers.swift
[1063/1100] Compiling SwiftParser Names.swift
[1064/1100] Compiling SwiftParser Nominals.swift
[1065/1100] Compiling SwiftParser Parameters.swift
[1066/1100] Compiling SwiftParser ParseSourceFile.swift
[1067/1100] Compiling SwiftParser Directives.swift
[1068/1100] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1069/1100] Compiling SwiftParser Expressions.swift
[1070/1100] Compiling SwiftParser IncrementalParseTransition.swift
[1071/1100] Compiling SwiftParser IsValidIdentifier.swift
[1072/1100] Compiling SwiftParser Cursor.swift
[1073/1100] Compiling SwiftParser ExperimentalFeatures.swift
[1074/1100] Compiling SwiftParser IsLexerClassified.swift
[1075/1100] Compiling SwiftParser LayoutNodes+Parsable.swift
[1076/1100] Compiling SwiftParser Parser+TokenSpecSet.swift
[1077/1100] Compiling SwiftParser TokenSpecStaticMembers.swift
[1078/1101] Wrapping AST for SwiftParser for debugging
[1080/1124] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1081/1125] Compiling SwiftOperators PrecedenceGroup.swift
[1082/1126] Compiling SwiftOperators OperatorTable.swift
[1083/1126] Compiling SwiftOperators PrecedenceGraph.swift
[1084/1126] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1085/1126] Compiling SwiftOperators OperatorTable+Semantics.swift
[1086/1126] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1087/1126] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1088/1126] Emitting module SwiftOperators
[1089/1126] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1090/1126] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1091/1126] Compiling SwiftOperators OperatorTable+Folding.swift
[1092/1126] Compiling SwiftOperators SyntaxSynthesis.swift
[1093/1127] Wrapping AST for SwiftOperators for debugging
[1095/1127] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1096/1127] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1097/1127] Compiling SwiftParserDiagnostics Utils.swift
[1100/1127] Emitting module SwiftParserDiagnostics
[1101/1127] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1102/1127] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1105/1127] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1106/1127] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1107/1128] Wrapping AST for SwiftParserDiagnostics for debugging
[1109/1143] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1110/1143] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1111/1143] Compiling SwiftSyntaxBuilder Indenter.swift
[1112/1143] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1113/1144] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1114/1144] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1115/1144] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1116/1144] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1117/1144] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1118/1144] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1119/1144] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1120/1144] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1121/1144] Emitting module SwiftSyntaxBuilder
[1122/1144] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1123/1144] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1124/1144] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1125/1145] Wrapping AST for SwiftSyntaxBuilder for debugging
[1127/1162] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1128/1162] Compiling SwiftSyntaxMacros Macro+Format.swift
[1129/1164] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1130/1164] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1131/1164] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1132/1164] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1133/1164] Compiling SwiftSyntaxMacros Macro.swift
[1134/1164] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1135/1164] Compiling SwiftSyntaxMacros MemberMacro.swift
[1136/1164] Compiling SwiftSyntaxMacros PeerMacro.swift
[1137/1164] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1138/1164] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1139/1164] Compiling SwiftSyntaxMacros BodyMacro.swift
[1140/1164] Emitting module SwiftSyntaxMacros
[1141/1164] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1142/1164] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1143/1164] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1144/1164] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1145/1164] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1146/1165] Wrapping AST for SwiftSyntaxMacros for debugging
[1148/1174] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1149/1175] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1150/1175] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1151/1175] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1152/1175] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1153/1175] Emitting module SwiftSyntaxMacroExpansion
[1154/1175] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1155/1175] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1156/1175] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1157/1175] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1158/1176] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1160/1188] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1161/1188] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1162/1188] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1163/1189] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1164/1189] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1165/1189] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1166/1189] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1167/1189] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1168/1189] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1169/1189] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1170/1189] Emitting module SwiftCompilerPluginMessageHandling
[1171/1189] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1172/1189] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1173/1190] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1175/1192] Emitting module SwiftCompilerPlugin
[1176/1192] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1177/1196] Wrapping AST for SwiftCompilerPlugin for debugging
[1179/1223] Compiling CasePathsMacros Plugin.swift
[1180/1223] Compiling LockmanMacros LockmanSingleExecutionMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanSingleExecutionMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
47 | }
48 |
49 | extension LockmanSingleExecutionMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1181/1223] Compiling LockmanMacros LockmanMacroError.swift
[1182/1223] Compiling LockmanMacros LockmanPriorityBasedMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanPriorityBasedMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 47 | }
 48 |
 49 | extension LockmanPriorityBasedMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
 51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1183/1224] Compiling PerceptionMacros Plugins.swift
[1184/1224] Compiling LockmanMacros LockmanConcurrencyLimitedMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanConcurrencyLimitedMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
47 | }
48 |
49 | extension LockmanConcurrencyLimitedMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1185/1224] Compiling LockmanMacros LockmanGroupCoordinationMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanGroupCoordinationMacro.swift:88:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 86 | }
 87 |
 88 | extension LockmanGroupCoordinationMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 89 |   /// Generates member declarations for group coordination actions.
 90 |   ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1186/1224] Compiling LockmanMacros MacroPlugin.swift
[1187/1224] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[1188/1224] Compiling DependenciesMacrosPlugin Plugins.swift
[1189/1224] Compiling DependenciesMacrosPlugin Support.swift
[1190/1224] Emitting module ComposableArchitectureMacros
[1191/1224] Emitting module LockmanMacros
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:570:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
568 | /// - Checks for proper enum case structure
569 | /// - Provides detailed error messages for common issues
570 | public struct LockmanCompositeStrategy2Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
571 |   /// Generates the extension declaration for protocol conformance.
572 |   ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:701:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
699 | /// }
700 | /// ```
701 | public struct LockmanCompositeStrategy3Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
702 |   public static func expansion(
703 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:773:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
771 | /// This macro handles coordination between four different locking strategies,
772 | /// representing the upper range of practical multi-strategy coordination.
773 | public struct LockmanCompositeStrategy4Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
774 |   public static func expansion(
775 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:847:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
845 | /// This macro represents the maximum supported number of strategy coordination,
846 | /// handling the most complex scenarios in the Lockman framework.
847 | public struct LockmanCompositeStrategy5Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
848 |   public static func expansion(
849 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanConcurrencyLimitedMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
47 | }
48 |
49 | extension LockmanConcurrencyLimitedMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanGroupCoordinationMacro.swift:88:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 86 | }
 87 |
 88 | extension LockmanGroupCoordinationMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 89 |   /// Generates member declarations for group coordination actions.
 90 |   ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanPriorityBasedMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 47 | }
 48 |
 49 | extension LockmanPriorityBasedMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
 51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanSingleExecutionMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
47 | }
48 |
49 | extension LockmanSingleExecutionMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1192/1224] Emitting module PerceptionMacros
[1193/1224] Compiling LockmanMacros ConformanceExtensionGenerator.swift
[1194/1224] Compiling LockmanMacros MemberGenerator.swift
[1195/1224] Compiling LockmanMacros LockmanCompositeStrategyMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:570:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
568 | /// - Checks for proper enum case structure
569 | /// - Provides detailed error messages for common issues
570 | public struct LockmanCompositeStrategy2Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
571 |   /// Generates the extension declaration for protocol conformance.
572 |   ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:701:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
699 | /// }
700 | /// ```
701 | public struct LockmanCompositeStrategy3Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
702 |   public static func expansion(
703 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:773:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
771 | /// This macro handles coordination between four different locking strategies,
772 | /// representing the upper range of practical multi-strategy coordination.
773 | public struct LockmanCompositeStrategy4Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
774 |   public static func expansion(
775 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:847:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
845 | /// This macro represents the maximum supported number of strategy coordination,
846 | /// handling the most complex scenarios in the Lockman framework.
847 | public struct LockmanCompositeStrategy5Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
848 |   public static func expansion(
849 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1196/1225] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[1197/1225] Emitting module DependenciesMacrosPlugin
[1198/1225] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[1201/1226] Compiling ComposableArchitectureMacros Extensions.swift
[1202/1226] Compiling PerceptionMacros Extensions.swift
[1203/1226] Compiling PerceptionMacros Availability.swift
[1204/1226] Compiling PerceptionMacros PerceptibleMacro.swift
[1204/1227] Wrapping AST for DependenciesMacrosPlugin for debugging
[1205/1227] Write Objects.LinkFileList
[1207/1227] Wrapping AST for LockmanMacros for debugging
[1208/1227] Write Objects.LinkFileList
[1210/1227] Emitting module CasePathsMacros
[1211/1227] Compiling CasePathsMacros CasePathableMacro.swift
[1211/1228] Wrapping AST for PerceptionMacros for debugging
[1212/1228] Write Objects.LinkFileList
[1214/1228] Wrapping AST for CasePathsMacros for debugging
[1215/1228] Write Objects.LinkFileList
[1216/1228] Linking DependenciesMacrosPlugin-tool
[1218/1228] Compiling ComposableArchitectureMacros PresentsMacro.swift
[1219/1228] Compiling ComposableArchitectureMacros Availability.swift
[1220/1228] Compiling ComposableArchitectureMacros ReducerMacro.swift
[1221/1228] Compiling ComposableArchitectureMacros Plugins.swift
[1222/1228] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[1223/1234] Linking LockmanMacros-tool
[1224/1235] Wrapping AST for ComposableArchitectureMacros for debugging
[1225/1235] Write Objects.LinkFileList
[1227/1235] Emitting module DependenciesMacros
[1228/1235] Compiling DependenciesMacros Exports.swift
[1229/1235] Compiling DependenciesMacros Macros.swift
[1230/1235] Emitting module DependenciesMacros
[1231/1236] Compiling DependenciesMacros Exports.swift
[1232/1236] Compiling DependenciesMacros Macros.swift
[1232/1237] Linking PerceptionMacros-tool
[1236/1243] Compiling Perception Macros.swift
[1237/1243] Emitting module Perception
[1238/1243] Compiling Perception Exports.swift
[1238/1244] Linking CasePathsMacros-tool
[1240/1244] Emitting module Perception
[1241/1244] Compiling Perception Macros.swift
[1242/1244] Compiling Perception Exports.swift
[1245/1259] Compiling CasePaths Exports.swift
[1246/1259] Compiling CasePaths LockIsolated.swift
[1247/1259] Compiling CasePaths XCTestSupport.swift
[1248/1259] Compiling CasePaths Macros.swift
[1249/1259] Compiling CasePaths Deprecations.swift
[1250/1259] Compiling CasePaths Exports.swift
[1251/1259] Compiling CasePaths Macros.swift
[1252/1259] Compiling CasePaths LockIsolated.swift
[1253/1259] Compiling CasePaths XCTestSupport.swift
[1254/1259] Compiling CasePaths Deprecations.swift
[1254/1259] Linking ComposableArchitectureMacros-tool
[1256/1259] Emitting module CasePaths
[1257/1259] Compiling CasePaths EnumReflection.swift
[1259/1260] Emitting module CasePaths
[1260/1260] Compiling CasePaths EnumReflection.swift
[1262/1301] Compiling SwiftNavigation Deprecations.swift
[1263/1301] Compiling SwiftNavigation ErrorMechanism.swift
[1264/1301] Compiling SwiftNavigation Exports.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1265/1303] Emitting module SwiftNavigation
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
[1266/1303] Compiling SwiftNavigation ButtonState.swift
[1267/1303] Compiling SwiftNavigation ButtonStateBuilder.swift
[1268/1303] Compiling SwiftNavigation ConfirmationDialogState.swift
[1269/1303] Compiling SwiftNavigation HashableObject.swift
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
[1270/1303] Compiling SwiftNavigation AssumeIsolated.swift
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
[1271/1303] Compiling SwiftNavigation AlertState.swift
[1272/1303] Compiling SwiftNavigation Bind.swift
[1273/1303] Compiling SwiftNavigation Binding.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1277/1305] Emitting module SwiftNavigation
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
[1280/1305] Compiling SwiftNavigation HashableStaticString.swift
[1284/1305] Compiling SwiftNavigation UINavigationPath.swift
[1285/1305] Compiling SwiftNavigation UITransaction.swift
[1287/1305] Compiling SwiftNavigation Observe.swift
[1288/1305] Compiling SwiftNavigation TextState.swift
[1289/1305] Compiling SwiftNavigation UIBindable.swift
[1290/1305] Compiling SwiftNavigation UIBinding.swift
[1291/1305] Compiling SwiftNavigation KeyPath+Sendable.swift
[1292/1305] Compiling SwiftNavigation ToOptionalUnit.swift
[1293/1305] Compiling SwiftNavigation NSObject+Observe.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/34] Write swift-version-24593BA9C3E375BF.txt
[4/46] Compiling SwiftSyntax602 Empty.swift
[5/46] Compiling Sharing2 Empty.swift
[6/77] Emitting module SwiftSyntax601
[7/82] Compiling SwiftSyntax601 Empty.swift
[8/84] Compiling Sharing2 Empty.swift
[9/84] Emitting module Sharing2
[10/85] Emitting module Sharing1
[11/87] Emitting module SwiftSyntax602
[12/87] Compiling Sharing1 Empty.swift
[13/88] Emitting module IssueReportingPackageSupport
[14/88] Compiling IssueReportingPackageSupport _Test.swift
[15/90] Emitting module Sharing2
[22/240] Emitting module SwiftSyntax600
[23/240] Compiling SwiftSyntax600 Empty.swift
[25/264] Emitting module Sharing1
[26/264] Compiling Sharing1 Empty.swift
[27/264] Emitting module SwiftSyntax510
[28/264] Compiling SwiftSyntax510 Empty.swift
[29/264] Compiling SwiftSyntax509 Empty.swift
[30/264] Emitting module SwiftSyntax509
[31/267] Emitting module IssueReportingPackageSupport
[32/267] Compiling IssueReportingPackageSupport _Test.swift
[37/279] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/279] Compiling InternalCollectionsUtilities Integer rank.swift
[39/279] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/295] Compiling IssueReporting TestContext.swift
[41/295] Compiling IssueReporting Unimplemented.swift
[42/295] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/295] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/299] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/299] Compiling IssueReporting ReportIssue.swift
[46/299] Compiling InternalCollectionsUtilities Debugging.swift
[47/299] Compiling InternalCollectionsUtilities Descriptions.swift
[48/299] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[49/321] Compiling ConcurrencyExtras ActorIsolated.swift
[50/321] Compiling ConcurrencyExtras AnyHashableSendable.swift
[51/321] Compiling ConcurrencyExtras AsyncStream.swift
[52/321] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[53/321] Compiling ConcurrencyExtras Locking.swift
[54/321] Compiling ConcurrencyExtras UncheckedBox.swift
[55/321] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/321] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/321] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/321] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/333] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/333] Compiling IssueReporting WithExpectedIssue.swift
[68/333] Compiling IssueReporting WithIssueContext.swift
[69/333] Compiling OpenCombine PublishedSubscriber.swift
[70/333] Compiling OpenCombine ReduceProducer.swift
[71/333] Compiling OpenCombine SubjectSubscriber.swift
[72/333] Compiling OpenCombine SubscriberTap.swift
[73/333] Compiling OpenCombine SubscriptionStatus.swift
[74/333] Compiling OpenCombine SubscriptionTap.swift
[83/349] Emitting module IssueReporting
[86/349] Compiling ConcurrencyExtras LockIsolated.swift
[90/351] Compiling ConcurrencyExtras MainSerialExecutor.swift
[111/351] Emitting module ConcurrencyExtras
[112/351] Compiling ConcurrencyExtras Result.swift
[113/351] Compiling ConcurrencyExtras Task.swift
[116/351] Compiling ConcurrencyExtras Result.swift
[117/351] Compiling ConcurrencyExtras Task.swift
[118/351] Emitting module ConcurrencyExtras
[127/351] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[128/351] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[136/351] Compiling ConcurrencyExtras UncheckedSendable.swift
[151/416] Compiling SwiftSyntax SyntaxIdentifier.swift
[152/416] Compiling SwiftSyntax SyntaxNodeStructure.swift
[153/416] Compiling SwiftSyntax SyntaxProtocol.swift
[154/416] Compiling SwiftSyntax SyntaxText.swift
[155/416] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[156/416] Compiling SwiftSyntax TokenDiagnostic.swift
[157/416] Compiling SwiftSyntax TokenSequence.swift
[158/416] Compiling SwiftSyntax TokenSyntax.swift
[159/416] Compiling SwiftSyntax Trivia.swift
[160/416] Compiling SwiftSyntax Utils.swift
[161/416] Compiling SwiftSyntax ChildNameForKeyPath.swift
[162/416] Compiling SwiftSyntax Keyword.swift
[163/416] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[164/416] Compiling SwiftSyntax SourceLength.swift
[165/416] Compiling SwiftSyntax SourceLocation.swift
[167/417] Emitting module InternalCollectionsUtilities
[169/417] Compiling SwiftSyntax CommonAncestor.swift
[170/417] Compiling SwiftSyntax Convenience.swift
[171/418] Compiling OpenCombine Publishers.Map.swift
[172/418] Compiling OpenCombine Publishers.MapError.swift
[173/418] Compiling OpenCombine Publishers.MeasureInterval.swift
[174/418] Compiling OpenCombine Publishers.Multicast.swift
[175/418] Compiling OpenCombine Publishers.Output.swift
[176/418] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[177/418] Compiling OpenCombine Publishers.PrefixWhile.swift
[178/418] Compiling OpenCombine Publishers.Print.swift
[179/418] Compiling OpenCombine Publishers.ReceiveOn.swift
[180/418] Compiling OpenCombine Publishers.Reduce.swift
[181/418] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[182/418] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[183/418] Compiling OpenCombine Publishers.ReplaceError.swift
[184/418] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[185/418] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[186/418] Compiling SwiftSyntax SyntaxBaseNodes.swift
[187/418] Compiling SwiftSyntax SyntaxCollections.swift
[188/418] Compiling SwiftSyntax SyntaxEnum.swift
[189/418] Compiling SwiftSyntax SyntaxKind.swift
[190/418] Compiling SwiftSyntax SyntaxRewriter.swift
[191/418] Compiling SwiftSyntax SyntaxTraits.swift
[192/418] Compiling SwiftSyntax SyntaxVisitor.swift
[193/418] Compiling SwiftSyntax TokenKind.swift
[194/418] Compiling SwiftSyntax Tokens.swift
[195/418] Compiling SwiftSyntax TriviaPieces.swift
[196/418] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[200/419] Compiling OpenCombine Result.swift
[201/419] Compiling OpenCombine Scheduler.swift
[202/419] Compiling OpenCombine Subject+Void.swift
[203/419] Compiling OpenCombine Subscriber+Void.swift
[204/419] Compiling OpenCombine Subscribers.Assign.swift
[205/419] Compiling OpenCombine Subscribers.Completion.swift
[206/419] Compiling OpenCombine Subscribers.Demand.swift
[207/419] Compiling OpenCombine Subscribers.Sink.swift
[208/419] Compiling OpenCombine Subscribers.swift
[209/419] Compiling OpenCombine Subscription.swift
[210/419] Compiling OpenCombine Subscriptions.swift
[211/419] Compiling OpenCombine _Introspection.swift
[212/423] Emitting module OpenCombine
[252/456] Compiling PerceptionCore Deprecations.swift
[253/456] Compiling PerceptionCore Exports.swift
[254/457] Compiling XCTestDynamicOverlay Exports.swift
[255/457] Emitting module OpenCombine
[256/458] Compiling PerceptionCore WithPerceptionTracking.swift
[257/458] Compiling PerceptionCore ThreadLocal.swift
[258/458] Compiling PerceptionCore Bindable.swift
[259/458] Compiling PerceptionCore Environment.swift
[261/459] Compiling IssueReporting TestContext.swift
[262/459] Compiling IssueReporting Unimplemented.swift
[263/459] Compiling IssueReporting RuntimeWarningReporter.swift
[264/459] Compiling IssueReporting ReportIssue.swift
[267/459] Compiling SwiftSyntax SourcePresence.swift
[268/459] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[269/459] Compiling SwiftSyntax Syntax.swift
[270/459] Compiling SwiftSyntax SyntaxChildren.swift
[271/459] Compiling SwiftSyntax SyntaxCollection.swift
[272/459] Compiling SwiftSyntax SyntaxHashable.swift
[286/459] Compiling SwiftSyntax RawSyntaxNodesC.swift
[287/459] Compiling SwiftSyntax RawSyntaxNodesD.swift
[288/459] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[289/459] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[290/459] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[291/459] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[292/459] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[293/459] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[294/459] Compiling SwiftSyntax RawSyntaxValidation.swift
[295/459] Compiling SwiftSyntax SyntaxNodesAB.swift
[296/459] Compiling OpenCombine Publishers.Comparison.swift
[297/459] Compiling OpenCombine Publishers.Concatenate.swift
[298/459] Compiling OpenCombine Publishers.Contains.swift
[299/465] Compiling PerceptionCore Locals.swift
[300/465] Compiling PerceptionCore ObservationBeta.swift
[301/466] Emitting module PerceptionCore
[302/520] Compiling OrderedCollections _HashTable+BucketIterator.swift
[303/520] Compiling OrderedCollections _HashTable+Constants.swift
[304/520] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[305/520] Compiling OpenCombine Publishers.Retry.swift
[306/520] Compiling OpenCombine Publishers.Scan.swift
[307/520] Compiling OpenCombine Publishers.Sequence.swift
[308/520] Compiling OpenCombine Publishers.SetFailureType.swift
[309/520] Compiling OpenCombine Publishers.Share.swift
[310/520] Compiling OpenCombine Publishers.SubscribeOn.swift
[311/520] Compiling OpenCombine Publishers.SwitchToLatest.swift
[312/520] Compiling OpenCombine Publishers.Throttle.swift
[313/520] Compiling OpenCombine Publishers.Timeout.swift
[314/520] Compiling OpenCombine Publishers.Zip.swift
[315/520] Compiling OpenCombine Publishers.swift
[316/520] Compiling OpenCombine Record.swift
[317/520] Compiling OpenCombine Result.Publisher.swift
[318/522] Compiling Clocks Timer.swift
[319/522] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[320/522] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[332/523] Emitting module XCTestDynamicOverlay
[333/523] Compiling XCTestDynamicOverlay Deprecations.swift
[334/525] Emitting module Clocks
[335/525] Compiling Clocks ImmediateClock.swift
[336/525] Compiling PerceptionCore _PerceptionRegistrar.swift
[337/525] Compiling Clocks AnyClock.swift
[338/525] Emitting module IssueReporting
[339/525] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[340/525] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[341/525] Compiling OrderedCollections _HashTable+Testing.swift
[342/525] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[343/525] Compiling OrderedCollections _HashTable.swift
[344/525] Compiling OrderedCollections _Hashtable+Header.swift
[345/525] Compiling Clocks _AsyncTimerSequence.swift
[346/525] Compiling Clocks Lock.swift
[363/526] Compiling Clocks SwiftUI.swift
[364/526] Compiling Clocks TestClock.swift
[365/526] Compiling Clocks UnimplementedClock.swift
[366/527] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[367/527] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[368/527] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[369/527] Compiling OrderedCollections OrderedDictionary+Elements.swift
[370/527] Compiling OrderedCollections _HashTable+Bucket.swift
[372/528] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[373/528] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[374/528] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[375/528] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[376/528] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[377/528] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[378/528] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[379/535] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[380/535] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[381/535] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[382/535] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[383/535] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[387/535] Compiling OrderedCollections OrderedDictionary.swift
[388/535] Compiling OrderedCollections OrderedSet+Codable.swift
[389/535] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[390/535] Compiling OrderedCollections OrderedSet+Descriptions.swift
[391/535] Compiling OrderedCollections OrderedSet+Diffing.swift
[392/535] Compiling OrderedCollections OrderedSet+Equatable.swift
[393/535] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[394/535] Compiling OrderedCollections OrderedSet+Hashable.swift
[396/535] Compiling OrderedCollections OrderedDictionary+Codable.swift
[397/535] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[398/535] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[399/535] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[406/545] Compiling IssueReporting WithExpectedIssue.swift
[407/545] Compiling IssueReporting WithIssueContext.swift
[408/545] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[409/545] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[410/545] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[411/545] Compiling OrderedCollections OrderedDictionary+Values.swift
[412/561] Compiling OrderedCollections OrderedSet+Initializers.swift
[413/561] Compiling OrderedCollections OrderedSet+Insertions.swift
[414/561] Compiling OrderedCollections OrderedSet+Invariants.swift
[415/561] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[416/561] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[417/561] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[418/561] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[419/561] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[420/612] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[421/612] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[422/616] Compiling OrderedCollections _HashTable.swift
[423/616] Compiling OrderedCollections _Hashtable+Header.swift
[424/616] Compiling OrderedCollections OrderedDictionary+Codable.swift
[425/616] Compiling OpenCombineFoundation NotificationCenter.swift
[426/616] Compiling OpenCombineFoundation Utils.swift
[427/616] Compiling OpenCombineFoundation Violations.swift
[428/616] Compiling OpenCombineFoundation Locking.swift
[429/616] Compiling OpenCombineFoundation Portability.swift
[430/616] Compiling OpenCombineFoundation JSONEncoder.swift
[431/617] Compiling OpenCombineFoundation PropertyListEncoder.swift
[437/619] Emitting module OpenCombineDispatch
[438/619] Emitting module OpenCombineFoundation
[439/619] Compiling OpenCombineFoundation Timer+Publisher.swift
[442/619] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[443/619] Compiling OpenCombineFoundation PropertyListEncoder.swift
[444/619] Compiling OpenCombineFoundation Timer+Publisher.swift
[445/619] Emitting module OpenCombineFoundation
[446/622] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[447/622] Compiling OpenCombineFoundation URLSession.swift
[448/622] Compiling XCTestDynamicOverlay Exports.swift
[451/622] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[457/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[458/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[459/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[460/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[461/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[462/622] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[463/622] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[464/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[465/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[466/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[467/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[468/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[469/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[470/622] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[471/630] Compiling OpenCombineFoundation URLSession.swift
[472/631] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[473/631] Emitting module OpenCombineDispatch
[474/631] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[475/633] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[476/633] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[479/633] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[480/633] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[481/633] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[482/633] Compiling OrderedCollections OrderedDictionary+Values.swift
[484/633] Compiling OrderedCollections OrderedDictionary.swift
[485/633] Compiling OrderedCollections OrderedSet+Codable.swift
[486/633] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[487/633] Compiling OrderedCollections OrderedSet+Descriptions.swift
[488/633] Compiling OrderedCollections OrderedSet+Diffing.swift
[489/633] Compiling OrderedCollections OrderedSet+Equatable.swift
[490/633] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[491/633] Compiling OrderedCollections OrderedSet+Hashable.swift
[493/633] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[494/633] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[495/633] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[496/633] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[497/633] Compiling OrderedCollections OrderedDictionary+Elements.swift
[498/633] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[499/633] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[500/633] Compiling OrderedCollections OrderedSet+Initializers.swift
[501/633] Compiling OrderedCollections OrderedSet+Insertions.swift
[502/633] Compiling OrderedCollections OrderedSet+Invariants.swift
[503/633] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[504/633] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[505/633] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[506/633] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[507/633] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[517/633] Compiling OrderedCollections OrderedSet+Sendable.swift
[518/633] Compiling OrderedCollections OrderedSet+SubSequence.swift
[519/633] Compiling OrderedCollections OrderedSet+Testing.swift
[520/633] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[521/633] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[522/633] Compiling OrderedCollections OrderedSet.swift
[523/633] Compiling OrderedCollections _UnsafeBitset.swift
[526/633] Emitting module XCTestDynamicOverlay
[527/633] Compiling XCTestDynamicOverlay Deprecations.swift
[538/694] Compiling OpenCombineShim OpenCombineShim.swift
[539/696] Emitting module OrderedCollections
[540/697] Emitting module OpenCombineShim
[541/698] Compiling CustomDump CoreImage.swift
[542/698] Compiling CustomDump CoreLocation.swift
[543/699] Compiling Clocks Timer.swift
[544/700] Compiling CustomDump GameKit.swift
[545/700] Compiling CustomDump KeyPath.swift
[546/700] Compiling CustomDump Photos.swift
[547/700] Compiling CustomDump Speech.swift
[549/703] Emitting module PerceptionCore
[552/703] Compiling CustomDump SwiftUI.swift
[553/703] Compiling CustomDump UIKit.swift
[554/703] Compiling CustomDump UserNotifications.swift
[555/703] Compiling CustomDump UserNotificationsUI.swift
[557/703] Compiling CustomDump StoreKit.swift
[558/703] Compiling CustomDump Swift.swift
[561/703] Compiling CustomDump CoreMotion.swift
[562/703] Compiling CustomDump Foundation.swift
[563/703] Emitting module OpenCombineShim
[564/703] Compiling OpenCombineShim OpenCombineShim.swift
[565/703] Compiling Clocks AnyClock.swift
[566/704] Compiling Clocks Lock.swift
[567/704] Compiling Clocks ImmediateClock.swift
[568/704] Compiling Clocks _AsyncTimerSequence.swift
[569/704] Emitting module Clocks
[570/704] Compiling CustomDump ExpectNoDifference.swift
[571/704] Compiling CustomDump AnyType.swift
[572/704] Compiling CustomDump CollectionDifference.swift
[588/704] Compiling CustomDump Identifiable.swift
[589/704] Compiling CustomDump Mirror.swift
[590/704] Compiling CustomDump String.swift
[596/704] Compiling Clocks SwiftUI.swift
[597/704] Compiling Clocks TestClock.swift
[603/704] Compiling CustomDump CustomDumpReflectable.swift
[604/704] Compiling CustomDump CustomDumpRepresentable.swift
[605/704] Compiling CustomDump CustomDumpStringConvertible.swift
[606/704] Compiling CustomDump Diff.swift
[607/704] Compiling CustomDump Unordered.swift
[608/704] Compiling CustomDump XCTAssertDifference.swift
[609/704] Compiling CustomDump XCTAssertNoDifference.swift
[612/713] Compiling CustomDump Photos.swift
[613/713] Compiling CustomDump Speech.swift
[614/725] Compiling PerceptionCore _PerceptionRegistrar.swift
[615/732] Compiling Clocks UnimplementedClock.swift
[618/764] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[619/764] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[620/764] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[621/764] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[622/767] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[623/767] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[624/767] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[625/767] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[626/767] Emitting module OrderedCollections
[627/767] Compiling CombineSchedulers UIScheduler.swift
[628/768] Compiling CombineSchedulers UIKit.swift
[629/769] Emitting module CustomDump
[630/769] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[631/769] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[632/769] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[633/769] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[636/774] Compiling CasePathsCore AnyCasePath.swift
[637/774] Compiling CasePathsCore CasePathIterable.swift
[638/779] Emitting module CombineSchedulers
[639/779] Compiling CasePathsCore CasePathReflectable.swift
[640/779] Compiling CasePathsCore CasePathable.swift
[642/781] Compiling CustomDump ExpectNoDifference.swift
[643/781] Compiling CustomDump AnyType.swift
[644/781] Compiling CustomDump CollectionDifference.swift
[645/781] Compiling CustomDump Identifiable.swift
[646/781] Compiling CustomDump Mirror.swift
[647/781] Compiling CustomDump String.swift
[652/781] Compiling CustomDump Unordered.swift
[653/781] Compiling CustomDump XCTAssertDifference.swift
[654/781] Compiling CustomDump XCTAssertNoDifference.swift
[655/794] Compiling CombineSchedulers Deprecations.swift
[656/794] Compiling CombineSchedulers Lock.swift
[657/794] Compiling CombineSchedulers NSRecursiveLock.swift
[659/794] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[660/794] Compiling IdentifiedCollections IdentifiedArray.swift
[661/794] Compiling IdentifiedCollections IdentifiedCollection.swift
[662/794] Compiling CombineSchedulers Platform.swift
[663/794] Compiling CombineSchedulers SwiftUI.swift
[664/794] Compiling CombineSchedulers TestScheduler.swift
[665/794] Compiling CombineSchedulers Timer.swift
[667/794] Emitting module CasePathsCore
[668/794] Compiling CombineSchedulers AnyScheduler.swift
[669/794] Compiling CombineSchedulers Concurrency.swift
[670/794] Compiling CombineSchedulers ImmediateScheduler.swift
[671/795] Compiling CasePathsCore KeyPath+Sendable.swift
[672/795] Compiling CasePathsCore TypeName.swift
[673/795] Compiling CasePathsCore UncheckedSendable.swift
[674/795] Compiling CasePathsCore Never+CasePathable.swift
[675/795] Compiling CasePathsCore Optional+CasePathable.swift
[676/795] Compiling CombineSchedulers UnimplementedScheduler.swift
[681/796] Emitting module IdentifiedCollections
[682/796] Compiling CombineSchedulers UIKit.swift
[683/796] Compiling CombineSchedulers UIScheduler.swift
[684/798] Emitting module CustomDump
[691/798] Emitting module CombineSchedulers
[694/810] Compiling CasePathsCore Result+CasePathable.swift
[696/814] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[697/814] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[698/814] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[703/814] Compiling CustomDump ExpectDifference.swift
[707/818] Compiling IdentifiedCollections Identified.swift
[708/818] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[709/818] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[710/818] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[711/818] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[712/818] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[713/818] Compiling CombineSchedulers UnimplementedScheduler.swift
[714/819] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[717/821] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[718/821] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[719/821] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[720/831] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[721/831] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[726/831] Compiling IdentifiedCollections IdentifiedArray.swift
[727/831] Compiling IdentifiedCollections IdentifiedCollection.swift
[736/856] Compiling Dependencies UUID.swift
[737/856] Compiling Dependencies WithRandomNumberGenerator.swift
[738/856] Compiling Dependencies FireAndForget.swift
[739/856] Compiling Dependencies Locale.swift
[740/856] Compiling Dependencies MainQueue.swift
[741/856] Compiling Dependencies MainRunLoop.swift
[743/856] Compiling CasePathsCore KeyPath+Sendable.swift
[744/857] Emitting module IdentifiedCollections
[745/857] Emitting module CasePathsCore
[746/858] Compiling Dependencies Dependency.swift
[747/858] Compiling Dependencies DependencyContext.swift
[748/858] Compiling CasePathsCore TypeName.swift
[749/858] Compiling CasePathsCore UncheckedSendable.swift
[750/858] Compiling CasePathsCore Never+CasePathable.swift
[751/858] Compiling CasePathsCore Optional+CasePathable.swift
[753/858] Compiling Dependencies DependencyKey.swift
[754/858] Compiling Dependencies DependencyValues.swift
[755/858] Compiling CasePathsCore Result+CasePathable.swift
[757/860] Compiling Dependencies OpenURL.swift
[758/860] Compiling Dependencies TimeZone.swift
[759/860] Compiling Dependencies URLSession.swift
[760/863] Compiling Dependencies Assert.swift
[761/863] Compiling Dependencies Calendar.swift
[762/863] Compiling Dependencies Clocks.swift
[763/863] Compiling Dependencies Context.swift
[766/867] Compiling Dependencies NotificationCenter.swift
[767/869] Compiling Dependencies Date.swift
[770/886] Compiling Dependencies Deprecations.swift
[771/886] Compiling Dependencies Exports.swift
[772/886] Compiling Dependencies TypeName.swift
[773/886] Compiling Dependencies UUID.swift
[774/886] Compiling Dependencies WithRandomNumberGenerator.swift
[775/886] Compiling Dependencies AppEntryPoint.swift
[776/886] Emitting module Dependencies
[777/886] Compiling Dependencies Dependency.swift
[778/886] Compiling Dependencies DependencyContext.swift
[779/886] Compiling Dependencies DependencyKey.swift
[780/886] Compiling Dependencies DependencyValues.swift
[781/886] Compiling Dependencies PreviewTrait.swift
[782/886] Compiling Dependencies TestTrait.swift
[783/886] Compiling Dependencies WithDependencies.swift
[785/887] Compiling Dependencies Assert.swift
[786/887] Compiling Dependencies Calendar.swift
[787/887] Compiling Dependencies Clocks.swift
[788/887] Compiling Dependencies Context.swift
[789/887] Compiling Dependencies Date.swift
[790/887] Compiling Dependencies FireAndForget.swift
[791/887] Compiling Dependencies Locale.swift
[792/890] Compiling Dependencies MainQueue.swift
[793/890] Compiling Dependencies MainRunLoop.swift
[794/890] Compiling Dependencies NotificationCenter.swift
[795/890] Emitting module Dependencies
[799/890] Compiling Dependencies OpenURL.swift
[800/890] Compiling Dependencies TimeZone.swift
[801/890] Compiling Dependencies URLSession.swift
[809/912] Compiling Dependencies PreviewTrait.swift
[810/912] Compiling Dependencies TestTrait.swift
[811/912] Compiling Dependencies WithDependencies.swift
[813/913] Compiling Sharing SharedPublisher.swift
[814/913] Compiling Sharing SharedReader.swift
[815/913] Compiling Sharing SharedReaderKey.swift
[816/915] Compiling Sharing DefaultKey.swift
[817/915] Compiling Sharing FileStorageKey.swift
[818/915] Compiling Sharing InMemoryKey.swift
[819/915] Compiling Sharing SharedContinuations.swift
[820/915] Compiling Sharing SharedKey.swift
[821/915] Compiling Sharing AppStorageKey.swift
[822/915] Emitting module Sharing
[823/915] Compiling Sharing Shared.swift
[824/915] Compiling Sharing SharedBinding.swift
[825/915] Compiling Sharing SharedCollection.swift
[826/925] Compiling Sharing SwiftUIStateSharing.swift
[827/925] Compiling Sharing resource_bundle_accessor.swift
[828/937] Compiling Sharing SharedContinuations.swift
[829/937] Compiling Sharing SharedKey.swift
[830/937] Compiling Sharing AppStorageKey.swift
[831/937] Compiling Sharing NSRecursiveLock+WithLock.swift
[832/937] Compiling Sharing PassthroughRelay.swift
[833/937] Compiling Sharing PersistentReferences.swift
[834/937] Compiling Sharing Deprecations.swift
[835/937] Compiling Sharing KeyPath+Sendable.swift
[836/937] Compiling Sharing MutexBackport.swift
[844/940] Emitting module Sharing
[845/940] Compiling Sharing SwiftUIStateSharing.swift
[846/940] Compiling Sharing resource_bundle_accessor.swift
[850/940] Compiling Sharing Shared.swift
[851/940] Compiling Sharing SharedBinding.swift
[852/940] Compiling Sharing SharedCollection.swift
[853/940] Compiling Sharing DefaultKey.swift
[854/940] Compiling Sharing FileStorageKey.swift
[855/940] Compiling Sharing InMemoryKey.swift
[856/940] Compiling Sharing SharedPublisher.swift
[857/940] Compiling Sharing SharedReader.swift
[858/940] Compiling Sharing SharedReaderKey.swift
[859/940] Compiling Sharing Reference.swift
[860/940] Compiling Sharing SharedChangeTracker.swift
[861/940] Compiling Sharing TypeName.swift
[863/941] Emitting module SwiftSyntax
[881/941] Compiling SwiftSyntax SyntaxNodesC.swift
[882/941] Compiling SwiftSyntax SyntaxNodesD.swift
[883/941] Compiling SwiftSyntax SyntaxNodesEF.swift
[884/941] Compiling SwiftSyntax SyntaxNodesGHI.swift
[885/941] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[886/941] Compiling SwiftSyntax SyntaxNodesOP.swift
[887/941] Compiling SwiftSyntax SyntaxNodesQRS.swift
[888/941] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[917/959] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[918/1000] Compiling SwiftParser Attributes.swift
[919/1000] Compiling SwiftParser Availability.swift
[920/1001] Compiling SwiftDiagnostics Message.swift
[921/1001] Compiling SwiftDiagnostics FixIt.swift
[922/1001] Emitting module SwiftDiagnostics
[923/1001] Compiling SwiftParser CharacterInfo.swift
[924/1001] Compiling SwiftParser CollectionNodes+Parsable.swift
[925/1001] Compiling SwiftBasicFormat Syntax+Extensions.swift
[926/1001] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[927/1001] Compiling SwiftBasicFormat InferIndentation.swift
[928/1001] Compiling SwiftDiagnostics Note.swift
[929/1001] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[930/1001] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[931/1001] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[932/1002] Compiling SwiftBasicFormat Indenter.swift
[933/1002] Emitting module SwiftBasicFormat
[934/1002] Compiling SwiftBasicFormat BasicFormat.swift
[937/1001] Compiling SwiftParser Lexeme.swift
[938/1001] Compiling SwiftParser LexemeSequence.swift
[939/1001] Compiling SwiftParser Lexer.swift
[940/1001] Compiling SwiftParser RegexLiteralLexer.swift
[941/1001] Compiling SwiftParser UnicodeScalarExtensions.swift
[942/1001] Compiling SwiftParser Lookahead.swift
[943/1006] Compiling SwiftParser StringLiterals.swift
[944/1006] Compiling SwiftParser SwiftParserCompatibility.swift
[945/1006] Compiling SwiftParser SwiftVersion.swift
[946/1006] Compiling SwiftParser SyntaxUtils.swift
[947/1006] Compiling SwiftParser TokenConsumer.swift
[948/1006] Compiling SwiftParser TokenPrecedence.swift
[949/1006] Compiling SwiftParser TokenSpec.swift
[950/1006] Compiling SwiftParser TokenSpecSet.swift
[951/1006] Compiling SwiftParser TopLevel.swift
[952/1006] Compiling SwiftParser TriviaParser.swift
[953/1006] Compiling SwiftParser Types.swift
[954/1006] Emitting module SwiftParser
[955/1006] Compiling SwiftParser LoopProgressCondition.swift
[956/1006] Compiling SwiftParser Modifiers.swift
[957/1006] Compiling SwiftParser Names.swift
[958/1006] Compiling SwiftParser Nominals.swift
[959/1006] Compiling SwiftParser Parameters.swift
[960/1006] Compiling SwiftParser ParseSourceFile.swift
[961/1006] Compiling SwiftParser Parser.swift
[962/1006] Compiling SwiftParser Patterns.swift
[963/1006] Compiling SwiftParser Recovery.swift
[964/1006] Compiling SwiftParser Specifiers.swift
[965/1006] Compiling SwiftParser Statements.swift
[966/1006] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[971/1006] Compiling SwiftParser CompilerFiles.swift
[972/1006] Compiling SwiftParser Declarations.swift
[973/1006] Compiling SwiftParser Directives.swift
[974/1006] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[975/1006] Compiling SwiftParser Expressions.swift
[976/1006] Compiling SwiftParser IncrementalParseTransition.swift
[977/1006] Compiling SwiftParser IsValidIdentifier.swift
[978/1006] Compiling SwiftParser Cursor.swift
[979/1006] Compiling SwiftParser ExperimentalFeatures.swift
[980/1006] Compiling SwiftParser IsLexerClassified.swift
[981/1006] Compiling SwiftParser LayoutNodes+Parsable.swift
[982/1006] Compiling SwiftParser Parser+TokenSpecSet.swift
[983/1006] Compiling SwiftParser TokenSpecStaticMembers.swift
[985/1029] Compiling SwiftOperators OperatorTable.swift
[986/1029] Compiling SwiftOperators PrecedenceGroup.swift
[987/1030] Compiling SwiftOperators OperatorTable+Folding.swift
[988/1030] Compiling SwiftOperators OperatorTable+Semantics.swift
[989/1030] Compiling SwiftParserDiagnostics MissingNodesError.swift
[990/1030] Compiling SwiftParserDiagnostics MissingTokenError.swift
[991/1030] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[992/1031] Compiling SwiftOperators PrecedenceGraph.swift
[993/1031] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[994/1031] Compiling SwiftParserDiagnostics Utils.swift
[995/1031] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[996/1031] Compiling SwiftOperators SyntaxSynthesis.swift
[997/1031] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[998/1031] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[999/1031] Emitting module SwiftOperators
[1001/1032] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1002/1031] Emitting module SwiftParserDiagnostics
[1005/1031] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1006/1031] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1009/1031] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1010/1031] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1012/1046] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1013/1046] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1014/1047] Emitting module SwiftSyntaxBuilder
[1015/1047] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1016/1047] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1017/1047] Compiling SwiftSyntaxBuilder Indenter.swift
[1018/1047] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1019/1047] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1020/1047] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1021/1047] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1022/1047] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1023/1047] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1024/1047] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1025/1047] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1026/1047] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1027/1047] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1029/1064] Compiling SwiftSyntaxMacros Macro.swift
[1030/1064] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1031/1064] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1032/1064] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1033/1066] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1034/1066] Compiling SwiftSyntaxMacros Macro+Format.swift
[1035/1066] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1036/1066] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1037/1066] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1038/1066] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1039/1066] Compiling SwiftSyntaxMacros BodyMacro.swift
[1040/1066] Compiling SwiftSyntaxMacros MemberMacro.swift
[1041/1066] Compiling SwiftSyntaxMacros PeerMacro.swift
[1042/1066] Emitting module SwiftSyntaxMacros
[1043/1066] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1044/1066] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1045/1066] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1046/1066] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1047/1066] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1049/1075] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1050/1076] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1051/1076] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1052/1076] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1053/1076] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1054/1076] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1055/1076] Emitting module SwiftSyntaxMacroExpansion
[1056/1076] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1057/1076] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1058/1076] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1060/1088] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1061/1089] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1062/1089] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1063/1089] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1064/1089] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1065/1089] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1066/1089] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1067/1089] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1068/1089] Emitting module SwiftCompilerPluginMessageHandling
[1069/1089] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1070/1089] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1071/1089] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1072/1089] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1074/1091] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1075/1091] Emitting module SwiftCompilerPlugin
[1077/1121] Compiling PerceptionMacros Plugins.swift
[1078/1121] Compiling LockmanMacros LockmanSingleExecutionMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanSingleExecutionMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
47 | }
48 |
49 | extension LockmanSingleExecutionMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1079/1121] Compiling LockmanMacros LockmanPriorityBasedMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanPriorityBasedMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 47 | }
 48 |
 49 | extension LockmanPriorityBasedMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
 51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1080/1122] Compiling LockmanMacros LockmanMacroError.swift
[1081/1122] Compiling LockmanMacros LockmanConcurrencyLimitedMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanConcurrencyLimitedMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
47 | }
48 |
49 | extension LockmanConcurrencyLimitedMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1082/1122] Compiling LockmanMacros LockmanGroupCoordinationMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanGroupCoordinationMacro.swift:88:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 86 | }
 87 |
 88 | extension LockmanGroupCoordinationMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 89 |   /// Generates member declarations for group coordination actions.
 90 |   ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1083/1122] Compiling LockmanMacros MacroPlugin.swift
[1084/1122] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[1085/1122] Compiling PerceptionMacros Availability.swift
[1086/1122] Emitting module PerceptionMacros
[1087/1122] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[1088/1122] Emitting module ComposableArchitectureMacros
[1089/1122] Compiling PerceptionMacros Extensions.swift
[1090/1122] Compiling PerceptionMacros PerceptibleMacro.swift
[1091/1123] Compiling ComposableArchitectureMacros Availability.swift
[1092/1123] Emitting module DependenciesMacrosPlugin
[1093/1123] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[1095/1123] Compiling DependenciesMacrosPlugin Plugins.swift
[1096/1123] Compiling DependenciesMacrosPlugin Support.swift
[1097/1124] Compiling CasePathsMacros Plugin.swift
[1098/1124] Emitting module CasePathsMacros
[1099/1124] Compiling CasePathsMacros CasePathableMacro.swift
[1101/1124] Emitting module LockmanMacros
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:570:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
568 | /// - Checks for proper enum case structure
569 | /// - Provides detailed error messages for common issues
570 | public struct LockmanCompositeStrategy2Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
571 |   /// Generates the extension declaration for protocol conformance.
572 |   ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:701:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
699 | /// }
700 | /// ```
701 | public struct LockmanCompositeStrategy3Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
702 |   public static func expansion(
703 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:773:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
771 | /// This macro handles coordination between four different locking strategies,
772 | /// representing the upper range of practical multi-strategy coordination.
773 | public struct LockmanCompositeStrategy4Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
774 |   public static func expansion(
775 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:847:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
845 | /// This macro represents the maximum supported number of strategy coordination,
846 | /// handling the most complex scenarios in the Lockman framework.
847 | public struct LockmanCompositeStrategy5Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
848 |   public static func expansion(
849 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanConcurrencyLimitedMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
47 | }
48 |
49 | extension LockmanConcurrencyLimitedMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanGroupCoordinationMacro.swift:88:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 86 | }
 87 |
 88 | extension LockmanGroupCoordinationMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 89 |   /// Generates member declarations for group coordination actions.
 90 |   ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanPriorityBasedMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 47 | }
 48 |
 49 | extension LockmanPriorityBasedMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
 51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanSingleExecutionMacro.swift:49:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
47 | }
48 |
49 | extension LockmanSingleExecutionMacro: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 |   /// Generates member declarations (e.g., `actionName` property) for the enum to which
51 |   /// this macro is attached.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1102/1124] Compiling LockmanMacros ConformanceExtensionGenerator.swift
[1103/1124] Compiling LockmanMacros MemberGenerator.swift
[1104/1124] Compiling LockmanMacros LockmanCompositeStrategyMacro.swift
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:570:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
568 | /// - Checks for proper enum case structure
569 | /// - Provides detailed error messages for common issues
570 | public struct LockmanCompositeStrategy2Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
571 |   /// Generates the extension declaration for protocol conformance.
572 |   ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:701:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
699 | /// }
700 | /// ```
701 | public struct LockmanCompositeStrategy3Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
702 |   public static func expansion(
703 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:773:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
771 | /// This macro handles coordination between four different locking strategies,
772 | /// representing the upper range of practical multi-strategy coordination.
773 | public struct LockmanCompositeStrategy4Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
774 |   public static func expansion(
775 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/LockmanMacros/LockmanCompositeStrategyMacro.swift:847:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
845 | /// This macro represents the maximum supported number of strategy coordination,
846 | /// handling the most complex scenarios in the Lockman framework.
847 | public struct LockmanCompositeStrategy5Macro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
848 |   public static func expansion(
849 |     of _: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[1104/1123] Write Objects.LinkFileList
[1106/1124] Compiling ComposableArchitectureMacros Extensions.swift
[1107/1124] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[1107/1124] Write Objects.LinkFileList
[1113/1122] Compiling ComposableArchitectureMacros Plugins.swift
[1114/1122] Compiling ComposableArchitectureMacros ReducerMacro.swift
[1115/1122] Compiling ComposableArchitectureMacros PresentsMacro.swift
[1116/1122] Write Objects.LinkFileList
[1117/1122] Linking DependenciesMacrosPlugin-tool
[1118/1122] Linking PerceptionMacros-tool
[1119/1122] Linking LockmanMacros-tool
[1120/1134] Linking CasePathsMacros-tool
[1122/1134] Compiling DependenciesMacros Exports.swift
[1124/1134] Compiling DependenciesMacros Macros.swift
[1125/1134] Emitting module DependenciesMacros
[1126/1135] Emitting module Perception
[1127/1135] Emitting module DependenciesMacros
[1128/1135] Compiling DependenciesMacros Macros.swift
[1129/1136] Compiling Perception Macros.swift
[1130/1140] Compiling Perception Exports.swift
[1132/1142] Compiling Perception Macros.swift
[1133/1142] Emitting module Perception
[1136/1152] Compiling CasePaths LockIsolated.swift
[1139/1152] Compiling CasePaths Exports.swift
[1140/1152] Compiling CasePaths Macros.swift
[1141/1152] Compiling CasePaths XCTestSupport.swift
[1142/1152] Compiling CasePaths Exports.swift
[1143/1152] Compiling CasePaths LockIsolated.swift
[1144/1152] Compiling CasePaths Deprecations.swift
[1146/1152] Compiling CasePaths Macros.swift
[1147/1152] Compiling CasePaths XCTestSupport.swift
[1147/1152] Linking ComposableArchitectureMacros-tool
[1149/1152] Emitting module CasePaths
[1150/1152] Compiling CasePaths EnumReflection.swift
[1152/1153] Emitting module CasePaths
[1155/1194] Compiling SwiftNavigation ConfirmationDialogState.swift
[1156/1194] Compiling SwiftNavigation ErrorMechanism.swift
[1157/1194] Compiling SwiftNavigation Exports.swift
[1158/1196] Compiling SwiftNavigation AlertState.swift
[1159/1196] Compiling SwiftNavigation Bind.swift
[1160/1196] Compiling SwiftNavigation Binding.swift
[1161/1196] Compiling SwiftNavigation ButtonState.swift
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
[1162/1196] Compiling SwiftNavigation ButtonStateBuilder.swift
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1163/1196] Emitting module SwiftNavigation
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
[1166/1196] Compiling SwiftNavigation HashableStaticString.swift
[1167/1198] Compiling SwiftNavigation HashableObject.swift
[1168/1198] Compiling SwiftNavigation AssumeIsolated.swift
[1169/1198] Compiling SwiftNavigation Deprecations.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1170/1198] Emitting module SwiftNavigation
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/.build/checkouts/swift-navigation/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
[1174/1198] Compiling SwiftNavigation UINavigationPath.swift
[1175/1198] Compiling SwiftNavigation UITransaction.swift
[1176/1198] Compiling SwiftNavigation UIBinding.swift
[1177/1198] Compiling SwiftNavigation Observe.swift
[1178/1198] Compiling SwiftNavigation TextState.swift
[1180/1198] Compiling SwiftNavigation KeyPath+Sendable.swift
[1181/1198] Compiling SwiftNavigation ToOptionalUnit.swift
[1182/1198] Compiling SwiftNavigation NSObject+Observe.swift
[1183/1198] Compiling SwiftNavigation UIBindable.swift
BUILD FAILURE 6.1 linux