Build Information
Failed to build tca-composer, reference main (0e9171
), with Swift 6.0 for Linux on 3 Dec 2024 11:20:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mentalflux/tca-composer.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mentalflux/tca-composer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0e9171e Merge pull request #12 from mentalflux/swift-6
Cloned https://github.com/mentalflux/tca-composer.git
Revision (git rev-parse @):
0e9171e446e93be4652c420b5d67fe93d3ba4594
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mentalflux/tca-composer.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/mentalflux/tca-composer.git
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "601.0.0-prerelease"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-case-paths",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.15.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "tca-composer",
"name" : "tca-composer",
"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" : "TCAComposer",
"targets" : [
"TCAComposer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TCAComposerMacros",
"targets" : [
"TCAComposerMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "TCAComposerTests",
"module_type" : "SwiftTarget",
"name" : "TCAComposerTests",
"path" : "Tests/TCAComposerTests",
"sources" : [
"ComposerTests.swift",
"TestReducers.swift"
],
"target_dependencies" : [
"TCAComposer"
],
"type" : "test"
},
{
"c99name" : "TCAComposerMacros",
"module_type" : "SwiftTarget",
"name" : "TCAComposerMacros",
"path" : "Sources/TCAComposerMacros",
"product_dependencies" : [
"CasePaths",
"OrderedCollections",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"IssueReporting"
],
"product_memberships" : [
"TCAComposer",
"TCAComposerMacros"
],
"sources" : [
"ComposeDirectiveMacro.swift",
"Composer.swift",
"ComposerMacro.swift",
"Composition.swift",
"Constants.swift",
"Extensions.swift",
"Internal/_ComposedActionMacro.swift",
"Internal/_ComposedStateMemberMacro.swift",
"Internal/_ComposerCasePathableActions.swift",
"Internal/_ComposerScopePathableMacro.swift",
"Internal/_ComposerScopeSwitchableMacro.swift",
"Plugin.swift",
"ReducerAnalyzer.swift",
"SharedTypes.swift"
],
"type" : "macro"
},
{
"c99name" : "TCAComposerMacroTests",
"module_type" : "SwiftTarget",
"name" : "TCAComposerMacroTests",
"path" : "Tests/TCAComposerMacroTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"ComposeNavigationDestinationMacroTests.swift",
"ComposeNavigationPathMacroTests.swift",
"ComposePresentationMacroTests.swift",
"ComposeReducer/ComposeReducerMacroTests.swift",
"ComposeReducer/EnumReducerTests.swift",
"ComposeReducer/EnumeratedReducerOptionTests.swift",
"ComposeReducer/ReducerDiagnosticTests.swift",
"ComposeReducer/ReducerExistingStateActionTests.swift",
"ComposeReducer/ReducerOptionTests.swift",
"ComposedActionMacroTests.swift",
"ComposedStateMemberMacroTests.swift",
"ComposerDirectives/ActionAlertTests.swift",
"ComposerDirectives/ActionCaseTests.swift",
"ComposerDirectives/ActionConfirmationDialogTests.swift",
"ComposerDirectives/BodyActionAlertTests.swift",
"ComposerDirectives/BodyActionCaseTests.swift",
"ComposerDirectives/BodyActionConfirmationDialogTests.swift",
"ComposerDirectives/BodyOnChangeTests.swift",
"ComposerDirectives/BodyTests.swift",
"ComposerDirectives/MacroDirectiveStubs.swift",
"ComposerDirectives/ReducerExistingStateTests.swift",
"ComposerDirectives/ScopePathTests.swift",
"ComposerMacroTests.swift",
"Internals/ComposedStateMacroTests.swift",
"Internals/ComposerScopeSwitchable.swift"
],
"target_dependencies" : [
"TCAComposerMacros"
],
"type" : "test"
},
{
"c99name" : "TCAComposer",
"module_type" : "SwiftTarget",
"name" : "TCAComposer",
"path" : "Sources/TCAComposer",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"TCAComposer"
],
"sources" : [
"Macros/ComposeMacros.swift",
"Macros/ComposedReducerChild.swift",
"Macros/ComposerMacro.swift",
"Macros/InternalMacros.swift",
"ReduceAction.swift",
"ScopePathable+Bindable.swift",
"ScopePathable+Store.swift",
"ScopePathable.swift",
"ScopeSwitchable+Store.swift",
"ScopeSwitchable.swift"
],
"target_dependencies" : [
"TCAComposerMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/631] Fetching swift-macro-testing
[632/4821] Fetching swift-macro-testing, swift-case-paths
[4822/9831] Fetching swift-macro-testing, swift-case-paths, xctest-dynamic-overlay
[6927/25434] Fetching swift-macro-testing, swift-case-paths, xctest-dynamic-overlay, swift-collections
[24655/92307] Fetching swift-macro-testing, swift-case-paths, xctest-dynamic-overlay, swift-collections, swift-syntax
[75590/373442] Fetching swift-macro-testing, swift-case-paths, xctest-dynamic-overlay, swift-collections, swift-syntax, swift-composable-architecture
Fetched https://github.com/apple/swift-collections from cache (6.67s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.69s)
[136342/290966] Fetching swift-macro-testing, swift-case-paths, xctest-dynamic-overlay, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (18.79s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (18.80s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (18.81s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (19.05s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.5.2 (6.93s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/12447] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.46s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.6 (2.94s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.3 (0.77s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.16.1 (1.01s)
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-navigation
[1/5535] Fetching swift-dependencies
[334/50588] Fetching swift-dependencies, swift-navigation
[8690/51879] Fetching swift-dependencies, swift-navigation, swift-perception
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (0.79s)
Fetching https://github.com/pointfreeco/combine-schedulers
[13195/50588] Fetching swift-dependencies, swift-navigation
[28063/52087] Fetching swift-dependencies, swift-navigation, swift-identified-collections
[29610/54434] Fetching swift-dependencies, swift-navigation, swift-identified-collections, combine-schedulers
[30596/58954] Fetching swift-dependencies, swift-navigation, swift-identified-collections, combine-schedulers, swift-custom-dump
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.56s)
[43092/56607] Fetching swift-dependencies, swift-navigation, swift-identified-collections, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.60s)
[42494/55108] Fetching swift-dependencies, swift-navigation, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.65s)
[41578/50588] Fetching swift-dependencies, swift-navigation
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-dependencies from cache (3.06s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (3.10s)
[1/773] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.34s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.2.2 (0.79s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
warning: 'swift-identified-collections': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swift-identified-collections",
7 | products: [
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.0 (0.73s)
Computing version for https://github.com/pointfreeco/combine-schedulers
warning: 'combine-schedulers': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "combine-schedulers",
7 | platforms: [
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.2 (1.91s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.82s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.0 (0.79s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.5.6 (3.69s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.4.1 (0.86s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.18s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.6.1 (0.83s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1278] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.46s)
Computing version for https://github.com/pointfreeco/swift-clocks
warning: 'swift-clocks': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swift-clocks",
7 | // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
Computed https://github.com/pointfreeco/swift-clocks at 1.0.5 (0.82s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (6.13s)
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.16.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
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.0
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.2.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.5
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
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.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.4.3
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.5.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.6.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.17.6
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
warning: 'combine-schedulers': /host/spi-builder-workspace/.build/checkouts/combine-schedulers/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "combine-schedulers",
7 | platforms: [
warning: 'swift-identified-collections': /host/spi-builder-workspace/.build/checkouts/swift-identified-collections/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swift-identified-collections",
7 | products: [
warning: 'swift-clocks': /host/spi-builder-workspace/.build/checkouts/swift-clocks/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swift-clocks",
7 | // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
Building for debugging...
[0/81] Write sources
[17/81] Copying PrivacyInfo.xcprivacy
[18/81] Write sources
[44/81] Compiling _SwiftSyntaxCShims dummy.c
[45/81] Compiling UIKitNavigationShim shim.m
[46/81] Write swift-version-24593BA9C3E375BF.txt
[48/168] Emitting module SwiftSyntax510
[49/168] Emitting module InternalCollectionsUtilities
[51/172] Compiling IssueReporting IsTesting.swift
[52/172] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/172] Compiling SwiftSyntax510 Empty.swift
[55/175] Compiling IssueReporting WithExpectedIssue.swift
[56/175] Compiling IssueReporting RuntimeWarningReporter.swift
[57/175] Compiling IssueReporting ReportIssue.swift
[58/175] Compiling IssueReporting BreakpointReporter.swift
[59/175] Emitting module SwiftSyntax509
[60/175] Compiling SwiftSyntax509 Empty.swift
[61/175] Emitting module ConcurrencyExtras
[62/175] Emitting module SwiftSyntax600
[63/175] Compiling SwiftSyntax600 Empty.swift
[64/175] Compiling IssueReporting TestContext.swift
[65/175] Compiling IssueReporting Unimplemented.swift
[66/176] Compiling IssueReporting AppHostWarning.swift
[67/176] Compiling IssueReporting Deprecations.swift
[70/180] Compiling IssueReporting FailureObserver.swift
[75/180] Compiling IssueReporting WithExpectedIssue.swift
[76/180] Compiling IssueReporting Rethrows.swift
[77/180] Compiling IssueReporting SwiftTesting.swift
[79/180] Compiling IssueReporting XCTest.swift
[80/180] Compiling IssueReporting LockIsolated.swift
[84/180] Compiling IssueReporting UncheckedSendable.swift
[85/180] Compiling IssueReporting Warn.swift
[86/180] Compiling IssueReporting FatalErrorReporter.swift
[99/182] Wrapping AST for SwiftSyntax510 for debugging
[102/182] Wrapping AST for SwiftSyntax600 for debugging
[103/182] Wrapping AST for SwiftSyntax509 for debugging
[104/182] Wrapping AST for InternalCollectionsUtilities for debugging
[106/183] Compiling ConcurrencyExtras UncheckedSendable.swift
[107/356] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[108/356] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[111/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[118/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[119/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[120/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[121/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[122/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/356] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[124/356] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[125/363] Compiling OrderedCollections OrderedDictionary.swift
[126/363] Compiling OrderedCollections OrderedSet+Codable.swift
[127/363] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[128/363] Compiling OrderedCollections OrderedSet+Descriptions.swift
[129/363] Compiling OrderedCollections OrderedSet+Diffing.swift
[130/363] Compiling OrderedCollections OrderedSet+Equatable.swift
[131/363] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[132/363] Compiling OrderedCollections OrderedSet+Hashable.swift
[133/363] Compiling OrderedCollections OrderedSet+Initializers.swift
[134/363] Compiling OrderedCollections OrderedSet+Insertions.swift
[135/363] Compiling OrderedCollections OrderedSet+Invariants.swift
[136/363] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[137/363] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[138/363] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[139/363] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[140/363] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[141/363] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[144/363] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[145/363] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[146/363] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[147/363] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[148/363] Compiling OrderedCollections OrderedDictionary+Values.swift
[149/363] Compiling OrderedCollections OrderedDictionary+Codable.swift
[150/363] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[151/363] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[152/363] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[153/363] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[154/363] Compiling OrderedCollections OrderedDictionary+Elements.swift
[155/363] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[156/363] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[187/370] Compiling OrderedCollections _HashTable+Bucket.swift
[188/370] Compiling OrderedCollections _HashTable+BucketIterator.swift
[189/370] Compiling OrderedCollections _HashTable+Constants.swift
[190/370] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[191/370] Compiling OrderedCollections _HashTable+Testing.swift
[192/370] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[193/370] Compiling OrderedCollections _HashTable.swift
[194/370] Compiling OrderedCollections _Hashtable+Header.swift
[219/370] Compiling ConcurrencyExtras Result.swift
[220/370] Compiling ConcurrencyExtras Task.swift
[230/370] Compiling OrderedCollections OrderedSet+Sendable.swift
[231/370] Compiling OrderedCollections OrderedSet+SubSequence.swift
[232/370] Compiling OrderedCollections OrderedSet+Testing.swift
[233/370] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[234/370] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[235/370] Compiling OrderedCollections OrderedSet.swift
[236/370] Compiling OrderedCollections _UnsafeBitset.swift
[242/370] Emitting module IssueReporting
[247/371] Emitting module OrderedCollections
[261/372] Emitting module IssueReporting
[263/373] Wrapping AST for IssueReporting for debugging
[266/373] Compiling ConcurrencyExtras MainSerialExecutor.swift
[267/373] Compiling ConcurrencyExtras LockIsolated.swift
[280/377] Emitting module OrderedCollections
[282/378] Wrapping AST for OrderedCollections for debugging
[284/379] Compiling XCTestDynamicOverlay Exports.swift
[286/431] Compiling CombineSchedulers UIScheduler.swift
[287/434] Compiling CombineSchedulers Timer.swift
[288/434] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[289/434] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[290/434] Compiling CombineSchedulers UIKit.swift
[291/434] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[292/434] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[293/434] Compiling IdentifiedCollections Identified.swift
[294/434] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[295/434] Emitting module CombineSchedulers
[296/434] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[297/434] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[298/434] Compiling Clocks Lock.swift
[299/434] Compiling Clocks SwiftUI.swift
[300/435] Compiling CombineSchedulers UnimplementedScheduler.swift
[301/435] Compiling Clocks Timer.swift
[302/436] Emitting module XCTestDynamicOverlay
[304/436] Emitting module Clocks
[305/436] Compiling Clocks AnyClock.swift
[306/436] Compiling Clocks ImmediateClock.swift
[315/436] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[316/444] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[317/444] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[318/444] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[319/444] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[320/444] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[321/444] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[322/444] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[323/444] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[325/444] Compiling Clocks _AsyncTimerSequence.swift
[326/444] Compiling Clocks UnimplementedClock.swift
[329/444] Compiling XCTestDynamicOverlay Deprecations.swift
[330/447] Emitting module XCTestDynamicOverlay
[331/447] Compiling XCTestDynamicOverlay Deprecations.swift
[348/448] Wrapping AST for XCTestDynamicOverlay for debugging
[350/448] Compiling IdentifiedCollections IdentifiedArray.swift
[351/448] Compiling IdentifiedCollections IdentifiedCollection.swift
[352/448] Emitting module IdentifiedCollections
[353/476] Compiling Clocks TestClock.swift
[356/481] Compiling CustomDump ExpectNoDifference.swift
[357/481] Compiling CustomDump AnyType.swift
[358/481] Compiling CustomDump CollectionDifference.swift
[359/489] Compiling Dependencies Dependency.swift
[360/490] Compiling Dependencies DependencyContext.swift
[361/490] Compiling Dependencies DependencyKey.swift
[362/490] Compiling Dependencies DependencyValues.swift
[363/502] Compiling CustomDump Identifiable.swift
[364/502] Compiling CustomDump Mirror.swift
[365/502] Compiling CustomDump String.swift
[366/502] Compiling Dependencies Assert.swift
[367/502] Compiling Dependencies Calendar.swift
[368/502] Compiling Dependencies Clocks.swift
[369/502] Compiling Dependencies Context.swift
[370/502] Compiling CustomDump Unordered.swift
[371/502] Compiling CustomDump XCTAssertDifference.swift
[372/502] Compiling CustomDump XCTAssertNoDifference.swift
[375/502] Compiling Dependencies Date.swift
[376/505] Compiling Dependencies MainRunLoop.swift
[377/505] Compiling Dependencies OpenURL.swift
[378/505] Compiling Dependencies TimeZone.swift
[379/505] Compiling Dependencies FireAndForget.swift
[380/505] Compiling Dependencies Locale.swift
[381/505] Compiling Dependencies MainQueue.swift
[382/505] Compiling Dependencies URLSession.swift
[383/505] Compiling Dependencies UUID.swift
[384/505] Compiling Dependencies WithRandomNumberGenerator.swift
[388/505] Emitting module Dependencies
[389/505] Emitting module CustomDump
[390/505] Compiling Dependencies Deprecations.swift
[391/505] Compiling Dependencies Exports.swift
[392/505] Compiling Dependencies TypeName.swift
[397/506] Compiling PerceptionCore WithPerceptionTracking.swift
[398/506] Emitting module PerceptionCore
[401/506] Compiling PerceptionCore PerceptionTracking.swift
[402/506] Compiling Dependencies PreviewTrait.swift
[403/506] Compiling Dependencies TestTrait.swift
[404/506] Compiling Dependencies WithDependencies.swift
[429/509] Emitting module SwiftSyntax
[446/509] Compiling SwiftSyntax RawSyntaxValidation.swift
[447/509] Compiling SwiftSyntax SyntaxNodesAB.swift
[475/509] Compiling SwiftSyntax SyntaxNodesC.swift
[476/509] Compiling SwiftSyntax SyntaxNodesD.swift
[477/509] Compiling SwiftSyntax SyntaxNodesEF.swift
[478/509] Compiling SwiftSyntax SyntaxNodesGHI.swift
[479/509] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[480/509] Compiling SwiftSyntax SyntaxNodesOP.swift
[481/509] Compiling SwiftSyntax SyntaxNodesQRS.swift
[482/509] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[483/510] Wrapping AST for SwiftSyntax for debugging
[485/567] Compiling SwiftDiagnostics FixIt.swift
[486/568] Compiling SwiftDiagnostics Message.swift
[487/568] Emitting module SwiftDiagnostics
[488/568] Compiling SwiftDiagnostics Convenience.swift
[489/568] Compiling SwiftDiagnostics Diagnostic.swift
[490/568] Compiling SwiftBasicFormat Syntax+Extensions.swift
[491/568] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[492/568] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[493/568] Compiling SwiftDiagnostics Note.swift
[494/568] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[495/568] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[496/568] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[497/568] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[498/568] Compiling SwiftBasicFormat InferIndentation.swift
[499/568] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[500/569] Wrapping AST for SwiftDiagnostics for debugging
[502/569] Compiling SwiftBasicFormat BasicFormat.swift
[503/569] Emitting module SwiftBasicFormat
[504/570] Wrapping AST for SwiftBasicFormat for debugging
[506/570] Compiling SwiftParser Modifiers.swift
[507/570] Compiling SwiftParser Names.swift
[508/570] Compiling SwiftParser Nominals.swift
[509/570] Compiling SwiftParser Parameters.swift
[510/570] Compiling SwiftParser ParseSourceFile.swift
[511/570] Compiling SwiftParser Parser.swift
[512/570] Compiling SwiftParser SwiftParserCompatibility.swift
[513/570] Compiling SwiftParser SwiftVersion.swift
[514/570] Compiling SwiftParser SyntaxUtils.swift
[515/570] Compiling SwiftParser TokenConsumer.swift
[516/570] Compiling SwiftParser TokenPrecedence.swift
[517/570] Compiling SwiftParser Patterns.swift
[518/570] Compiling SwiftParser Recovery.swift
[519/570] Compiling SwiftParser Specifiers.swift
[520/570] Compiling SwiftParser Statements.swift
[521/570] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[522/570] Compiling SwiftParser StringLiterals.swift
[523/575] Compiling SwiftParser TokenSpec.swift
[524/575] Compiling SwiftParser TokenSpecSet.swift
[525/575] Compiling SwiftParser TopLevel.swift
[526/575] Compiling SwiftParser TriviaParser.swift
[527/575] Compiling SwiftParser Types.swift
[528/575] Compiling SwiftParser LexemeSequence.swift
[529/575] Compiling SwiftParser Lexer.swift
[530/575] Compiling SwiftParser RegexLiteralLexer.swift
[531/575] Compiling SwiftParser UnicodeScalarExtensions.swift
[532/575] Compiling SwiftParser Lookahead.swift
[533/575] Compiling SwiftParser LoopProgressCondition.swift
[538/575] Compiling SwiftParser Declarations.swift
[539/575] Compiling SwiftParser Directives.swift
[540/575] Emitting module SwiftParser
[541/575] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[542/575] Compiling SwiftParser Expressions.swift
[543/575] Compiling SwiftParser IncrementalParseTransition.swift
[544/575] Compiling SwiftParser IsValidIdentifier.swift
[545/575] Compiling SwiftParser Cursor.swift
[546/575] Compiling SwiftParser Lexeme.swift
[547/575] Compiling SwiftParser ExperimentalFeatures.swift
[548/575] Compiling SwiftParser IsLexerClassified.swift
[549/575] Compiling SwiftParser LayoutNodes+Parsable.swift
[550/575] Compiling SwiftParser Parser+TokenSpecSet.swift
[551/575] Compiling SwiftParser TokenSpecStaticMembers.swift
[552/576] Wrapping AST for SwiftParser for debugging
[554/599] Compiling SwiftOperators PrecedenceGroup.swift
[555/600] Compiling SwiftOperators PrecedenceGraph.swift
[556/600] Compiling SwiftOperators OperatorTable.swift
[557/600] Compiling SwiftOperators SyntaxSynthesis.swift
[558/600] Compiling SwiftOperators OperatorTable+Semantics.swift
[559/600] Compiling SwiftOperators OperatorError.swift
[560/600] Compiling SwiftOperators OperatorTable+Defaults.swift
[561/600] Compiling SwiftOperators Operator.swift
[562/600] Compiling SwiftOperators OperatorError+Diagnostics.swift
[563/600] Emitting module SwiftOperators
[564/600] Compiling SwiftOperators OperatorTable+Folding.swift
[565/601] Wrapping AST for SwiftOperators for debugging
[567/601] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[568/601] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[569/601] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[570/601] Compiling SwiftParserDiagnostics Utils.swift
[571/602] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[572/602] Compiling SwiftParserDiagnostics PresenceUtils.swift
[573/602] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[578/602] Emitting module SwiftParserDiagnostics
[579/602] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[580/602] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[581/603] Wrapping AST for SwiftParserDiagnostics for debugging
[583/618] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[584/618] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[585/618] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[586/618] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[587/619] Compiling SwiftSyntaxBuilder Indenter.swift
[588/619] Compiling SwiftSyntaxBuilder ListBuilder.swift
[589/619] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[590/619] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[591/619] Emitting module SwiftSyntaxBuilder
[592/619] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[593/619] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[594/619] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[595/619] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[596/619] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[597/619] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[598/619] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[599/620] Wrapping AST for SwiftSyntaxBuilder for debugging
[601/637] Compiling SwiftSyntaxMacros Macro.swift
[602/637] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[603/637] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[604/637] Compiling SwiftSyntaxMacros Macro+Format.swift
[605/637] Compiling SwiftSyntaxMacros MemberMacro.swift
[606/637] Compiling SwiftSyntaxMacros PeerMacro.swift
[607/637] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[608/637] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[609/637] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[610/637] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[611/637] Emitting module SwiftSyntaxMacros
[612/637] Compiling SwiftSyntaxMacros AccessorMacro.swift
[613/637] Compiling SwiftSyntaxMacros AttachedMacro.swift
[614/637] Compiling SwiftSyntaxMacros BodyMacro.swift
[615/639] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[616/639] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[617/639] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[618/639] Compiling SwiftSyntaxMacros PreambleMacro.swift
[619/639] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[620/640] Wrapping AST for SwiftSyntaxMacros for debugging
[622/649] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[623/649] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[624/650] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[625/650] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[626/650] Emitting module SwiftSyntaxMacroExpansion
[627/650] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[628/650] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[629/650] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[630/650] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[631/650] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[632/651] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[634/663] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[635/663] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[636/664] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[637/664] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[638/664] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[639/664] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[640/664] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[641/664] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[642/664] Emitting module SwiftCompilerPluginMessageHandling
[643/664] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[644/664] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[645/664] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[646/664] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[647/665] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[649/667] Emitting module SwiftCompilerPlugin
[650/667] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[651/668] Wrapping AST for SwiftCompilerPlugin for debugging
[653/689] Compiling CasePathsMacros Plugin.swift
[654/689] Compiling PerceptionMacros Plugins.swift
[655/689] Compiling PerceptionMacros Availability.swift
[656/689] Compiling DependenciesMacrosPlugin Plugins.swift
[657/689] Compiling DependenciesMacrosPlugin Support.swift
[658/689] Emitting module PerceptionMacros
[659/689] Compiling ComposableArchitectureMacros Extensions.swift
[660/689] Compiling ComposableArchitectureMacros ReducerMacro.swift
/host/spi-builder-workspace/.build/checkouts/swift-composable-architecture/Sources/ComposableArchitectureMacros/ReducerMacro.swift:271:85: error: value of type 'String' has no member 'capitalized'
269 | conformances.append(
270 | contentsOf: arguments[startIndex..<endIndex].compactMap {
271 | $0.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.text.capitalized
| `- error: value of type 'String' has no member 'capitalized'
272 | }
273 | )
/host/spi-builder-workspace/.build/checkouts/swift-composable-architecture/Sources/ComposableArchitectureMacros/ReducerMacro.swift:295:85: error: value of type 'String' has no member 'capitalized'
293 | conformances.append(
294 | contentsOf: arguments[startIndex..<arguments.endIndex].compactMap {
295 | $0.expression.as(MemberAccessExprSyntax.self)?.declName.baseName.text.capitalized
| `- error: value of type 'String' has no member 'capitalized'
296 | }
297 | )
[661/689] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[662/689] Compiling ComposableArchitectureMacros Plugins.swift
[663/689] Compiling ComposableArchitectureMacros PresentsMacro.swift
[664/689] Emitting module ComposableArchitectureMacros
[665/689] Compiling PerceptionMacros Extensions.swift
[666/689] Compiling ComposableArchitectureMacros Availability.swift
[667/689] Compiling PerceptionMacros PerceptibleMacro.swift
[668/689] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[669/690] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[670/690] Emitting module CasePathsMacros
BUILD FAILURE 6.0 linux