The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-composable-loadable, reference main (ca6e46), with Swift 6.0 for Linux on 3 Dec 2024 11:09:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/danthorpe/swift-composable-loadable.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/danthorpe/swift-composable-loadable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ca6e46e chore: add SPI badges (#24)
Cloned https://github.com/danthorpe/swift-composable-loadable.git
Revision (git rev-parse @):
ca6e46e8914e5af00002dd62a99b379b265e7473
SUCCESS checkout https://github.com/danthorpe/swift-composable-loadable.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/danthorpe/swift-composable-loadable.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "swift-composable-loadable",
  "name" : "swift-composable-loadable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableLoadable",
      "targets" : [
        "ComposableLoadable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComposableLoadableTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableLoadableTests",
      "path" : "Tests/ComposableLoadableTests",
      "sources" : [
        "Array+Tests.swift",
        "LoadableActionTests.swift",
        "LoadableReducerTests.swift",
        "LoadableStateTests.swift",
        "PaginationFeatureStateTests.swift",
        "PaginationFeatureTests.swift"
      ],
      "target_dependencies" : [
        "CommonTestHelpers",
        "ComposableLoadable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableLoadable",
      "module_type" : "SwiftTarget",
      "name" : "ComposableLoadable",
      "path" : "Sources/ComposableLoadable",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "ComposableLoadable"
      ],
      "sources" : [
        "Array+.swift",
        "IdentifiedArray+.swift",
        "Loadable/Loadable.swift",
        "Loadable/LoadableClient.swift",
        "Loadable/LoadableState.swift",
        "Loadable/LoadingAction.swift",
        "Loadable/LoadingReducer.swift",
        "Loadable/Typealiases.swift",
        "OpenExistential.swift",
        "Pagination/PaginationContext.swift",
        "Pagination/PaginationDirection.swift",
        "Pagination/PaginationFeature+.swift",
        "Pagination/PaginationFeature.swift",
        "Views/FailureView.swift",
        "Views/LoadableView.swift",
        "Views/OnAppearView.swift",
        "Views/PaginationLoadMore.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommonTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "CommonTestHelpers",
      "path" : "Sources/CommonTestHelpers",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "sources" : [
        "CounterFeature.swift",
        "Errors.swift",
        "KeyPath+.swift",
        "ParentFeature.swift",
        "TestFeatureClient.swift",
        "TestState.swift"
      ],
      "target_dependencies" : [
        "ComposableLoadable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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-docc-plugin
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/2044] Fetching swift-docc-plugin
[2045/283179] Fetching swift-docc-plugin, swift-composable-architecture
Fetched https://github.com/apple/swift-docc-plugin from cache (13.50s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (13.77s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.16.1 (2.48s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
[1/1291] Fetching swift-perception
[1292/2790] Fetching swift-perception, swift-identified-collections
[2791/8325] Fetching swift-perception, swift-identified-collections, swift-dependencies
[3511/13335] Fetching swift-perception, swift-identified-collections, swift-dependencies, xctest-dynamic-overlay
[4118/58388] Fetching swift-perception, swift-identified-collections, swift-dependencies, xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.62s)
[15810/52853] Fetching swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetching https://github.com/pointfreeco/swift-custom-dump
[36635/57373] Fetching swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-navigation, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.86s)
[43935/55874] Fetching swift-perception, xctest-dynamic-overlay, swift-navigation, swift-custom-dump
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.86s)
[40502/50864] Fetching swift-perception, swift-navigation, swift-custom-dump
Fetching https://github.com/pointfreeco/swift-case-paths
[42305/117737] Fetching swift-perception, swift-navigation, swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.32s)
[47668/113217] Fetching swift-perception, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[53033/113990] Fetching swift-perception, swift-navigation, swift-syntax, swift-concurrency-extras
[54475/118180] Fetching swift-perception, swift-navigation, swift-syntax, swift-concurrency-extras, swift-case-paths
[59333/120527] Fetching swift-perception, swift-navigation, swift-syntax, swift-concurrency-extras, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.50s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.41s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.51s)
Fetching https://github.com/apple/swift-collections
[59050/113217] Fetching swift-perception, swift-navigation, swift-syntax
[69082/128820] Fetching swift-perception, swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.20s)
Fetched https://github.com/pointfreeco/swift-perception from cache (4.43s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (4.46s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.49s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.2.2 (0.46s)
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.48s)
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.46s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.43s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.0 (1.00s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.5.6 (2.45s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.4.1 (0.51s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.07s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3199] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.52s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.73s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.3 (0.44s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.6.1 (0.48s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1278] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.30s)
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.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.64s)
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/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-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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.5
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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-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/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-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.0
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: '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-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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/70] Write sources
[2/70] Copying PrivacyInfo.xcprivacy
[2/70] Write sources
[41/70] Compiling _SwiftSyntaxCShims dummy.c
[42/70] Compiling UIKitNavigationShim shim.m
[43/70] Write swift-version-24593BA9C3E375BF.txt
[45/122] Emitting module InternalCollectionsUtilities
[46/124] Compiling IssueReporting ReportIssue.swift
[47/124] Compiling IssueReporting TestContext.swift
[48/124] Emitting module SwiftSyntax600
[49/124] Compiling SwiftSyntax600 Empty.swift
[50/125] Compiling IssueReporting FatalErrorReporter.swift
[51/125] Compiling IssueReporting RuntimeWarningReporter.swift
[53/125] Emitting module SwiftSyntax509
[54/125] Compiling SwiftSyntax509 Empty.swift
[55/126] Compiling SwiftSyntax510 Empty.swift
[56/126] Emitting module SwiftSyntax510
[58/127] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/127] Emitting module ConcurrencyExtras
[60/129] Compiling IssueReporting IssueReporter.swift
[61/129] Compiling IssueReporting BreakpointReporter.swift
[62/130] Compiling IssueReporting XCTest.swift
[63/130] Compiling IssueReporting IsTesting.swift
[65/130] Compiling IssueReporting WithExpectedIssue.swift
[66/130] Compiling IssueReporting AppHostWarning.swift
[67/130] Compiling IssueReporting Deprecations.swift
[68/130] Compiling IssueReporting SwiftTesting.swift
[69/130] Compiling IssueReporting UncheckedSendable.swift
[70/130] Compiling IssueReporting Warn.swift
[71/130] Compiling IssueReporting FailureObserver.swift
[72/130] Compiling IssueReporting LockIsolated.swift
[73/130] Compiling IssueReporting Rethrows.swift
[75/131] Wrapping AST for SwiftSyntax600 for debugging
[76/131] Wrapping AST for SwiftSyntax509 for debugging
[78/131] Wrapping AST for SwiftSyntax510 for debugging
[80/195] Compiling ConcurrencyExtras UncheckedSendable.swift
[81/250] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[82/250] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[83/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[84/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[85/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[86/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[87/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[88/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[89/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[90/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[91/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[92/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[93/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[94/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[95/250] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[96/250] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[97/257] Compiling OrderedCollections OrderedSet+Initializers.swift
[98/257] Compiling OrderedCollections OrderedSet+Insertions.swift
[99/257] Compiling OrderedCollections OrderedSet+Invariants.swift
[100/257] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[101/257] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[102/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[103/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[104/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[105/257] Compiling OrderedCollections OrderedDictionary.swift
[106/257] Compiling OrderedCollections OrderedSet+Codable.swift
[107/257] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[108/257] Compiling OrderedCollections OrderedSet+Descriptions.swift
[109/257] Compiling OrderedCollections OrderedSet+Diffing.swift
[110/257] Compiling OrderedCollections OrderedSet+Equatable.swift
[111/257] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[112/257] Compiling OrderedCollections OrderedSet+Hashable.swift
[113/257] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[114/257] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[115/257] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[116/257] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[117/257] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[118/257] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[119/257] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[120/257] Compiling OrderedCollections OrderedDictionary+Values.swift
[121/257] Compiling OrderedCollections OrderedDictionary+Codable.swift
[124/257] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[125/257] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[126/257] Compiling OrderedCollections OrderedDictionary+Elements.swift
[127/257] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[128/257] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[129/257] Compiling OrderedCollections _HashTable+Bucket.swift
[130/257] Compiling OrderedCollections _HashTable+BucketIterator.swift
[131/257] Compiling OrderedCollections _HashTable+Constants.swift
[132/257] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[133/257] Compiling OrderedCollections _HashTable+Testing.swift
[134/257] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[135/257] Compiling OrderedCollections _HashTable.swift
[136/257] Compiling OrderedCollections _Hashtable+Header.swift
[137/257] Compiling ConcurrencyExtras Result.swift
[138/257] Compiling ConcurrencyExtras Task.swift
[145/257] Emitting module IssueReporting
[146/257] Compiling ConcurrencyExtras MainSerialExecutor.swift
[156/257] Compiling ConcurrencyExtras LockIsolated.swift
[165/259] Compiling OrderedCollections OrderedSet+Sendable.swift
[166/259] Compiling OrderedCollections OrderedSet+SubSequence.swift
[167/259] Compiling OrderedCollections OrderedSet+Testing.swift
[168/259] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[169/259] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[170/259] Compiling OrderedCollections OrderedSet.swift
[171/259] Compiling OrderedCollections _UnsafeBitset.swift
[172/296] Emitting module OrderedCollections
[173/297] Compiling CombineSchedulers AnyScheduler.swift
[174/297] Compiling CombineSchedulers Concurrency.swift
[175/298] Compiling XCTestDynamicOverlay Exports.swift
[176/298] Compiling CombineSchedulers Lock.swift
[177/298] Compiling CombineSchedulers NSRecursiveLock.swift
[178/298] Compiling CombineSchedulers ImmediateScheduler.swift
[179/298] Compiling CombineSchedulers Deprecations.swift
[180/298] Compiling CombineSchedulers SwiftUI.swift
[181/298] Compiling CombineSchedulers TestScheduler.swift
[183/298] Compiling CombineSchedulers UnimplementedScheduler.swift
[184/298] Compiling CombineSchedulers UIKit.swift
[185/298] Compiling CombineSchedulers UIScheduler.swift
[186/298] Compiling CombineSchedulers Timer.swift
[187/298] Compiling Clocks Timer.swift
[188/299] Emitting module CombineSchedulers
[189/300] Emitting module Clocks
[190/300] Compiling Clocks ImmediateClock.swift
[191/300] Compiling Clocks AnyClock.swift
[193/318] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[194/318] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[195/318] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[196/318] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[197/318] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[198/318] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[199/318] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[200/318] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[202/318] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[203/318] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[204/318] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[205/318] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[206/318] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[207/318] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[208/318] Compiling IdentifiedCollections Identified.swift
[209/318] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[210/318] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[223/328] Compiling Clocks UnimplementedClock.swift
[226/328] Compiling Clocks SwiftUI.swift
[227/328] Compiling Clocks _AsyncTimerSequence.swift
[228/328] Compiling Clocks Lock.swift
[229/328] Compiling Clocks TestClock.swift
[232/329] Emitting module XCTestDynamicOverlay
[233/329] Compiling XCTestDynamicOverlay Deprecations.swift
[235/330] Compiling IdentifiedCollections IdentifiedArray.swift
[236/330] Compiling IdentifiedCollections IdentifiedCollection.swift
[248/330] Emitting module IdentifiedCollections
[250/353] Compiling Dependencies Dependency.swift
[251/353] Compiling Dependencies DependencyContext.swift
[252/381] Emitting module PerceptionCore
[253/381] Compiling PerceptionCore WithPerceptionTracking.swift
[254/381] Compiling CustomDump CoreMotion.swift
[255/381] Compiling CustomDump Foundation.swift
[256/381] Compiling CustomDump GameKit.swift
[257/381] Compiling CustomDump KeyPath.swift
[258/381] Compiling CustomDump StoreKit.swift
[259/381] Compiling CustomDump Swift.swift
[260/381] Compiling CustomDump SwiftUI.swift
[261/381] Compiling CustomDump UIKit.swift
[262/381] Compiling CustomDump UserNotifications.swift
[263/381] Compiling CustomDump UserNotificationsUI.swift
[264/381] Compiling CustomDump CustomDumpReflectable.swift
[265/387] Compiling PerceptionCore PerceptionTracking.swift
[273/387] Compiling CustomDump Photos.swift
[274/387] Compiling CustomDump Speech.swift
[278/388] Compiling CustomDump Identifiable.swift
[279/388] Compiling Dependencies PreviewTrait.swift
[280/388] Compiling Dependencies TestTrait.swift
[281/388] Compiling Dependencies WithDependencies.swift
[282/388] Compiling CustomDump AnyType.swift
[283/388] Compiling CustomDump CollectionDifference.swift
[284/388] Compiling CustomDump Dump.swift
[285/388] Compiling CustomDump ExpectDifference.swift
[287/388] Compiling CustomDump CustomDumpRepresentable.swift
[288/388] Compiling CustomDump CustomDumpStringConvertible.swift
[289/388] Compiling CustomDump Diff.swift
[290/388] Emitting module Dependencies
[296/388] Compiling CustomDump CoreImage.swift
[297/388] Compiling CustomDump CoreLocation.swift
[303/388] Compiling CustomDump Unordered.swift
[304/388] Compiling CustomDump XCTAssertDifference.swift
[305/388] Compiling CustomDump XCTAssertNoDifference.swift
[309/388] Emitting module CustomDump
[323/390] Emitting module SwiftSyntax
[331/390] Compiling SwiftSyntax RawSyntaxValidation.swift
[332/390] Compiling SwiftSyntax SyntaxNodesAB.swift
[360/390] Compiling SwiftSyntax SyntaxNodesC.swift
[361/390] Compiling SwiftSyntax SyntaxNodesD.swift
[362/390] Compiling SwiftSyntax SyntaxNodesEF.swift
[363/390] Compiling SwiftSyntax SyntaxNodesGHI.swift
[364/390] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[365/390] Compiling SwiftSyntax SyntaxNodesOP.swift
[366/390] Compiling SwiftSyntax SyntaxNodesQRS.swift
[367/390] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[368/391] Wrapping AST for SwiftSyntax for debugging
[370/448] Compiling SwiftDiagnostics Message.swift
[371/449] Compiling SwiftDiagnostics Convenience.swift
[372/449] Compiling SwiftDiagnostics Diagnostic.swift
[373/449] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[374/449] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[375/449] Emitting module SwiftDiagnostics
[376/449] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[377/449] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[378/449] Compiling SwiftBasicFormat Syntax+Extensions.swift
[379/449] Compiling SwiftDiagnostics Note.swift
[380/449] Compiling SwiftDiagnostics FixIt.swift
[381/449] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[382/449] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[383/449] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[384/449] Compiling SwiftBasicFormat InferIndentation.swift
[385/450] Wrapping AST for SwiftDiagnostics for debugging
[387/450] Compiling SwiftParser SwiftParserCompatibility.swift
[388/450] Compiling SwiftParser SwiftVersion.swift
[389/450] Compiling SwiftParser SyntaxUtils.swift
[390/450] Compiling SwiftParser TokenConsumer.swift
[391/450] Compiling SwiftParser TokenPrecedence.swift
[392/455] Emitting module SwiftBasicFormat
[393/455] Compiling SwiftBasicFormat BasicFormat.swift
[394/456] Wrapping AST for SwiftBasicFormat for debugging
[396/456] Compiling SwiftParser LexemeSequence.swift
[397/456] Compiling SwiftParser Lexer.swift
[398/456] Compiling SwiftParser RegexLiteralLexer.swift
[399/456] Compiling SwiftParser UnicodeScalarExtensions.swift
[400/456] Compiling SwiftParser Lookahead.swift
[401/456] Compiling SwiftParser LoopProgressCondition.swift
[402/456] Compiling SwiftParser TokenSpec.swift
[403/456] Compiling SwiftParser TokenSpecSet.swift
[404/456] Compiling SwiftParser TopLevel.swift
[405/456] Compiling SwiftParser TriviaParser.swift
[406/456] Compiling SwiftParser Types.swift
[407/456] Compiling SwiftParser Modifiers.swift
[408/456] Compiling SwiftParser Names.swift
[409/456] Compiling SwiftParser Nominals.swift
[410/456] Compiling SwiftParser Parameters.swift
[411/456] Compiling SwiftParser ParseSourceFile.swift
[412/456] Compiling SwiftParser Parser.swift
[413/456] Compiling SwiftParser Patterns.swift
[414/456] Compiling SwiftParser Recovery.swift
[415/456] Compiling SwiftParser Specifiers.swift
[416/456] Compiling SwiftParser Statements.swift
[417/456] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[418/456] Compiling SwiftParser StringLiterals.swift
[419/456] Emitting module SwiftParser
[424/456] Compiling SwiftParser Declarations.swift
[425/456] Compiling SwiftParser Directives.swift
[426/456] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[427/456] Compiling SwiftParser Expressions.swift
[428/456] Compiling SwiftParser IncrementalParseTransition.swift
[429/456] Compiling SwiftParser IsValidIdentifier.swift
[430/456] Compiling SwiftParser Cursor.swift
[431/456] Compiling SwiftParser Lexeme.swift
[432/456] Compiling SwiftParser ExperimentalFeatures.swift
[433/456] Compiling SwiftParser IsLexerClassified.swift
[434/456] Compiling SwiftParser LayoutNodes+Parsable.swift
[435/456] Compiling SwiftParser Parser+TokenSpecSet.swift
[436/456] Compiling SwiftParser TokenSpecStaticMembers.swift
[437/457] Wrapping AST for SwiftParser for debugging
[439/480] Compiling SwiftOperators PrecedenceGroup.swift
[440/481] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[441/482] Compiling SwiftOperators PrecedenceGraph.swift
[442/482] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[443/482] Compiling SwiftParserDiagnostics PresenceUtils.swift
[444/482] Compiling SwiftOperators SyntaxSynthesis.swift
[445/482] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[446/482] Compiling SwiftOperators OperatorTable.swift
[447/482] Compiling SwiftOperators OperatorTable+Semantics.swift
[448/482] Emitting module SwiftOperators
[449/482] Compiling SwiftOperators OperatorTable+Folding.swift
[450/482] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[451/482] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[453/483] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[454/483] Compiling SwiftParserDiagnostics Utils.swift
[455/483] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[456/483] Emitting module SwiftParserDiagnostics
[456/483] Wrapping AST for SwiftOperators for debugging
[462/483] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[463/483] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[464/483] Compiling SwiftParserDiagnostics MissingNodesError.swift
[465/483] Compiling SwiftParserDiagnostics MissingTokenError.swift
[466/484] Wrapping AST for SwiftParserDiagnostics for debugging
[468/499] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[469/499] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[470/500] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[471/500] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[472/500] Emitting module SwiftSyntaxBuilder
[473/500] Compiling SwiftSyntaxBuilder Indenter.swift
[474/500] Compiling SwiftSyntaxBuilder ListBuilder.swift
[475/500] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[476/500] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[477/500] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[478/500] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[479/500] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[480/500] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[481/500] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[482/500] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[483/500] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[484/501] Wrapping AST for SwiftSyntaxBuilder for debugging
[486/518] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[487/518] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[488/520] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[489/520] Compiling SwiftSyntaxMacros Macro+Format.swift
[490/520] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[491/520] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[492/520] Compiling SwiftSyntaxMacros Macro.swift
[493/520] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[494/520] Compiling SwiftSyntaxMacros AccessorMacro.swift
[495/520] Compiling SwiftSyntaxMacros AttachedMacro.swift
[496/520] Compiling SwiftSyntaxMacros BodyMacro.swift
[497/520] Compiling SwiftSyntaxMacros MemberMacro.swift
[498/520] Compiling SwiftSyntaxMacros PeerMacro.swift
[499/520] Compiling SwiftSyntaxMacros PreambleMacro.swift
[500/520] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[501/520] Emitting module SwiftSyntaxMacros
[502/520] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[503/520] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[504/520] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[505/521] Wrapping AST for SwiftSyntaxMacros for debugging
[507/530] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[508/531] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[509/531] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[510/531] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[511/531] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[512/531] Emitting module SwiftSyntaxMacroExpansion
[513/531] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[514/531] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[515/531] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[516/531] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[517/532] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[519/544] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[520/544] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[521/545] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[522/545] Emitting module SwiftCompilerPluginMessageHandling
[523/545] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[524/545] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[525/545] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[526/545] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[527/545] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[528/545] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[529/545] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[530/545] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[531/545] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[532/546] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[534/548] Emitting module SwiftCompilerPlugin
[535/548] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[536/550] Wrapping AST for SwiftCompilerPlugin for debugging
[538/570] Compiling CasePathsMacros Plugin.swift
[539/570] Compiling PerceptionMacros Plugins.swift
[540/570] Compiling ComposableArchitectureMacros Plugins.swift
[541/570] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[542/570] Compiling ComposableArchitectureMacros Availability.swift
[543/570] Emitting module ComposableArchitectureMacros
[544/570] Compiling ComposableArchitectureMacros Extensions.swift
[545/570] Compiling DependenciesMacrosPlugin Support.swift
[546/570] Compiling DependenciesMacrosPlugin Plugins.swift
[547/570] Compiling PerceptionMacros Extensions.swift
[548/570] Compiling PerceptionMacros Availability.swift
[549/570] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[550/570] Emitting module PerceptionMacros
[551/570] Compiling PerceptionMacros PerceptibleMacro.swift
[552/570] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[553/570] Emitting module DependenciesMacrosPlugin
[556/572] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[557/572] Compiling ComposableArchitectureMacros PresentsMacro.swift
[558/572] 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 |           )
[558/572] Wrapping AST for PerceptionMacros for debugging
[559/572] Write Objects.LinkFileList
[560/572] Wrapping AST for DependenciesMacrosPlugin for debugging
[561/572] Write Objects.LinkFileList
[563/572] Emitting module CasePathsMacros
[563/572] Linking PerceptionMacros-tool
[563/572] Linking DependenciesMacrosPlugin-tool
BUILD FAILURE 6.0 linux