The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-navigation, reference main (11f7b0), with Swift 6.1 for Android on 2 Apr 2026 05:23:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-navigation.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/pointfreeco/swift-navigation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 11f7b0b Clean up
Cloned https://github.com/pointfreeco/swift-navigation.git
Revision (git rev-parse @):
11f7b0b2596e489c97315f0d1c3282c800a20faf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-navigation.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-navigation.git
https://github.com/pointfreeco/swift-navigation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-perception",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.4",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-perception"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-sharing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-sharing"
    }
  ],
  "manifest_display_name" : "swift-navigation",
  "name" : "swift-navigation",
  "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" : "SwiftNavigation",
      "targets" : [
        "SwiftNavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftUINavigation",
      "targets" : [
        "SwiftUINavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UIKitNavigation",
      "targets" : [
        "UIKitNavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppKitNavigation",
      "targets" : [
        "AppKitNavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "UIKitNavigationTests",
      "module_type" : "SwiftTarget",
      "name" : "UIKitNavigationTests",
      "path" : "Tests/UIKitNavigationTests",
      "product_dependencies" : [
        "IssueReportingTestSupport"
      ],
      "sources" : [
        "MemoryManagementTests.swift",
        "ObserveTests.swift",
        "UIControlTests.swift",
        "UITransactionTests.swift",
        "ViewControllerRepresentingTests.swift"
      ],
      "target_dependencies" : [
        "UIKitNavigation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UIKitNavigationShim",
      "module_type" : "ClangTarget",
      "name" : "UIKitNavigationShim",
      "path" : "Sources/UIKitNavigationShim",
      "product_memberships" : [
        "SwiftUINavigation",
        "UIKitNavigation"
      ],
      "sources" : [
        "shim.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UIKitNavigation",
      "module_type" : "SwiftTarget",
      "name" : "UIKitNavigation",
      "path" : "Sources/UIKitNavigation",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "IssueReporting"
      ],
      "product_memberships" : [
        "SwiftUINavigation",
        "UIKitNavigation"
      ],
      "sources" : [
        "Bindings/UIColorWell.swift",
        "Bindings/UIControl.swift",
        "Bindings/UIDatePicker.swift",
        "Bindings/UIPageControl.swift",
        "Bindings/UISegmentedControl.swift",
        "Bindings/UISlider.swift",
        "Bindings/UIStepper.swift",
        "Bindings/UISwitch.swift",
        "Bindings/UITabBarController.swift",
        "Bindings/UITextField.swift",
        "Internal/Exports.swift",
        "Internal/PopFromViewController.swift",
        "Navigation/Dismiss.swift",
        "Navigation/NavigationStackController.swift",
        "Navigation/Presentation.swift",
        "Navigation/Push.swift",
        "Navigation/UIAlertController.swift",
        "SwiftUI/Representable.swift",
        "UIBinding.swift",
        "UIKitAnimation.swift",
        "UITransaction.swift"
      ],
      "target_dependencies" : [
        "SwiftNavigation",
        "UIKitNavigationShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftUINavigationTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUINavigationTests",
      "path" : "Tests/SwiftUINavigationTests",
      "product_dependencies" : [
        "IssueReportingTestSupport"
      ],
      "sources" : [
        "AlertTests.swift",
        "BindingTests.swift",
        "SwiftUINavigationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUINavigation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUINavigation",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUINavigation",
      "path" : "Sources/SwiftUINavigation",
      "product_dependencies" : [
        "CasePaths",
        "IssueReporting"
      ],
      "product_memberships" : [
        "SwiftUINavigation"
      ],
      "sources" : [
        "Alert.swift",
        "Binding.swift",
        "ConfirmationDialog.swift",
        "FullScreenCover.swift",
        "Internal/Binding+Internal.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Internal/Identified.swift",
        "NavigationDestination.swift",
        "NavigationLink.swift",
        "Popover.swift",
        "Sheet.swift",
        "WithState.swift"
      ],
      "target_dependencies" : [
        "UIKitNavigation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftNavigationTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNavigationTests",
      "path" : "Tests/SwiftNavigationTests",
      "product_dependencies" : [
        "IssueReportingTestSupport"
      ],
      "sources" : [
        "ButtonStateTests.swift",
        "IsolationTests.swift",
        "LifetimeTests.swift",
        "ObserveTests.swift",
        "TextStateTests.swift",
        "UIBindableTests.swift",
        "UIBindingTests.swift",
        "UINavigationPathTests.swift",
        "UITransactionTests.swift"
      ],
      "target_dependencies" : [
        "SwiftNavigation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftNavigation",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNavigation",
      "path" : "Sources/SwiftNavigation",
      "product_dependencies" : [
        "CasePaths",
        "CustomDump",
        "ConcurrencyExtras",
        "IssueReporting",
        "OrderedCollections",
        "Perception",
        "PerceptionCore"
      ],
      "product_memberships" : [
        "SwiftNavigation",
        "SwiftUINavigation",
        "UIKitNavigation",
        "AppKitNavigation"
      ],
      "sources" : [
        "AlertState.swift",
        "Bind.swift",
        "Binding.swift",
        "ButtonState.swift",
        "ButtonStateBuilder.swift",
        "ConfirmationDialogState.swift",
        "HashableObject.swift",
        "Internal/AssumeIsolated.swift",
        "Internal/Deprecations.swift",
        "Internal/ErrorMechanism.swift",
        "Internal/Exports.swift",
        "Internal/HashableStaticString.swift",
        "Internal/KeyPath+Sendable.swift",
        "Internal/ToOptionalUnit.swift",
        "NSObject+Observe.swift",
        "Observe.swift",
        "SwiftNavigationSharing/UIBinding+Sharing.swift",
        "TextState.swift",
        "UIBindable.swift",
        "UIBinding.swift",
        "UINavigationPath.swift",
        "UITransaction.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppKitNavigation",
      "module_type" : "SwiftTarget",
      "name" : "AppKitNavigation",
      "path" : "Sources/AppKitNavigation",
      "product_memberships" : [
        "AppKitNavigation"
      ],
      "sources" : [
        "AppKitAnimation.swift",
        "Internal/Exports.swift",
        "SwiftUI/Representable.swift",
        "UIBinding.swift",
        "UITransaction.swift"
      ],
      "target_dependencies" : [
        "SwiftNavigation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/894] Fetching swift-concurrency-extras
[448/5507] Fetching swift-concurrency-extras, swift-case-paths
[467/9118] Fetching swift-concurrency-extras, swift-case-paths, swift-sharing
[1925/11084] Fetching swift-concurrency-extras, swift-case-paths, swift-sharing, swift-perception
[2247/16523] Fetching swift-concurrency-extras, swift-case-paths, swift-sharing, swift-perception, swift-custom-dump
[11140/22246] Fetching swift-concurrency-extras, swift-case-paths, swift-sharing, swift-perception, swift-custom-dump, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.36s)
[14299/21352] Fetching swift-case-paths, swift-sharing, swift-perception, swift-custom-dump, xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.50s)
Fetching https://github.com/apple/swift-collections
[13739/15913] Fetching swift-case-paths, swift-sharing, swift-perception, xctest-dynamic-overlay
[15857/18084] Fetching swift-case-paths, swift-sharing, swift-perception, xctest-dynamic-overlay, swift-docc-plugin
[17369/41430] Fetching swift-case-paths, swift-sharing, swift-perception, xctest-dynamic-overlay, swift-docc-plugin, swift-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (0.82s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.82s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.82s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.83s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
[1868/23346] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.60s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.8.0 (2.84s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2550] Fetching combine-schedulers
[27/9303] Fetching combine-schedulers, swift-dependencies
[5118/10845] Fetching combine-schedulers, swift-dependencies, swift-identified-collections
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.57s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.68s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.69s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.62s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (1.02s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.99s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.87s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.59s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.57s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.3 (1.07s)
Fetching https://github.com/swiftlang/swift-syntax
[1/74937] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (7.82s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.08s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (0.79s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.10 (0.62s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.79s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (0.68s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1317] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.38s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.99s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.12.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
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-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.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.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.10
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.8.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/69] Write sources
[38/69] Compiling UIKitNavigationShim shim.m
[39/69] Compiling _SwiftSyntaxCShims PlatformMutex.c
[40/69] Write swift-version-24593BA9C3E375BF.txt
[42/101] Emitting module SwiftSyntax509
[43/101] Emitting module SwiftSyntax603
[44/101] Compiling SwiftSyntax603 Empty.swift
[45/102] Compiling SwiftSyntax602 Empty.swift
[46/102] Emitting module SwiftSyntax602
[47/103] Compiling SwiftSyntax509 Empty.swift
[48/104] Emitting module SwiftSyntax510
[49/104] Compiling SwiftSyntax510 Empty.swift
[50/105] Emitting module SwiftSyntax601
[51/105] Compiling SwiftSyntax601 Empty.swift
[53/106] Emitting module SwiftSyntax600
[54/106] Compiling SwiftSyntax600 Empty.swift
[56/107] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[57/107] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[58/107] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/109] Compiling InternalCollectionsUtilities Debugging.swift
[62/109] Compiling InternalCollectionsUtilities Descriptions.swift
[63/109] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[64/109] Emitting module InternalCollectionsUtilities
[65/109] Compiling InternalCollectionsUtilities Integer rank.swift
[66/109] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/109] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/109] Compiling InternalCollectionsUtilities String+Padding.swift
[69/109] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/109] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[71/109] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/109] Compiling InternalCollectionsUtilities Span+Extras.swift
[73/109] Emitting module IssueReportingPackageSupport
[74/109] Compiling IssueReportingPackageSupport _Test.swift
[75/109] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/109] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/110] Wrapping AST for SwiftSyntax603 for debugging
[81/110] Wrapping AST for SwiftSyntax509 for debugging
[83/110] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/110] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[84/111] Wrapping AST for SwiftSyntax602 for debugging
[85/122] Wrapping AST for SwiftSyntax510 for debugging
[86/122] Wrapping AST for SwiftSyntax601 for debugging
[88/122] Wrapping AST for SwiftSyntax600 for debugging
[89/125] Wrapping AST for IssueReportingPackageSupport for debugging
[91/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[92/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[93/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[94/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[95/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[96/263] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[97/263] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[98/270] Compiling OrderedCollections OrderedDictionary.swift
[99/270] Compiling OrderedCollections OrderedSet+Codable.swift
[100/270] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[101/270] Compiling OrderedCollections OrderedSet+Descriptions.swift
[102/270] Compiling OrderedCollections OrderedSet+Diffing.swift
[103/270] Compiling OrderedCollections OrderedSet+Equatable.swift
[104/270] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[105/270] Compiling OrderedCollections OrderedSet+Hashable.swift
[106/270] Compiling OrderedCollections OrderedSet+Initializers.swift
[107/270] Compiling OrderedCollections OrderedSet+Insertions.swift
[108/270] Compiling OrderedCollections OrderedSet+Invariants.swift
[109/270] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[110/270] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[111/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[112/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[113/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[114/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[115/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[116/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[117/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[118/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[120/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[121/270] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[122/270] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[123/270] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[124/270] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[125/270] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[126/270] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[127/270] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[128/270] Compiling OrderedCollections OrderedDictionary+Values.swift
[129/270] Compiling OrderedCollections OrderedDictionary+Codable.swift
[130/270] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[131/270] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[132/270] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[133/270] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[134/270] Compiling OrderedCollections OrderedDictionary+Elements.swift
[135/270] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[136/270] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[137/270] Compiling OrderedCollections _HashTable+Bucket.swift
[138/270] Compiling OrderedCollections _HashTable+BucketIterator.swift
[139/270] Compiling OrderedCollections _HashTable+Constants.swift
[140/270] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[141/270] Compiling OrderedCollections _HashTable+Testing.swift
[142/270] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[143/270] Compiling OrderedCollections _HashTable.swift
[144/270] Compiling OrderedCollections _Hashtable+Header.swift
[145/270] Compiling OrderedCollections OrderedSet+Sendable.swift
[146/270] Compiling OrderedCollections OrderedSet+SubSequence.swift
[147/270] Compiling OrderedCollections OrderedSet+Testing.swift
[148/270] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[149/270] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[150/270] Compiling OrderedCollections OrderedSet.swift
[151/270] Compiling OrderedCollections _UnsafeBitset.swift
[152/270] Emitting module OrderedCollections
[154/271] Compiling ConcurrencyExtras MainSerialExecutor.swift
[155/272] Emitting module ConcurrencyExtras
[156/272] Emitting module IssueReportingTestSupport
[157/272] Compiling ConcurrencyExtras UncheckedSendable.swift
[162/274] Emitting module IssueReporting
[163/274] Compiling IssueReporting WithExpectedIssue.swift
[164/274] Compiling IssueReporting WithIssueContext.swift
[165/274] Compiling IssueReportingTestSupport SwiftTesting.swift
[166/274] Compiling IssueReportingTestSupport XCTest.swift
[172/275] Compiling ConcurrencyExtras LockIsolated.swift
[173/275] Compiling ConcurrencyExtras Result.swift
[174/275] Compiling ConcurrencyExtras Task.swift
[193/277] Wrapping AST for IssueReportingTestSupport for debugging
[194/277] Write Objects.LinkFileList
[196/295] Compiling XCTestDynamicOverlay Exports.swift
[196/295] Linking libIssueReportingTestSupport.so
[198/295] Emitting module XCTestDynamicOverlay
[199/295] Compiling XCTestDynamicOverlay Deprecations.swift
[201/334] Compiling CasePathsCore KeyPath+Sendable.swift
[202/335] Compiling CustomDump CoreImage.swift
[203/335] Compiling CustomDump CoreLocation.swift
[204/335] Emitting module CasePathsCore
[205/335] Compiling CasePathsCore Never+CasePathable.swift
[206/335] Compiling CasePathsCore UncheckedSendable.swift
[207/335] Compiling CasePathsCore Optional+CasePathable.swift
[208/335] Compiling CasePathsCore TypeName.swift
[209/335] Compiling CustomDump Identifiable.swift
[210/335] Compiling CustomDump Mirror.swift
[211/335] Compiling CustomDump String.swift
[212/338] Compiling CasePathsCore Result+CasePathable.swift
[215/338] Compiling CustomDump CoreMotion.swift
[216/338] Compiling CustomDump Foundation.swift
[219/339] Compiling CustomDump ExpectDifference.swift
[220/339] Compiling CustomDump ExpectNoDifference.swift
[221/339] Compiling CustomDump AnyType.swift
[222/339] Compiling CustomDump CollectionDifference.swift
[224/339] Emitting module CustomDump
[225/339] Compiling CustomDump Unordered.swift
[226/339] Compiling CustomDump XCTAssertDifference.swift
[227/339] Compiling CustomDump XCTAssertNoDifference.swift
[228/339] Compiling CustomDump GameKit.swift
[229/339] Compiling CustomDump KeyPath.swift
[230/339] Compiling CustomDump Photos.swift
[231/339] Compiling CustomDump Speech.swift
[232/339] Compiling CustomDump UniformTypeIdentifiers.swift
[233/339] Compiling CustomDump UserNotifications.swift
[234/339] Compiling CustomDump UserNotificationsUI.swift
[235/339] Compiling CustomDump CustomDumpReflectable.swift
[236/339] Compiling CustomDump CustomDumpRepresentable.swift
[237/339] Compiling CustomDump CustomDumpStringConvertible.swift
[238/339] Compiling CustomDump Diff.swift
[239/339] Compiling CustomDump Dump.swift
[240/339] Compiling CustomDump StoreKit.swift
[241/339] Compiling CustomDump Swift.swift
[242/339] Compiling CustomDump SwiftUI.swift
[243/339] Compiling CustomDump UIKit.swift
[253/341] Emitting module PerceptionCore
[258/341] Compiling PerceptionCore _PerceptionRegistrar.swift
[262/342] Emitting module SwiftSyntax
[270/350] Compiling SwiftSyntax SyntaxNodesAB.swift
[325/350] Compiling SwiftSyntax SyntaxNodesC.swift
[326/350] Compiling SwiftSyntax SyntaxNodesD.swift
[327/350] Compiling SwiftSyntax SyntaxNodesEF.swift
[328/350] Compiling SwiftSyntax SyntaxNodesGHI.swift
[329/350] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[330/350] Compiling SwiftSyntax SyntaxNodesOP.swift
[331/350] Compiling SwiftSyntax SyntaxNodesQRS.swift
[332/350] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[333/352] Wrapping AST for SwiftSyntax for debugging
[335/410] Compiling SwiftParser Attributes.swift
[336/410] Compiling SwiftParser Availability.swift
[337/411] Compiling SwiftDiagnostics Message.swift
[338/411] Emitting module SwiftDiagnostics
[339/411] Compiling SwiftDiagnostics FixIt.swift
[340/411] Compiling SwiftDiagnostics Note.swift
[341/411] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[342/411] Compiling SwiftBasicFormat Syntax+Extensions.swift
[343/411] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[344/411] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[345/411] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[346/411] Compiling SwiftParser CharacterInfo.swift
[347/411] Compiling SwiftParser CollectionNodes+Parsable.swift
[348/411] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[349/412] Compiling SwiftBasicFormat Indenter.swift
[350/412] Compiling SwiftBasicFormat InferIndentation.swift
[351/412] Wrapping AST for SwiftDiagnostics for debugging
[353/412] Compiling SwiftBasicFormat BasicFormat.swift
[354/412] Emitting module SwiftBasicFormat
[355/413] Wrapping AST for SwiftBasicFormat for debugging
[357/413] Compiling SwiftParser LoopProgressCondition.swift
[358/413] Compiling SwiftParser Modifiers.swift
[359/413] Compiling SwiftParser Names.swift
[360/413] Compiling SwiftParser Nominals.swift
[361/413] Compiling SwiftParser Parameters.swift
[362/413] Compiling SwiftParser ParseSourceFile.swift
[363/418] Emitting module SwiftParser
[364/418] Compiling SwiftParser Lexeme.swift
[365/418] Compiling SwiftParser LexemeSequence.swift
[366/418] Compiling SwiftParser Lexer.swift
[367/418] Compiling SwiftParser RegexLiteralLexer.swift
[368/418] Compiling SwiftParser UnicodeScalarExtensions.swift
[369/418] Compiling SwiftParser Lookahead.swift
[370/418] Compiling SwiftParser StringLiterals.swift
[371/418] Compiling SwiftParser SwiftParserCompatibility.swift
[372/418] Compiling SwiftParser SwiftVersion.swift
[373/418] Compiling SwiftParser SyntaxUtils.swift
[374/418] Compiling SwiftParser TokenConsumer.swift
[375/418] Compiling SwiftParser TokenPrecedence.swift
[376/418] Compiling SwiftParser TokenSpec.swift
[377/418] Compiling SwiftParser TokenSpecSet.swift
[378/418] Compiling SwiftParser TopLevel.swift
[379/418] Compiling SwiftParser TriviaParser.swift
[380/418] Compiling SwiftParser Types.swift
[381/418] Compiling SwiftParser Parser.swift
[382/418] Compiling SwiftParser Patterns.swift
[383/418] Compiling SwiftParser Recovery.swift
[384/418] Compiling SwiftParser Specifiers.swift
[385/418] Compiling SwiftParser Statements.swift
[386/418] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[391/418] Compiling SwiftParser CompilerFiles.swift
[392/418] Compiling SwiftParser Declarations.swift
[393/418] Compiling SwiftParser Directives.swift
[394/418] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[395/418] Compiling SwiftParser Expressions.swift
[396/418] Compiling SwiftParser IncrementalParseTransition.swift
[397/418] Compiling SwiftParser IsValidIdentifier.swift
[398/418] Compiling SwiftParser Cursor.swift
[399/418] Compiling SwiftParser ExperimentalFeatures.swift
[400/418] Compiling SwiftParser IsLexerClassified.swift
[401/418] Compiling SwiftParser LayoutNodes+Parsable.swift
[402/418] Compiling SwiftParser Parser+TokenSpecSet.swift
[403/418] Compiling SwiftParser TokenSpecStaticMembers.swift
[404/419] Wrapping AST for SwiftParser for debugging
[406/442] Compiling SwiftOperators PrecedenceGroup.swift
[407/443] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[408/444] Compiling SwiftParserDiagnostics MissingNodesError.swift
[409/444] Compiling SwiftParserDiagnostics MissingTokenError.swift
[410/444] Compiling SwiftOperators PrecedenceGraph.swift
[411/444] Compiling SwiftOperators OperatorTable.swift
[412/444] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[413/444] Compiling SwiftOperators SyntaxSynthesis.swift
[414/444] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[415/444] Compiling SwiftParserDiagnostics Utils.swift
[416/444] Compiling SwiftOperators OperatorTable+Semantics.swift
[417/444] Compiling SwiftOperators OperatorTable+Folding.swift
[418/444] Emitting module SwiftOperators
[419/444] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[420/444] Compiling SwiftParserDiagnostics PresenceUtils.swift
[422/445] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[423/445] Emitting module SwiftParserDiagnostics
[423/445] Wrapping AST for SwiftOperators for debugging
[427/445] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[428/445] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[431/445] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[432/445] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[433/446] Wrapping AST for SwiftParserDiagnostics for debugging
[435/461] Emitting module SwiftSyntaxBuilder
[436/462] Compiling SwiftSyntaxBuilder Indenter.swift
[437/462] Compiling SwiftSyntaxBuilder ListBuilder.swift
[438/462] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[439/462] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[440/462] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[441/462] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[442/462] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[443/462] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[444/462] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[445/462] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[446/462] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[447/462] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[448/462] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[449/462] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[450/462] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[451/463] Wrapping AST for SwiftSyntaxBuilder for debugging
[453/478] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[454/478] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[455/479] Compiling SwiftIfConfig IfConfigFunctions.swift
[456/479] Compiling SwiftIfConfig IfConfigRegionState.swift
[457/479] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[458/479] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[459/479] Compiling SwiftIfConfig VersionTuple.swift
[460/479] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[461/479] Compiling SwiftIfConfig IfConfigEvaluation.swift
[462/479] Compiling SwiftIfConfig ConfiguredRegions.swift
[463/479] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[464/479] Emitting module SwiftIfConfig
[465/479] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[466/479] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[467/479] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[468/479] Compiling SwiftIfConfig BuildConfiguration.swift
[469/480] Wrapping AST for SwiftIfConfig for debugging
[471/497] Compiling SwiftSyntaxMacros AccessorMacro.swift
[472/497] Compiling SwiftSyntaxMacros AttachedMacro.swift
[473/497] Compiling SwiftSyntaxMacros BodyMacro.swift
[474/499] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[475/499] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[476/499] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[477/499] Compiling SwiftSyntaxMacros Macro+Format.swift
[478/499] Compiling SwiftSyntaxMacros MemberMacro.swift
[479/499] Compiling SwiftSyntaxMacros PeerMacro.swift
[480/499] Compiling SwiftSyntaxMacros Macro.swift
[481/499] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[482/499] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[483/499] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[484/499] Emitting module SwiftSyntaxMacros
[485/499] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[486/499] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[487/499] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[488/499] Compiling SwiftSyntaxMacros PreambleMacro.swift
[489/499] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[490/500] Wrapping AST for SwiftSyntaxMacros for debugging
[492/509] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[493/510] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[494/510] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[495/510] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[496/510] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[497/510] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[498/510] Emitting module SwiftSyntaxMacroExpansion
[499/510] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[500/510] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[501/510] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[502/511] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[504/523] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[505/523] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[506/523] Emitting module SwiftCompilerPluginMessageHandling
[507/524] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[508/524] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[509/524] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[510/524] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[511/524] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[512/524] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[513/524] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[514/524] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[515/524] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[516/524] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[517/525] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[519/527] Emitting module SwiftCompilerPlugin
[520/527] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[521/528] Wrapping AST for SwiftCompilerPlugin for debugging
[523/536] Compiling PerceptionMacros Plugins.swift
[524/536] Emitting module PerceptionMacros
[525/536] Compiling PerceptionMacros Availability.swift
[526/536] Compiling PerceptionMacros Extensions.swift
[527/536] Compiling PerceptionMacros PerceptibleMacro.swift
[529/537] Compiling CasePathsMacros Plugin.swift
[530/537] Emitting module CasePathsMacros
[531/537] Compiling CasePathsMacros CasePathableMacro.swift
[532/538] Wrapping AST for PerceptionMacros for debugging
[533/538] Write Objects.LinkFileList
[534/538] Wrapping AST for CasePathsMacros for debugging
[535/538] Write Objects.LinkFileList
[536/538] Linking PerceptionMacros-tool
[537/538] Linking CasePathsMacros-tool
[539/548] Compiling Perception Exports.swift
[540/548] Compiling Perception Macros.swift
[541/548] Emitting module Perception
[542/549] Compiling CasePaths LockIsolated.swift
[544/549] Compiling CasePaths XCTestSupport.swift
[545/549] Compiling CasePaths Macros.swift
[546/549] Compiling CasePaths Deprecations.swift
[547/549] Compiling CasePaths Exports.swift
[548/549] Emitting module CasePaths
[549/549] Compiling CasePaths EnumReflection.swift
[551/571] Compiling SwiftNavigation AlertState.swift
[552/571] Compiling SwiftNavigation Bind.swift
[553/571] Compiling SwiftNavigation Binding.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[554/573] Emitting module SwiftNavigation
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
[555/573] Compiling SwiftNavigation ErrorMechanism.swift
[556/573] Compiling SwiftNavigation Exports.swift
[557/573] Compiling SwiftNavigation HashableStaticString.swift
[558/573] Compiling SwiftNavigation Observe.swift
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
[559/573] Compiling SwiftNavigation UIBinding+Sharing.swift
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
[560/573] Compiling SwiftNavigation TextState.swift
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
[561/573] Compiling SwiftNavigation UINavigationPath.swift
[562/573] Compiling SwiftNavigation UITransaction.swift
[563/573] Compiling SwiftNavigation ButtonState.swift
[564/573] Compiling SwiftNavigation ButtonStateBuilder.swift
[565/573] Compiling SwiftNavigation ConfirmationDialogState.swift
[566/573] Compiling SwiftNavigation KeyPath+Sendable.swift
[567/573] Compiling SwiftNavigation ToOptionalUnit.swift
[568/573] Compiling SwiftNavigation NSObject+Observe.swift
[569/573] Compiling SwiftNavigation HashableObject.swift
[570/573] Compiling SwiftNavigation AssumeIsolated.swift
[571/573] Compiling SwiftNavigation Deprecations.swift
[572/573] Compiling SwiftNavigation UIBindable.swift
[573/573] Compiling SwiftNavigation UIBinding.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/31] Write swift-version-24593BA9C3E375BF.txt
[4/63] Compiling SwiftSyntax509 Empty.swift
[5/63] Compiling SwiftSyntax600 Empty.swift
[6/63] Compiling SwiftSyntax603 Empty.swift
[7/63] Emitting module SwiftSyntax600
[8/64] Emitting module SwiftSyntax603
[9/65] Compiling SwiftSyntax510 Empty.swift
[10/65] Emitting module SwiftSyntax510
[11/66] Compiling SwiftSyntax601 Empty.swift
[12/66] Emitting module SwiftSyntax601
[13/66] Emitting module SwiftSyntax509
[14/68] Emitting module SwiftSyntax602
[15/68] Compiling SwiftSyntax602 Empty.swift
[16/69] Compiling IssueReportingPackageSupport _Test.swift
[17/69] Emitting module IssueReportingPackageSupport
[25/63] Compiling InternalCollectionsUtilities Integer rank.swift
[26/63] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/63] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/97] Compiling IssueReporting DefaultReporter.swift
[29/97] Compiling IssueReporting FatalErrorReporter.swift
[30/97] Compiling IssueReporting Unimplemented.swift
[31/97] Compiling IssueReporting BreakpointReporter.swift
[32/99] Compiling IssueReporting IssueSeverity.swift
[33/99] Compiling IssueReporting ReportIssue.swift
[34/99] Compiling IssueReporting UncheckedSendable.swift
[35/99] Compiling IssueReporting Warn.swift
[36/100] Compiling IssueReportingTestSupport XCTest.swift
[37/100] Emitting module IssueReportingTestSupport
[38/100] Compiling ConcurrencyExtras LockIsolated.swift
[39/100] Compiling IssueReporting Deprecations.swift
[40/100] Compiling IssueReporting SwiftTesting.swift
[41/100] Compiling ConcurrencyExtras Result.swift
[42/100] Compiling ConcurrencyExtras MainSerialExecutor.swift
[43/100] Compiling ConcurrencyExtras Task.swift
[44/100] Emitting module InternalCollectionsUtilities
[45/100] Compiling IssueReportingTestSupport SwiftTesting.swift
[46/164] Emitting module ConcurrencyExtras
[47/164] Compiling SwiftSyntax AbsolutePosition.swift
[48/164] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[49/164] Compiling ConcurrencyExtras UncheckedSendable.swift
[50/164] Compiling SwiftSyntax Identifier.swift
[51/164] Compiling SwiftSyntax MemoryLayout.swift
[52/164] Compiling SwiftSyntax MissingNodeInitializers.swift
[53/164] Compiling SwiftSyntax SourceEdit.swift
[54/164] Compiling SwiftSyntax SyntaxNodeStructure.swift
[55/164] Compiling SwiftSyntax RawSyntax.swift
[56/164] Compiling SwiftSyntax RawSyntaxArena.swift
[59/167] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[60/167] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[61/167] Compiling SwiftSyntax RawSyntaxTokenView.swift
[61/166] Write Objects.LinkFileList
[63/166] Compiling SwiftSyntax Convenience.swift
[64/166] Compiling SwiftSyntax CustomTraits.swift
[65/166] Compiling SwiftSyntax EditorPlaceholder.swift
[68/166] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[69/166] Emitting module IssueReporting
[70/166] Compiling SwiftSyntax Assert.swift
[71/166] Compiling SwiftSyntax BumpPtrAllocator.swift
[72/166] Compiling SwiftSyntax CommonAncestor.swift
[83/167] Compiling IssueReporting WithExpectedIssue.swift
[84/167] Compiling IssueReporting WithIssueContext.swift
[86/183] Linking libIssueReportingTestSupport.so
[88/186] Compiling PerceptionCore Bindable.swift
[89/186] Compiling PerceptionCore Environment.swift
[90/186] Compiling PerceptionCore WithPerceptionTracking.swift
[91/186] Compiling PerceptionCore ThreadLocal.swift
[92/187] Compiling PerceptionCore Locals.swift
[93/187] Compiling PerceptionCore ObservationBeta.swift
[94/187] Compiling PerceptionCore Deprecations.swift
[95/187] Compiling PerceptionCore Exports.swift
[96/242] Emitting module PerceptionCore
[97/242] Compiling XCTestDynamicOverlay Exports.swift
[98/242] Compiling OrderedCollections _HashTable+Testing.swift
[99/242] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[100/242] Emitting module XCTestDynamicOverlay
[101/242] Compiling XCTestDynamicOverlay Deprecations.swift
[103/243] Compiling PerceptionCore _PerceptionRegistrar.swift
[104/243] Compiling OrderedCollections _HashTable.swift
[105/243] Compiling OrderedCollections _Hashtable+Header.swift
[106/243] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[107/243] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[109/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[110/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[111/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[112/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[113/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[114/282] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[115/282] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[116/289] Compiling CasePathsCore KeyPath+Sendable.swift
[117/290] Compiling CasePathsCore TypeName.swift
[118/290] Compiling CasePathsCore UncheckedSendable.swift
[119/290] Emitting module OrderedCollections
[120/290] Compiling CasePathsCore Never+CasePathable.swift
[121/290] Compiling CasePathsCore Optional+CasePathable.swift
[122/290] Compiling CasePathsCore Result+CasePathable.swift
[123/290] Compiling CasePathsCore AnyCasePath.swift
[124/290] Compiling CasePathsCore CasePathIterable.swift
[125/290] Compiling CasePathsCore CasePathReflectable.swift
[126/290] Compiling CasePathsCore CasePathable.swift
[127/290] Emitting module CustomDump
[128/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[129/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[130/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[131/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[132/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[133/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[134/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[135/293] Compiling CustomDump ExpectDifference.swift
[136/293] Compiling CustomDump ExpectNoDifference.swift
[137/293] Compiling CustomDump AnyType.swift
[138/293] Compiling CustomDump CollectionDifference.swift
[139/293] Compiling CustomDump Identifiable.swift
[140/293] Compiling CustomDump Mirror.swift
[141/293] Compiling CustomDump String.swift
[142/293] Compiling CustomDump StoreKit.swift
[143/293] Compiling CustomDump Swift.swift
[144/293] Compiling CustomDump SwiftUI.swift
[145/293] Compiling CustomDump UIKit.swift
[146/293] Compiling CustomDump UniformTypeIdentifiers.swift
[147/293] Compiling CustomDump UserNotifications.swift
[148/293] Compiling CustomDump UserNotificationsUI.swift
[149/293] Compiling CustomDump CustomDumpReflectable.swift
[150/293] Compiling CustomDump CustomDumpRepresentable.swift
[151/293] Compiling CustomDump CustomDumpStringConvertible.swift
[152/293] Compiling CustomDump Diff.swift
[153/293] Compiling CustomDump Dump.swift
[164/293] Emitting module CasePathsCore
[167/293] Compiling CustomDump GameKit.swift
[168/293] Compiling CustomDump KeyPath.swift
[169/293] Compiling CustomDump Photos.swift
[170/293] Compiling CustomDump Speech.swift
[172/294] Compiling OrderedCollections OrderedDictionary.swift
[173/294] Compiling OrderedCollections OrderedSet+Codable.swift
[174/294] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[175/294] Compiling OrderedCollections OrderedSet+Descriptions.swift
[176/294] Compiling OrderedCollections OrderedSet+Diffing.swift
[177/294] Compiling OrderedCollections OrderedSet+Equatable.swift
[178/294] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[179/294] Compiling OrderedCollections OrderedSet+Hashable.swift
[183/294] Compiling CustomDump Unordered.swift
[184/294] Compiling CustomDump XCTAssertDifference.swift
[185/294] Compiling CustomDump XCTAssertNoDifference.swift
[186/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[187/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[208/295] Compiling OrderedCollections OrderedSet+Sendable.swift
[209/295] Compiling OrderedCollections OrderedSet+SubSequence.swift
[210/295] Compiling OrderedCollections OrderedSet+Testing.swift
[211/295] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[212/295] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[213/295] Compiling OrderedCollections OrderedSet.swift
[214/295] Compiling OrderedCollections _UnsafeBitset.swift
[234/304] Emitting module SwiftSyntax
[278/304] Compiling SwiftSyntax SyntaxKind.swift
[279/304] Compiling SwiftSyntax SyntaxNodesC.swift
[280/304] Compiling SwiftSyntax SyntaxNodesD.swift
[281/304] Compiling SwiftSyntax SyntaxNodesEF.swift
[282/304] Compiling SwiftSyntax SyntaxNodesGHI.swift
[283/304] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[284/304] Compiling SwiftSyntax SyntaxNodesOP.swift
[285/304] Compiling SwiftSyntax SyntaxNodesQRS.swift
[286/304] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[288/347] Compiling SwiftDiagnostics Message.swift
[289/364] Emitting module SwiftDiagnostics
[290/364] Compiling SwiftBasicFormat Syntax+Extensions.swift
[291/364] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[292/364] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[293/364] Compiling SwiftDiagnostics Note.swift
[294/364] Compiling SwiftBasicFormat InferIndentation.swift
[295/364] Emitting module SwiftBasicFormat
[296/364] Compiling SwiftBasicFormat Indenter.swift
[297/364] Compiling SwiftParser Attributes.swift
[298/364] Compiling SwiftParser Availability.swift
[299/364] Compiling SwiftDiagnostics FixIt.swift
[300/364] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[301/364] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[302/364] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[303/364] Compiling SwiftParser CharacterInfo.swift
[304/364] Compiling SwiftParser CollectionNodes+Parsable.swift
[306/364] Compiling SwiftBasicFormat BasicFormat.swift
[308/364] Compiling SwiftParser StringLiterals.swift
[309/364] Compiling SwiftParser SwiftParserCompatibility.swift
[310/364] Compiling SwiftParser SwiftVersion.swift
[311/364] Compiling SwiftParser SyntaxUtils.swift
[312/364] Compiling SwiftParser TokenConsumer.swift
[313/364] Compiling SwiftParser TokenPrecedence.swift
[314/369] Emitting module SwiftParser
[315/369] Compiling SwiftParser LoopProgressCondition.swift
[316/369] Compiling SwiftParser Modifiers.swift
[317/369] Compiling SwiftParser Names.swift
[318/369] Compiling SwiftParser Nominals.swift
[319/369] Compiling SwiftParser Parameters.swift
[320/369] Compiling SwiftParser ParseSourceFile.swift
[321/369] Compiling SwiftParser Lexeme.swift
[322/369] Compiling SwiftParser LexemeSequence.swift
[323/369] Compiling SwiftParser Lexer.swift
[324/369] Compiling SwiftParser RegexLiteralLexer.swift
[325/369] Compiling SwiftParser UnicodeScalarExtensions.swift
[326/369] Compiling SwiftParser Lookahead.swift
[327/369] Compiling SwiftParser Parser.swift
[328/369] Compiling SwiftParser Patterns.swift
[329/369] Compiling SwiftParser Recovery.swift
[330/369] Compiling SwiftParser Specifiers.swift
[331/369] Compiling SwiftParser Statements.swift
[332/369] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[333/369] Compiling SwiftParser TokenSpec.swift
[334/369] Compiling SwiftParser TokenSpecSet.swift
[335/369] Compiling SwiftParser TopLevel.swift
[336/369] Compiling SwiftParser TriviaParser.swift
[337/369] Compiling SwiftParser Types.swift
[338/369] Compiling SwiftParser ExperimentalFeatures.swift
[339/369] Compiling SwiftParser IsLexerClassified.swift
[340/369] Compiling SwiftParser LayoutNodes+Parsable.swift
[341/369] Compiling SwiftParser Parser+TokenSpecSet.swift
[342/369] Compiling SwiftParser TokenSpecStaticMembers.swift
[347/369] Compiling SwiftParser CompilerFiles.swift
[348/369] Compiling SwiftParser Declarations.swift
[349/369] Compiling SwiftParser Directives.swift
[350/369] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[351/369] Compiling SwiftParser Expressions.swift
[352/369] Compiling SwiftParser IncrementalParseTransition.swift
[353/369] Compiling SwiftParser IsValidIdentifier.swift
[354/369] Compiling SwiftParser Cursor.swift
[356/392] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[357/392] Compiling SwiftOperators PrecedenceGraph.swift
[358/392] Compiling SwiftOperators PrecedenceGroup.swift
[359/394] Compiling SwiftOperators OperatorTable.swift
[360/394] Compiling SwiftOperators OperatorTable+Folding.swift
[361/394] Compiling SwiftOperators OperatorTable+Semantics.swift
[362/394] Compiling SwiftParserDiagnostics MissingNodesError.swift
[363/394] Compiling SwiftParserDiagnostics MissingTokenError.swift
[364/394] Compiling SwiftOperators OperatorError.swift
[365/394] Compiling SwiftOperators OperatorTable+Defaults.swift
[366/394] Emitting module SwiftOperators
[367/394] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[368/394] Compiling SwiftOperators SyntaxSynthesis.swift
[370/395] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[371/395] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[372/395] Compiling SwiftParserDiagnostics Utils.swift
[373/394] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[374/394] Compiling SwiftParserDiagnostics PresenceUtils.swift
[379/394] Emitting module SwiftParserDiagnostics
[380/394] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[381/394] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[383/409] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[384/409] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[385/409] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[386/409] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[387/410] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[388/410] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[389/410] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[390/410] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[391/410] Compiling SwiftSyntaxBuilder Indenter.swift
[392/410] Compiling SwiftSyntaxBuilder ListBuilder.swift
[393/410] Emitting module SwiftSyntaxBuilder
[394/410] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[395/410] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[396/410] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[397/410] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[398/410] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[400/425] Compiling SwiftIfConfig IfConfigFunctions.swift
[401/425] Compiling SwiftIfConfig IfConfigRegionState.swift
[402/426] Compiling SwiftIfConfig VersionTuple.swift
[403/426] Compiling SwiftIfConfig ConfiguredRegions.swift
[404/426] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[405/426] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[406/426] Compiling SwiftIfConfig IfConfigEvaluation.swift
[407/426] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[408/426] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[409/426] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[410/426] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[411/426] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[412/426] Compiling SwiftIfConfig BuildConfiguration.swift
[413/426] Emitting module SwiftIfConfig
[414/426] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[415/426] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[417/443] Compiling SwiftSyntaxMacros MemberMacro.swift
[418/443] Compiling SwiftSyntaxMacros PeerMacro.swift
[419/443] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[420/443] Compiling SwiftSyntaxMacros Macro+Format.swift
[421/443] Compiling SwiftSyntaxMacros Macro.swift
[422/443] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[423/443] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[424/443] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[425/443] Compiling SwiftSyntaxMacros AccessorMacro.swift
[426/443] Compiling SwiftSyntaxMacros AttachedMacro.swift
[427/443] Compiling SwiftSyntaxMacros BodyMacro.swift
[428/443] Emitting module SwiftSyntaxMacros
[429/443] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[430/443] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[431/445] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[432/445] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[433/445] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[434/445] Compiling SwiftSyntaxMacros PreambleMacro.swift
[435/445] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[437/454] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[438/455] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[439/455] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[440/455] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[441/455] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[442/455] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[443/455] Emitting module SwiftSyntaxMacroExpansion
[444/455] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[445/455] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[446/455] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[448/467] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[449/468] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[450/468] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[451/468] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[452/468] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[453/468] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[454/468] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[455/468] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[456/468] Emitting module SwiftCompilerPluginMessageHandling
[457/468] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[458/468] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[459/468] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[460/468] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[462/470] Emitting module SwiftCompilerPlugin
[463/470] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[465/478] Compiling PerceptionMacros Plugins.swift
[466/478] Compiling CasePathsMacros Plugin.swift
[467/478] Compiling PerceptionMacros Availability.swift
[468/478] Emitting module PerceptionMacros
[469/478] Compiling PerceptionMacros Extensions.swift
[470/478] Compiling PerceptionMacros PerceptibleMacro.swift
[471/478] Write Objects.LinkFileList
[473/478] Emitting module CasePathsMacros
[474/478] Compiling CasePathsMacros CasePathableMacro.swift
[475/478] Write Objects.LinkFileList
[476/478] Linking PerceptionMacros-tool
[477/478] Linking CasePathsMacros-tool
[479/481] Compiling Perception Exports.swift
[480/481] Compiling Perception Macros.swift
[481/481] Emitting module Perception
[483/489] Compiling CasePaths Exports.swift
[484/489] Compiling CasePaths Macros.swift
[485/489] Compiling CasePaths LockIsolated.swift
[486/489] Compiling CasePaths XCTestSupport.swift
[487/489] Compiling CasePaths EnumReflection.swift
[488/489] Emitting module CasePaths
[489/489] Compiling CasePaths Deprecations.swift
[491/511] Compiling SwiftNavigation HashableObject.swift
[492/511] Compiling SwiftNavigation AssumeIsolated.swift
[493/511] Compiling SwiftNavigation Deprecations.swift
[494/513] Compiling SwiftNavigation AlertState.swift
[495/513] Compiling SwiftNavigation Bind.swift
[496/513] Compiling SwiftNavigation Binding.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[497/513] Emitting module SwiftNavigation
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
[498/513] Compiling SwiftNavigation ErrorMechanism.swift
[499/513] Compiling SwiftNavigation Exports.swift
[500/513] Compiling SwiftNavigation HashableStaticString.swift
[501/513] Compiling SwiftNavigation ButtonState.swift
[502/513] Compiling SwiftNavigation ButtonStateBuilder.swift
[503/513] Compiling SwiftNavigation ConfirmationDialogState.swift
[504/513] Compiling SwiftNavigation UINavigationPath.swift
[505/513] Compiling SwiftNavigation UITransaction.swift
[506/513] Compiling SwiftNavigation KeyPath+Sendable.swift
[507/513] Compiling SwiftNavigation ToOptionalUnit.swift
[508/513] Compiling SwiftNavigation NSObject+Observe.swift
[509/513] Compiling SwiftNavigation UIBindable.swift
[510/513] Compiling SwiftNavigation UIBinding.swift
[511/513] Compiling SwiftNavigation Observe.swift
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
[512/513] Compiling SwiftNavigation UIBinding+Sharing.swift
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
[513/513] Compiling SwiftNavigation TextState.swift
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:213:20: error: cannot find type 'LocalizedStringResource' in scope
211 |
212 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
213 |   init(_ resource: LocalizedStringResource) {
    |                    `- error: cannot find type 'LocalizedStringResource' in scope
214 |     self.value = resource
215 |   }
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:217:20: error: cannot find type 'Text' in scope
215 |   }
216 |
217 |   func asText() -> Text {
    |                    `- error: cannot find type 'Text' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:274:17: error: cannot find type 'LocalizedStringResource' in scope
272 |   @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
273 |   public init(
274 |     _ resource: LocalizedStringResource
    |                 `- error: cannot find type 'LocalizedStringResource' in scope
275 |   ) {
276 |     self.storage = .localizedStringResource(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:220:32: error: cannot find type 'LocalizedStringResource' in scope
218 |     guard
219 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
220 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
221 |     else {
222 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:233:32: error: cannot find type 'LocalizedStringResource' in scope
231 |     guard
232 |       #available(iOS 16, macOS 13, tvOS 16, watchOS 9, *),
233 |       let resource = value as? LocalizedStringResource
    |                                `- error: cannot find type 'LocalizedStringResource' in scope
234 |     else {
235 |       preconditionFailure(
/host/spi-builder-workspace/Sources/SwiftNavigation/TextState.swift:240:12: error: no exact matches in call to initializer
238 |     }
239 |
240 |     return String(localized: resource)
    |            `- error: no exact matches in call to initializer
241 |   }
242 | }
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ c: Character)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ scalar: Unicode.Scalar)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift 4.0)
3 |   @inlinable public init(_ utf16: String.UTF16View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:3:21: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
3 |   @inlinable public init(_ utf8: String.UTF8View)}
  |                     `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @inlinable public init(_ substring: __shared Substring)}
  |                   `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ content: Substring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigString.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
_FoundationCollections.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ big: BigSubstring.UnicodeScalarView)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
FoundationEssentials.String.init:3:10: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 |   public init(_ characters: Slice<AttributedString.CharacterView>)}
  |          `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 |
Foundation.String.init:2:8: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | struct String {
2 | public init(_ cocoaString: NSString)}
  |        `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 |
BUILD FAILURE 6.1 android