Build Information
Failed to build tca-composer, reference 0.6.0 (0e9171
), with Swift 6.0 for Linux on 3 Dec 2024 11:19:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 0.6.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mentalflux/tca-composer
* tag 0.6.0 -> FETCH_HEAD
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 0.6.0
========================================
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-2":/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/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-case-paths
[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
[6877/25434] Fetching swift-macro-testing, swift-case-paths, xctest-dynamic-overlay, swift-collections
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.67s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.68s)
[8277/16234] Fetching swift-macro-testing, swift-collections
[16235/83107] Fetching swift-macro-testing, swift-collections, swift-syntax
[69065/364242] Fetching swift-macro-testing, swift-collections, swift-syntax, swift-composable-architecture
Fetched https://github.com/apple/swift-collections from cache (5.03s)
[230563/348639] Fetching swift-macro-testing, swift-syntax, swift-composable-architecture
Fetched https://github.com/swiftlang/swift-syntax from cache (5.05s)
[166501/281766] Fetching swift-macro-testing, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (12.07s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (12.32s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.5.2 (2.89s)
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.51s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.6 (2.47s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.3 (0.54s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.16.1 (0.58s)
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1291] Fetching swift-perception
[595/2064] Fetching swift-perception, swift-concurrency-extras
[2065/3563] Fetching swift-perception, swift-concurrency-extras, swift-identified-collections
[2350/9098] Fetching swift-perception, swift-concurrency-extras, swift-identified-collections, swift-dependencies
[6443/54151] Fetching swift-perception, swift-concurrency-extras, swift-identified-collections, swift-dependencies, swift-navigation
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.47s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.47s)
Fetching https://github.com/pointfreeco/combine-schedulers
[9530/51879] Fetching swift-perception, swift-dependencies, swift-navigation
Fetched https://github.com/pointfreeco/swift-perception from cache (0.59s)
[12744/50588] Fetching swift-dependencies, swift-navigation
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.60s)
[7660/45053] Fetching swift-navigation
[12166/47400] Fetching swift-navigation, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.34s)
[26582/45053] Fetching swift-navigation
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetched https://github.com/pointfreeco/swift-navigation from cache (4.05s)
[1/4520] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.06s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.2.2 (0.50s)
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.50s)
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 (0.50s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.54s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.0 (0.54s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.5.6 (2.98s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.4.1 (0.77s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.08s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.6.1 (0.78s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1278] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.42s)
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.64s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.91s)
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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.6.1
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-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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.5.2
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-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.16.1
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-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-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.2.2
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/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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.4.1
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-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.0
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
[2/81] Copying PrivacyInfo.xcprivacy
[3/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 SwiftSyntax509
[49/168] Emitting module InternalCollectionsUtilities
[51/172] Emitting module IssueReporting
[53/176] Compiling SwiftSyntax509 Empty.swift
[54/177] Emitting module SwiftSyntax510
[55/177] Compiling SwiftSyntax510 Empty.swift
[56/178] Compiling IssueReporting WithExpectedIssue.swift
[57/178] Compiling IssueReporting WithIssueContext.swift
[58/178] Emitting module SwiftSyntax600
[59/178] Compiling SwiftSyntax600 Empty.swift
[60/178] Compiling InternalCollectionsUtilities Debugging.swift
[61/178] Compiling InternalCollectionsUtilities Descriptions.swift
[65/179] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/179] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/179] Compiling InternalCollectionsUtilities Specialize.swift
[71/179] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[72/179] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[75/179] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/179] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/179] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/179] Compiling InternalCollectionsUtilities _SortedCollection.swift
[85/179] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[86/179] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/179] Compiling InternalCollectionsUtilities Integer rank.swift
[88/179] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[89/179] Compiling InternalCollectionsUtilities UInt+reversed.swift
[90/179] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[95/179] Wrapping AST for SwiftSyntax510 for debugging
[103/179] Wrapping AST for SwiftSyntax600 for debugging
[108/245] Wrapping AST for SwiftSyntax509 for debugging
[111/245] Wrapping AST for InternalCollectionsUtilities for debugging
[113/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[114/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[115/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[116/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[117/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[118/355] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[119/355] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[120/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[121/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[122/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[123/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[124/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[125/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[126/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[127/362] Compiling OrderedCollections OrderedDictionary.swift
[128/362] Compiling OrderedCollections OrderedSet+Codable.swift
[129/362] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[130/362] Compiling OrderedCollections OrderedSet+Descriptions.swift
[131/362] Compiling OrderedCollections OrderedSet+Diffing.swift
[132/362] Compiling OrderedCollections OrderedSet+Equatable.swift
[133/362] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[134/362] Compiling OrderedCollections OrderedSet+Hashable.swift
[135/362] Compiling OrderedCollections OrderedSet+Initializers.swift
[136/362] Compiling OrderedCollections OrderedSet+Insertions.swift
[137/362] Compiling OrderedCollections OrderedSet+Invariants.swift
[138/362] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[139/362] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[140/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[141/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[142/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[157/369] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[158/369] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[159/369] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[160/369] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[161/369] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[162/369] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[163/369] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[164/369] Compiling OrderedCollections OrderedDictionary+Values.swift
[173/369] Compiling OrderedCollections OrderedDictionary+Codable.swift
[174/369] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[175/369] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[176/369] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[177/369] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[178/369] Compiling OrderedCollections OrderedDictionary+Elements.swift
[179/369] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[180/369] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[205/369] Compiling OrderedCollections _HashTable+Bucket.swift
[206/369] Compiling OrderedCollections _HashTable+BucketIterator.swift
[207/369] Compiling OrderedCollections _HashTable+Constants.swift
[208/369] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[209/369] Compiling OrderedCollections _HashTable+Testing.swift
[210/369] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[211/369] Compiling OrderedCollections _HashTable.swift
[212/369] Compiling OrderedCollections _Hashtable+Header.swift
[221/369] Compiling OrderedCollections OrderedSet+Sendable.swift
[222/369] Compiling OrderedCollections OrderedSet+SubSequence.swift
[223/369] Compiling OrderedCollections OrderedSet+Testing.swift
[224/369] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[225/369] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[226/369] Compiling OrderedCollections OrderedSet.swift
[227/369] Compiling OrderedCollections _UnsafeBitset.swift
[234/369] Emitting module OrderedCollections
[244/370] Compiling ConcurrencyExtras LockIsolated.swift
[245/370] Emitting module ConcurrencyExtras
[272/373] Compiling ConcurrencyExtras MainSerialExecutor.swift
[273/373] Compiling ConcurrencyExtras Result.swift
[276/373] Compiling ConcurrencyExtras Task.swift
[277/373] Compiling ConcurrencyExtras UncheckedSendable.swift
[280/409] Compiling XCTestDynamicOverlay Exports.swift
[281/409] Emitting module OrderedCollections
[283/433] Emitting module XCTestDynamicOverlay
[284/433] Compiling CombineSchedulers ImmediateScheduler.swift
[285/433] Compiling CombineSchedulers Deprecations.swift
[286/434] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[287/434] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[288/434] Compiling PerceptionCore PerceptionChecking.swift
[289/434] Compiling PerceptionCore PerceptionRegistrar.swift
[290/435] Compiling Clocks Timer.swift
[291/437] Emitting module CombineSchedulers
[292/437] Compiling CombineSchedulers AnyScheduler.swift
[293/437] Compiling CombineSchedulers Concurrency.swift
[294/437] Compiling CombineSchedulers Lock.swift
[295/437] Compiling CombineSchedulers NSRecursiveLock.swift
[296/437] Compiling XCTestDynamicOverlay Exports.swift
[300/437] Compiling CombineSchedulers SwiftUI.swift
[301/437] Compiling CombineSchedulers TestScheduler.swift
[302/437] Compiling CombineSchedulers Timer.swift
[303/437] Compiling CombineSchedulers UIKit.swift
[304/437] Compiling CombineSchedulers UIScheduler.swift
[305/437] Compiling Clocks Lock.swift
[306/437] Compiling IdentifiedCollections IdentifiedCollection.swift
[323/437] Compiling PerceptionCore ThreadLocal.swift
[324/437] Compiling PerceptionCore Unchecked.swift
[327/437] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[328/437] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[329/437] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[332/437] Compiling IdentifiedCollections IdentifiedArray.swift
[333/445] Compiling Clocks ImmediateClock.swift
[334/445] Compiling CombineSchedulers UnimplementedScheduler.swift
[335/445] Compiling Clocks AnyClock.swift
[336/445] Emitting module XCTestDynamicOverlay
[337/446] Emitting module Clocks
[341/446] Compiling XCTestDynamicOverlay Deprecations.swift
[344/447] Emitting module IdentifiedCollections
[353/448] Compiling Clocks _AsyncTimerSequence.swift
[356/448] Compiling Clocks UnimplementedClock.swift
[357/448] Compiling XCTestDynamicOverlay Deprecations.swift
[358/449] Compiling Clocks TestClock.swift
[359/449] Compiling Clocks SwiftUI.swift
[361/450] Wrapping AST for IssueReporting for debugging
[362/450] Wrapping AST for OrderedCollections for debugging
[368/451] Compiling PerceptionCore WithPerceptionTracking.swift
[369/451] Emitting module PerceptionCore
[369/451] Wrapping AST for XCTestDynamicOverlay for debugging
[371/451] Compiling PerceptionCore PerceptionTracking.swift
[372/478] Compiling CustomDump SwiftUI.swift
[373/478] Compiling CustomDump UIKit.swift
[374/478] Compiling CustomDump StoreKit.swift
[375/478] Compiling CustomDump Swift.swift
[376/478] Compiling CustomDump Photos.swift
[377/478] Compiling CustomDump Speech.swift
[378/478] Compiling CustomDump GameKit.swift
[379/478] Compiling CustomDump KeyPath.swift
[381/492] Compiling Dependencies Assert.swift
[382/492] Compiling Dependencies Calendar.swift
[383/492] Compiling Dependencies Clocks.swift
[384/492] Compiling Dependencies Context.swift
[385/495] Compiling Dependencies Date.swift
[386/495] Compiling Dependencies FireAndForget.swift
[387/495] Compiling Dependencies Locale.swift
[388/495] Compiling Dependencies MainQueue.swift
[389/504] Compiling Dependencies TypeName.swift
[390/504] Compiling CustomDump Mirror.swift
[391/504] Compiling CustomDump String.swift
[392/504] Compiling CustomDump ExpectNoDifference.swift
[393/504] Compiling CustomDump AnyType.swift
[394/504] Compiling CustomDump CollectionDifference.swift
[395/504] Compiling Dependencies Dependency.swift
[396/504] Compiling Dependencies DependencyContext.swift
[397/504] Compiling Dependencies DependencyKey.swift
[398/504] Compiling Dependencies DependencyValues.swift
[402/507] Compiling Dependencies Deprecations.swift
[403/507] Compiling Dependencies Exports.swift
[405/507] Compiling CustomDump Unordered.swift
[406/507] Compiling CustomDump XCTAssertDifference.swift
[407/507] Compiling CustomDump XCTAssertNoDifference.swift
[408/507] Emitting module CustomDump
[409/507] Compiling Dependencies MainRunLoop.swift
[410/507] Compiling Dependencies OpenURL.swift
[411/507] Compiling Dependencies TimeZone.swift
[412/507] Compiling Dependencies URLSession.swift
[413/507] Compiling Dependencies UUID.swift
[414/507] Compiling Dependencies WithRandomNumberGenerator.swift
[421/507] Emitting module Dependencies
[425/507] Compiling Dependencies PreviewTrait.swift
[426/507] Compiling Dependencies TestTrait.swift
[427/507] Compiling Dependencies WithDependencies.swift
[438/509] Emitting module SwiftSyntax
[455/509] Compiling SwiftSyntax RawSyntaxValidation.swift
[456/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 Message.swift
[486/568] Compiling SwiftBasicFormat Syntax+Extensions.swift
[487/568] Compiling SwiftParser Attributes.swift
[488/568] Compiling SwiftParser Availability.swift
[489/568] Emitting module SwiftDiagnostics
[490/568] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[491/568] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[492/568] Compiling SwiftDiagnostics Note.swift
[493/568] Compiling SwiftDiagnostics FixIt.swift
[494/568] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[495/568] Compiling SwiftBasicFormat InferIndentation.swift
[496/568] Compiling SwiftParser CharacterInfo.swift
[497/568] Compiling SwiftParser CollectionNodes+Parsable.swift
[498/568] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[499/568] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[500/569] Wrapping AST for SwiftDiagnostics for debugging
[502/569] Emitting module SwiftBasicFormat
[503/569] Compiling SwiftBasicFormat BasicFormat.swift
[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/575] Emitting module SwiftParser
[513/575] Compiling SwiftParser SwiftParserCompatibility.swift
[514/575] Compiling SwiftParser SwiftVersion.swift
[515/575] Compiling SwiftParser SyntaxUtils.swift
[516/575] Compiling SwiftParser TokenConsumer.swift
[517/575] Compiling SwiftParser TokenPrecedence.swift
[518/575] Compiling SwiftParser TokenSpec.swift
[519/575] Compiling SwiftParser TokenSpecSet.swift
[520/575] Compiling SwiftParser TopLevel.swift
[521/575] Compiling SwiftParser TriviaParser.swift
[522/575] Compiling SwiftParser Types.swift
[527/575] Compiling SwiftParser Declarations.swift
[528/575] Compiling SwiftParser Directives.swift
[529/575] Compiling SwiftParser LexemeSequence.swift
[530/575] Compiling SwiftParser Lexer.swift
[531/575] Compiling SwiftParser RegexLiteralLexer.swift
[532/575] Compiling SwiftParser UnicodeScalarExtensions.swift
[533/575] Compiling SwiftParser Lookahead.swift
[534/575] Compiling SwiftParser LoopProgressCondition.swift
[535/575] Compiling SwiftParser Patterns.swift
[536/575] Compiling SwiftParser Recovery.swift
[537/575] Compiling SwiftParser Specifiers.swift
[538/575] Compiling SwiftParser Statements.swift
[539/575] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[540/575] Compiling SwiftParser StringLiterals.swift
[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/583] Wrapping AST for SwiftParser for debugging
[554/599] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[555/600] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[556/600] Compiling SwiftOperators PrecedenceGroup.swift
[557/601] Compiling SwiftOperators OperatorTable.swift
[558/601] Compiling SwiftOperators PrecedenceGraph.swift
[559/601] Emitting module SwiftOperators
[560/601] Compiling SwiftOperators SyntaxSynthesis.swift
[561/601] Compiling SwiftOperators OperatorTable+Semantics.swift
[562/601] Compiling SwiftOperators Operator.swift
[563/601] Compiling SwiftOperators OperatorError+Diagnostics.swift
[564/601] Compiling SwiftOperators OperatorError.swift
[565/601] Compiling SwiftOperators OperatorTable+Defaults.swift
[566/601] Compiling SwiftOperators OperatorTable+Folding.swift
[570/602] Emitting module SwiftParserDiagnostics
[570/602] Wrapping AST for SwiftOperators for debugging
[572/602] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[573/602] Compiling SwiftParserDiagnostics Utils.swift
[574/602] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[575/602] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[576/602] Compiling SwiftParserDiagnostics PresenceUtils.swift
[579/602] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[580/602] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[581/603] Wrapping AST for SwiftParserDiagnostics for debugging
[583/618] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[584/618] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[585/619] Compiling SwiftSyntaxBuilder Indenter.swift
[586/619] Compiling SwiftSyntaxBuilder ListBuilder.swift
[587/619] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[588/619] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[589/619] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[590/619] Emitting module SwiftSyntaxBuilder
[591/619] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[592/619] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[593/619] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[594/619] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[595/619] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[596/619] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[597/619] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[598/619] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[599/620] Wrapping AST for SwiftSyntaxBuilder for debugging
[601/637] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[602/637] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[603/639] Emitting module SwiftSyntaxMacros
[604/639] Compiling SwiftSyntaxMacros Macro.swift
[605/639] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[606/639] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[607/639] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[608/639] Compiling SwiftSyntaxMacros MemberMacro.swift
[609/639] Compiling SwiftSyntaxMacros PeerMacro.swift
[610/639] Compiling SwiftSyntaxMacros AccessorMacro.swift
[611/639] Compiling SwiftSyntaxMacros AttachedMacro.swift
[612/639] Compiling SwiftSyntaxMacros BodyMacro.swift
[613/639] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[614/639] Compiling SwiftSyntaxMacros Macro+Format.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 MacroSpec.swift
[623/650] Compiling SwiftSyntaxMacroExpansion IndentationUtils.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 MacroExpansion.swift
[629/650] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[630/650] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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 PluginMessages.swift
[638/664] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[639/664] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[640/664] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[641/664] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[642/664] Emitting module SwiftCompilerPluginMessageHandling
[643/664] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[644/664] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[645/664] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[646/664] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[647/665] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[649/667] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[650/667] Emitting module SwiftCompilerPlugin
[651/668] Wrapping AST for SwiftCompilerPlugin for debugging
[653/689] Compiling CasePathsMacros Plugin.swift
[654/689] Compiling PerceptionMacros Plugins.swift
[655/689] Emitting module PerceptionMacros
[656/689] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[657/689] Compiling ComposableArchitectureMacros Plugins.swift
[658/689] Compiling PerceptionMacros Availability.swift
[659/689] Emitting module ComposableArchitectureMacros
[660/689] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[661/689] Compiling ComposableArchitectureMacros Availability.swift
[662/689] Compiling ComposableArchitectureMacros Extensions.swift
[663/689] Compiling DependenciesMacrosPlugin Plugins.swift
[664/689] Compiling DependenciesMacrosPlugin Support.swift
[665/689] Compiling PerceptionMacros PerceptibleMacro.swift
[666/689] Compiling PerceptionMacros Extensions.swift
[668/690] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[669/690] Emitting module DependenciesMacrosPlugin
[670/690] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[670/691] Wrapping AST for PerceptionMacros for debugging
[671/691] Write Objects.LinkFileList
[674/691] 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 | )
[675/691] Compiling ComposableArchitectureMacros PresentsMacro.swift
[676/691] Emitting module CasePathsMacros
[676/691] Linking PerceptionMacros-tool
BUILD FAILURE 6.0 linux