The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-case-paths
[1/894] Fetching swift-concurrency-extras
[895/4505] Fetching swift-concurrency-extras, swift-sharing
[1618/9118] Fetching swift-concurrency-extras, swift-sharing, swift-case-paths
[3811/11084] Fetching swift-concurrency-extras, swift-sharing, swift-case-paths, swift-perception
[5141/16523] Fetching swift-concurrency-extras, swift-sharing, swift-case-paths, swift-perception, swift-custom-dump
[10587/22246] Fetching swift-concurrency-extras, swift-sharing, swift-case-paths, swift-perception, swift-custom-dump, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (0.49s)
[13962/20280] Fetching swift-concurrency-extras, swift-sharing, swift-case-paths, swift-custom-dump, xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.56s)
[13121/16669] Fetching swift-concurrency-extras, swift-case-paths, swift-custom-dump, xctest-dynamic-overlay
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.73s)
[9170/11230] Fetching swift-concurrency-extras, swift-case-paths, xctest-dynamic-overlay
[11231/13401] Fetching swift-concurrency-extras, swift-case-paths, xctest-dynamic-overlay, swift-docc-plugin
[11492/36747] Fetching swift-concurrency-extras, swift-case-paths, xctest-dynamic-overlay, swift-docc-plugin, swift-collections
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.04s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (1.04s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.05s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.57s)
[1868/23346] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.96s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.8.0 (3.54s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/combine-schedulers
[1/6753] Fetching swift-dependencies
[3108/8295] Fetching swift-dependencies, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.78s)
[1/2550] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.03s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.03s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (2.00s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.97s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.61s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.61s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.33s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.54s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.3 (1.03s)
Fetching https://github.com/swiftlang/swift-syntax
[1/74937] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.09s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (7.67s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.59s)
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.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.15s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (0.82s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.10 (0.63s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.85s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (0.73s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1317] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.37s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.06s)
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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
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/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.8.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/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.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-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/69] Write sources
[38/69] Compiling _SwiftSyntaxCShims PlatformMutex.c
[39/69] Compiling UIKitNavigationShim shim.m
[39/69] Write swift-version-24593BA9C3E375BF.txt
[42/101] Emitting module InternalCollectionsUtilities
[43/103] Emitting module IssueReportingPackageSupport
[44/103] Compiling IssueReportingPackageSupport _Test.swift
[45/104] Emitting module SwiftSyntax603
[46/104] Compiling SwiftSyntax603 Empty.swift
[47/105] Emitting module SwiftSyntax510
[48/105] Compiling SwiftSyntax510 Empty.swift
[49/106] Compiling InternalCollectionsUtilities _SortedCollection.swift
[50/106] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/106] Emitting module SwiftSyntax601
[53/106] Compiling SwiftSyntax601 Empty.swift
[54/106] Emitting module SwiftSyntax602
[55/106] Compiling SwiftSyntax600 Empty.swift
[56/106] Emitting module SwiftSyntax600
[57/106] Compiling SwiftSyntax602 Empty.swift
[59/109] Emitting module SwiftSyntax509
[60/109] Compiling SwiftSyntax509 Empty.swift
[61/110] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/110] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/110] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[64/110] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[65/110] Compiling InternalCollectionsUtilities String+Padding.swift
[66/110] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/110] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/110] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/110] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[70/110] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[71/110] Compiling InternalCollectionsUtilities Span+Extras.swift
[72/110] Compiling InternalCollectionsUtilities Debugging.swift
[73/110] Compiling InternalCollectionsUtilities Descriptions.swift
[74/110] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[75/110] Compiling InternalCollectionsUtilities Integer rank.swift
[76/110] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/110] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/111] Wrapping AST for SwiftSyntax603 for debugging
[84/125] Wrapping AST for SwiftSyntax602 for debugging
[85/125] Wrapping AST for SwiftSyntax601 for debugging
[86/125] Wrapping AST for SwiftSyntax600 for debugging
[87/145] Wrapping AST for SwiftSyntax510 for debugging
[88/145] Wrapping AST for SwiftSyntax509 for debugging
[89/160] Wrapping AST for IssueReportingPackageSupport for debugging
[91/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[92/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[93/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[94/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[95/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[96/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[97/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[98/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[99/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[100/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[101/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[102/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[103/263] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[104/263] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[105/270] Compiling OrderedCollections OrderedSet+Initializers.swift
[106/270] Compiling OrderedCollections OrderedSet+Insertions.swift
[107/270] Compiling OrderedCollections OrderedSet+Invariants.swift
[108/270] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[109/270] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[110/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[111/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[112/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[113/270] Compiling OrderedCollections OrderedDictionary.swift
[114/270] Compiling OrderedCollections OrderedSet+Codable.swift
[115/270] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[116/270] Compiling OrderedCollections OrderedSet+Descriptions.swift
[117/270] Compiling OrderedCollections OrderedSet+Diffing.swift
[118/270] Compiling OrderedCollections OrderedSet+Equatable.swift
[119/270] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[120/270] Compiling OrderedCollections OrderedSet+Hashable.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
[153/271] Emitting module IssueReportingTestSupport
[159/273] Compiling IssueReporting WithExpectedIssue.swift
[160/273] Compiling IssueReporting WithIssueContext.swift
[201/281] Emitting module ConcurrencyExtras
[202/281] Compiling ConcurrencyExtras LockIsolated.swift
[205/282] Compiling IssueReportingTestSupport SwiftTesting.swift
[206/282] Compiling ConcurrencyExtras Task.swift
[207/282] Compiling ConcurrencyExtras Result.swift
[208/282] Compiling IssueReportingTestSupport XCTest.swift
[212/283] Compiling ConcurrencyExtras MainSerialExecutor.swift
[213/283] Emitting module IssueReporting
[227/284] Compiling ConcurrencyExtras UncheckedSendable.swift
[228/285] Wrapping AST for IssueReportingTestSupport for debugging
[229/285] Write Objects.LinkFileList
[232/303] Compiling XCTestDynamicOverlay Exports.swift
[232/303] Linking libIssueReportingTestSupport.so
[234/303] Emitting module XCTestDynamicOverlay
[235/303] Compiling XCTestDynamicOverlay Deprecations.swift
[237/342] Compiling CasePathsCore KeyPath+Sendable.swift
[238/343] Compiling CasePathsCore UncheckedSendable.swift
[239/343] Emitting module CasePathsCore
[240/343] Compiling CasePathsCore TypeName.swift
[241/343] Compiling CasePathsCore Never+CasePathable.swift
[242/343] Compiling CasePathsCore Optional+CasePathable.swift
[243/343] Compiling CustomDump Identifiable.swift
[244/343] Compiling CustomDump Mirror.swift
[245/343] Compiling CustomDump String.swift
[246/346] Compiling CasePathsCore Result+CasePathable.swift
[247/346] Compiling CustomDump CoreMotion.swift
[248/346] Compiling CustomDump Foundation.swift
[249/346] Compiling CustomDump CoreImage.swift
[250/346] Compiling CustomDump CoreLocation.swift
[251/347] Compiling CustomDump ExpectDifference.swift
[252/347] Compiling CustomDump ExpectNoDifference.swift
[253/347] Compiling CustomDump AnyType.swift
[254/347] Compiling CustomDump CollectionDifference.swift
[256/347] Compiling CustomDump Unordered.swift
[257/347] Compiling CustomDump XCTAssertDifference.swift
[258/347] Compiling CustomDump XCTAssertNoDifference.swift
[261/347] Compiling CustomDump Photos.swift
[262/347] Compiling CustomDump Speech.swift
[263/347] Compiling CustomDump UniformTypeIdentifiers.swift
[264/347] Compiling CustomDump UserNotifications.swift
[265/347] Compiling CustomDump Diff.swift
[266/347] Compiling CustomDump Dump.swift
[269/348] Emitting module PerceptionCore
[274/348] Compiling CustomDump StoreKit.swift
[275/348] Compiling CustomDump Swift.swift
[276/348] Compiling CustomDump SwiftUI.swift
[277/348] Compiling CustomDump UIKit.swift
[280/348] Compiling CustomDump UserNotificationsUI.swift
[281/348] Compiling CustomDump CustomDumpReflectable.swift
[282/348] Compiling CustomDump CustomDumpRepresentable.swift
[283/348] Compiling CustomDump CustomDumpStringConvertible.swift
[286/348] Compiling CustomDump GameKit.swift
[287/348] Compiling CustomDump KeyPath.swift
[290/348] Emitting module CustomDump
[292/349] Compiling PerceptionCore _PerceptionRegistrar.swift
[298/350] Emitting module SwiftSyntax
[315/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/351] Wrapping AST for SwiftSyntax for debugging
[335/410] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[336/411] Compiling SwiftDiagnostics Message.swift
[337/411] Emitting module SwiftDiagnostics
[338/411] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[339/411] Compiling SwiftBasicFormat Syntax+Extensions.swift
[340/411] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[341/411] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[342/411] Compiling SwiftDiagnostics Note.swift
[343/411] Compiling SwiftDiagnostics Convenience.swift
[344/411] Compiling SwiftDiagnostics Diagnostic.swift
[345/411] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[346/411] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[347/411] Compiling SwiftBasicFormat BasicFormat.swift
[348/411] Emitting module SwiftBasicFormat
[349/411] Compiling SwiftBasicFormat Indenter.swift
[350/411] Compiling SwiftBasicFormat InferIndentation.swift
[352/412] Compiling SwiftDiagnostics FixIt.swift
[353/412] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[353/413] Wrapping AST for SwiftBasicFormat for debugging
[355/413] Wrapping AST for SwiftDiagnostics for debugging
[357/413] Compiling SwiftParser Lexeme.swift
[358/413] Compiling SwiftParser LexemeSequence.swift
[359/413] Compiling SwiftParser Lexer.swift
[360/413] Compiling SwiftParser RegexLiteralLexer.swift
[361/413] Compiling SwiftParser UnicodeScalarExtensions.swift
[362/413] Compiling SwiftParser Lookahead.swift
[363/418] Compiling SwiftParser StringLiterals.swift
[364/418] Compiling SwiftParser SwiftParserCompatibility.swift
[365/418] Compiling SwiftParser SwiftVersion.swift
[366/418] Compiling SwiftParser SyntaxUtils.swift
[367/418] Compiling SwiftParser TokenConsumer.swift
[368/418] Compiling SwiftParser TokenPrecedence.swift
[369/418] Compiling SwiftParser TokenSpec.swift
[370/418] Compiling SwiftParser TokenSpecSet.swift
[371/418] Compiling SwiftParser TopLevel.swift
[372/418] Compiling SwiftParser TriviaParser.swift
[373/418] Compiling SwiftParser Types.swift
[374/418] Compiling SwiftParser LoopProgressCondition.swift
[375/418] Compiling SwiftParser Modifiers.swift
[376/418] Compiling SwiftParser Names.swift
[377/418] Compiling SwiftParser Nominals.swift
[378/418] Compiling SwiftParser Parameters.swift
[379/418] Compiling SwiftParser ParseSourceFile.swift
[380/418] Compiling SwiftParser Parser.swift
[381/418] Compiling SwiftParser Patterns.swift
[382/418] Compiling SwiftParser Recovery.swift
[383/418] Compiling SwiftParser Specifiers.swift
[384/418] Compiling SwiftParser Statements.swift
[385/418] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[386/418] Compiling SwiftParser Directives.swift
[387/418] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[388/418] Compiling SwiftParser Expressions.swift
[389/418] Compiling SwiftParser IncrementalParseTransition.swift
[390/418] Compiling SwiftParser IsValidIdentifier.swift
[391/418] Compiling SwiftParser Cursor.swift
[392/418] Emitting module SwiftParser
[397/418] Compiling SwiftParser CompilerFiles.swift
[398/418] Compiling SwiftParser Declarations.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 SwiftOperators OperatorTable.swift
[409/444] Compiling SwiftOperators PrecedenceGraph.swift
[410/444] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[411/444] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[412/444] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[413/444] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[414/444] Compiling SwiftParserDiagnostics Utils.swift
[415/444] Compiling SwiftOperators SyntaxSynthesis.swift
[416/444] Emitting module SwiftOperators
[417/444] Compiling SwiftOperators OperatorTable+Semantics.swift
[418/444] Compiling SwiftOperators OperatorTable+Folding.swift
[419/444] Compiling SwiftParserDiagnostics MissingNodesError.swift
[420/444] Compiling SwiftParserDiagnostics MissingTokenError.swift
[424/445] Emitting module SwiftParserDiagnostics
[425/445] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[426/445] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[427/445] Compiling SwiftParserDiagnostics PresenceUtils.swift
[427/445] Wrapping AST for SwiftOperators for debugging
[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 ConvenienceInitializers.swift
[437/462] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[438/462] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[439/462] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[440/462] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[441/462] Compiling SwiftSyntaxBuilder Indenter.swift
[442/462] Compiling SwiftSyntaxBuilder ListBuilder.swift
[443/462] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[444/462] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[445/462] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[446/462] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[447/462] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[448/462] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[449/462] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[450/462] Compiling SwiftSyntaxBuilder BuildableNodes.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 ActiveSyntaxVisitor.swift
[461/479] Compiling SwiftIfConfig BuildConfiguration.swift
[462/479] Compiling SwiftIfConfig ConfiguredRegions.swift
[463/479] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[464/479] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[465/479] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[466/479] Emitting module SwiftIfConfig
[467/479] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[468/479] Compiling SwiftIfConfig IfConfigEvaluation.swift
[469/480] Wrapping AST for SwiftIfConfig for debugging
[471/497] Emitting module SwiftSyntaxMacros
[472/499] Compiling SwiftSyntaxMacros Macro.swift
[473/499] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[474/499] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[475/499] Compiling SwiftSyntaxMacros Macro+Format.swift
[476/499] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[477/499] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[478/499] Compiling SwiftSyntaxMacros MemberMacro.swift
[479/499] Compiling SwiftSyntaxMacros PeerMacro.swift
[480/499] Compiling SwiftSyntaxMacros AccessorMacro.swift
[481/499] Compiling SwiftSyntaxMacros AttachedMacro.swift
[482/499] Compiling SwiftSyntaxMacros BodyMacro.swift
[483/499] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[484/499] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[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 BasicMacroExpansionContext.swift
[494/510] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[495/510] Emitting module SwiftSyntaxMacroExpansion
[496/510] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[497/510] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[498/510] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[499/510] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[500/510] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[501/510] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[502/511] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[504/523] Emitting module SwiftCompilerPluginMessageHandling
[505/523] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[506/523] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[507/524] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[508/524] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[509/524] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[510/524] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[511/524] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[512/524] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[513/524] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[514/524] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[515/524] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[516/524] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[517/525] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[519/527] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[520/527] Emitting module SwiftCompilerPlugin
[521/528] Wrapping AST for SwiftCompilerPlugin for debugging
[523/536] Compiling CasePathsMacros Plugin.swift
[524/536] Emitting module PerceptionMacros
[525/536] Compiling PerceptionMacros Plugins.swift
[526/536] Compiling PerceptionMacros Extensions.swift
[527/536] Compiling PerceptionMacros Availability.swift
[528/536] Compiling PerceptionMacros PerceptibleMacro.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/541] Linking CasePathsMacros-tool
[539/541] Compiling Perception Macros.swift
[540/541] Emitting module Perception
[541/541] Compiling Perception Exports.swift
[543/549] Compiling CasePaths LockIsolated.swift
[544/549] Compiling CasePaths Exports.swift
[545/549] Compiling CasePaths Deprecations.swift
[546/549] Compiling CasePaths Macros.swift
[547/549] Compiling CasePaths XCTestSupport.swift
[548/549] Emitting module CasePaths
[549/549] Compiling CasePaths EnumReflection.swift
[551/571] Compiling SwiftNavigation HashableObject.swift
[552/571] Compiling SwiftNavigation AssumeIsolated.swift
[553/571] Compiling SwiftNavigation Deprecations.swift
[554/573] Compiling SwiftNavigation AlertState.swift
[555/573] Compiling SwiftNavigation Bind.swift
[556/573] Compiling SwiftNavigation Binding.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[557/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(
[558/573] Compiling SwiftNavigation ButtonState.swift
[559/573] Compiling SwiftNavigation ButtonStateBuilder.swift
[560/573] Compiling SwiftNavigation ConfirmationDialogState.swift
[561/573] Compiling SwiftNavigation UINavigationPath.swift
[562/573] Compiling SwiftNavigation UITransaction.swift
[563/573] Compiling SwiftNavigation ErrorMechanism.swift
[564/573] Compiling SwiftNavigation Exports.swift
[565/573] Compiling SwiftNavigation HashableStaticString.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 UIBindable.swift
[570/573] Compiling SwiftNavigation UIBinding.swift
[571/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 |
[572/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 |
[573/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/31] Write swift-version-24593BA9C3E375BF.txt
[4/57] Compiling SwiftSyntax510 Empty.swift
[5/59] Compiling SwiftSyntax600 Empty.swift
[6/59] Emitting module SwiftSyntax600
[7/64] Emitting module SwiftSyntax510
[8/65] Compiling SwiftSyntax509 Empty.swift
[9/65] Emitting module SwiftSyntax509
[10/65] Emitting module IssueReportingPackageSupport
[12/66] Compiling IssueReportingPackageSupport _Test.swift
[13/67] Compiling SwiftSyntax603 Empty.swift
[14/67] Compiling SwiftSyntax602 Empty.swift
[15/66] Emitting module SwiftSyntax602
[16/67] Emitting module SwiftSyntax603
[18/68] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[19/68] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[21/68] Emitting module SwiftSyntax601
[22/68] Compiling SwiftSyntax601 Empty.swift
[25/68] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/68] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/76] Compiling InternalCollectionsUtilities Debugging.swift
[30/76] Compiling InternalCollectionsUtilities Descriptions.swift
[31/76] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/76] Compiling ConcurrencyExtras UncheckedBox.swift
[33/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/76] Compiling InternalCollectionsUtilities Span+Extras.swift
[35/76] Compiling ConcurrencyExtras AnyHashableSendable.swift
[36/76] Compiling ConcurrencyExtras Locking.swift
[37/99] Compiling IssueReporting FailureObserver.swift
[38/99] Compiling IssueReporting LockIsolated.swift
[39/99] Compiling IssueReporting Rethrows.swift
[40/99] Compiling ConcurrencyExtras LockIsolated.swift
[41/99] Compiling IssueReporting AppHostWarning.swift
[42/99] Compiling IssueReporting Deprecations.swift
[43/100] Compiling ConcurrencyExtras MainSerialExecutor.swift
[46/100] Compiling ConcurrencyExtras Task.swift
[47/100] Compiling ConcurrencyExtras Result.swift
[48/100] Emitting module ConcurrencyExtras
[50/100] Compiling IssueReporting ErrorReporting.swift
[51/100] Compiling IssueReporting DefaultReporter.swift
[52/100] Compiling IssueReporting FatalErrorReporter.swift
[53/100] Compiling IssueReportingTestSupport XCTest.swift
[54/100] Compiling ConcurrencyExtras UncheckedSendable.swift
[55/101] Emitting module IssueReportingTestSupport
[56/101] Compiling IssueReportingTestSupport SwiftTesting.swift
[61/104] Compiling IssueReporting BreakpointReporter.swift
[64/103] Write Objects.LinkFileList
[66/103] Compiling IssueReporting XCTest.swift
[67/103] Compiling IssueReporting IsTesting.swift
[68/103] Compiling IssueReporting IssueReporter.swift
[72/103] Compiling IssueReporting TestContext.swift
[73/103] Compiling IssueReporting Unimplemented.swift
[74/103] Compiling IssueReporting IssueSeverity.swift
[75/103] Compiling IssueReporting ReportIssue.swift
[76/103] Emitting module InternalCollectionsUtilities
[79/104] Emitting module IssueReporting
[80/167] Linking libIssueReportingTestSupport.so
[82/167] Compiling SwiftSyntax SyntaxProtocol.swift
[83/167] Compiling SwiftSyntax SyntaxText.swift
[84/222] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[85/222] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[86/222] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[88/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[89/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[90/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[91/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[92/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[93/223] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[94/223] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[95/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[96/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[97/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[98/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[99/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[100/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[101/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[102/233] Compiling OrderedCollections OrderedDictionary+Codable.swift
[103/233] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[104/233] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[105/233] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[106/233] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[107/233] Compiling OrderedCollections OrderedDictionary+Elements.swift
[111/233] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[112/233] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[113/233] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[114/233] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[115/233] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[116/233] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[117/233] Compiling OrderedCollections OrderedDictionary+Values.swift
[118/244] Compiling OrderedCollections OrderedDictionary.swift
[119/244] Compiling OrderedCollections OrderedSet+Codable.swift
[120/244] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[121/244] Compiling OrderedCollections OrderedSet+Descriptions.swift
[122/244] Compiling OrderedCollections OrderedSet+Diffing.swift
[123/244] Compiling OrderedCollections OrderedSet+Equatable.swift
[124/244] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[125/244] Compiling OrderedCollections OrderedSet+Hashable.swift
[126/244] Compiling OrderedCollections OrderedSet+Initializers.swift
[127/244] Compiling OrderedCollections OrderedSet+Insertions.swift
[128/244] Compiling OrderedCollections OrderedSet+Invariants.swift
[129/244] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[130/244] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[131/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[132/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[133/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[134/248] Compiling XCTestDynamicOverlay Exports.swift
[135/248] Compiling XCTestDynamicOverlay Deprecations.swift
[136/248] Emitting module XCTestDynamicOverlay
[137/248] Compiling PerceptionCore Deprecations.swift
[138/248] Compiling PerceptionCore Exports.swift
[139/250] Emitting module PerceptionCore
[140/250] Compiling PerceptionCore Bindable.swift
[141/250] Compiling PerceptionCore Environment.swift
[142/250] Compiling PerceptionCore WithPerceptionTracking.swift
[143/250] Compiling PerceptionCore ThreadLocal.swift
[145/250] Compiling PerceptionCore Locals.swift
[146/250] Compiling PerceptionCore ObservationBeta.swift
[147/250] Compiling PerceptionCore Locking.swift
[148/250] Compiling PerceptionCore Perceptible.swift
[149/250] Compiling PerceptionCore PerceptionChecking.swift
[150/250] Compiling PerceptionCore PerceptionRegistrar.swift
[151/288] Compiling PerceptionCore _PerceptionRegistrar.swift
[152/288] Compiling CasePathsCore KeyPath+Sendable.swift
[153/288] Compiling CasePathsCore TypeName.swift
[154/289] Compiling CasePathsCore Never+CasePathable.swift
[155/289] Compiling CasePathsCore UncheckedSendable.swift
[156/289] Compiling CasePathsCore Optional+CasePathable.swift
[157/289] Compiling CustomDump StoreKit.swift
[158/289] Compiling CustomDump Swift.swift
[159/290] Compiling CustomDump ExpectDifference.swift
[160/290] Compiling CustomDump ExpectNoDifference.swift
[161/290] Compiling CustomDump AnyType.swift
[162/290] Compiling CustomDump CollectionDifference.swift
[163/290] Compiling CustomDump Identifiable.swift
[164/290] Compiling CustomDump Mirror.swift
[165/290] Compiling CustomDump String.swift
[166/290] Emitting module OrderedCollections
[170/290] Compiling CustomDump CustomDumpRepresentable.swift
[171/290] Compiling CustomDump CustomDumpStringConvertible.swift
[172/290] Compiling CustomDump Diff.swift
[173/290] Compiling CustomDump Dump.swift
[174/290] Compiling CustomDump UniformTypeIdentifiers.swift
[176/293] Compiling CasePathsCore Result+CasePathable.swift
[177/293] Compiling CustomDump CoreMotion.swift
[178/293] Compiling CustomDump Foundation.swift
[179/293] Emitting module CasePathsCore
[180/293] Compiling CustomDump CoreImage.swift
[181/293] Compiling CustomDump CoreLocation.swift
[183/294] Compiling OrderedCollections OrderedSet+Sendable.swift
[184/294] Compiling OrderedCollections OrderedSet+SubSequence.swift
[185/294] Compiling OrderedCollections OrderedSet+Testing.swift
[186/294] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[187/294] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[188/294] Compiling OrderedCollections OrderedSet.swift
[189/294] Compiling OrderedCollections _UnsafeBitset.swift
[190/294] Emitting module CustomDump
[196/295] Compiling CustomDump Unordered.swift
[197/295] Compiling CustomDump XCTAssertDifference.swift
[198/295] Compiling CustomDump XCTAssertNoDifference.swift
[200/295] Compiling CustomDump UserNotifications.swift
[201/295] Compiling CustomDump UserNotificationsUI.swift
[202/295] Compiling CustomDump CustomDumpReflectable.swift
[205/295] Compiling CustomDump SwiftUI.swift
[206/295] Compiling CustomDump UIKit.swift
[207/295] Compiling CustomDump GameKit.swift
[208/295] Compiling CustomDump KeyPath.swift
[209/295] Compiling CustomDump Photos.swift
[210/295] Compiling CustomDump Speech.swift
[243/304] Emitting module SwiftSyntax
[252/304] Compiling SwiftSyntax RawSyntaxNodesD.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/363] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[289/363] Compiling SwiftDiagnostics Message.swift
[290/364] Compiling SwiftBasicFormat Syntax+Extensions.swift
[291/364] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[292/364] Compiling SwiftParser CharacterInfo.swift
[293/364] Compiling SwiftParser CollectionNodes+Parsable.swift
[294/364] Emitting module SwiftDiagnostics
[295/364] Compiling SwiftParser Attributes.swift
[296/364] Compiling SwiftParser Availability.swift
[297/364] Compiling SwiftDiagnostics FixIt.swift
[298/364] Compiling SwiftDiagnostics Note.swift
[299/364] Compiling SwiftBasicFormat Indenter.swift
[300/364] Compiling SwiftBasicFormat InferIndentation.swift
[301/364] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[302/364] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[303/364] Emitting module SwiftBasicFormat
[304/364] Compiling SwiftBasicFormat BasicFormat.swift
[305/364] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[308/365] Compiling SwiftParser LoopProgressCondition.swift
[309/365] Compiling SwiftParser Modifiers.swift
[310/365] Compiling SwiftParser Names.swift
[311/365] Compiling SwiftParser Nominals.swift
[312/365] Compiling SwiftParser Parameters.swift
[313/365] Compiling SwiftParser ParseSourceFile.swift
[314/369] Compiling SwiftParser Lexeme.swift
[315/369] Compiling SwiftParser LexemeSequence.swift
[316/369] Compiling SwiftParser Lexer.swift
[317/369] Compiling SwiftParser RegexLiteralLexer.swift
[318/369] Compiling SwiftParser UnicodeScalarExtensions.swift
[319/369] Compiling SwiftParser Lookahead.swift
[320/369] Compiling SwiftParser StringLiterals.swift
[321/369] Compiling SwiftParser SwiftParserCompatibility.swift
[322/369] Compiling SwiftParser SwiftVersion.swift
[323/369] Compiling SwiftParser SyntaxUtils.swift
[324/369] Compiling SwiftParser TokenConsumer.swift
[325/369] Compiling SwiftParser TokenPrecedence.swift
[326/369] Compiling SwiftParser TokenSpec.swift
[327/369] Compiling SwiftParser TokenSpecSet.swift
[328/369] Compiling SwiftParser TopLevel.swift
[329/369] Compiling SwiftParser TriviaParser.swift
[330/369] Compiling SwiftParser Types.swift
[331/369] Compiling SwiftParser Parser.swift
[332/369] Compiling SwiftParser Patterns.swift
[333/369] Compiling SwiftParser Recovery.swift
[334/369] Compiling SwiftParser Specifiers.swift
[335/369] Compiling SwiftParser Statements.swift
[336/369] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[337/369] Emitting module SwiftParser
[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 DiagnosticExtensions.swift
[357/392] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[358/393] Compiling SwiftOperators PrecedenceGroup.swift
[359/393] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[360/393] Compiling SwiftOperators PrecedenceGraph.swift
[361/393] Compiling SwiftOperators OperatorTable.swift
[362/394] Compiling SwiftOperators OperatorTable+Semantics.swift
[363/394] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[364/394] Emitting module SwiftOperators
[365/394] Compiling SwiftOperators SyntaxSynthesis.swift
[366/394] Compiling SwiftOperators OperatorTable+Folding.swift
[367/394] Compiling SwiftParserDiagnostics MissingNodesError.swift
[368/394] Compiling SwiftParserDiagnostics MissingTokenError.swift
[369/395] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[370/395] Compiling SwiftParserDiagnostics Utils.swift
[371/395] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[373/394] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[374/394] Compiling SwiftParserDiagnostics PresenceUtils.swift
[377/394] Emitting module SwiftParserDiagnostics
[380/394] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[381/394] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[383/409] Compiling SwiftSyntaxBuilder Indenter.swift
[384/409] Compiling SwiftSyntaxBuilder ListBuilder.swift
[385/410] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[386/410] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[387/410] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[388/410] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[389/410] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[390/410] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[391/410] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[392/410] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[393/410] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[394/410] Emitting module SwiftSyntaxBuilder
[395/410] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[396/410] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[397/410] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[398/410] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[400/425] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[401/425] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[402/426] Compiling SwiftIfConfig IfConfigFunctions.swift
[403/426] Compiling SwiftIfConfig IfConfigRegionState.swift
[404/426] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[405/426] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[406/426] Compiling SwiftIfConfig VersionTuple.swift
[407/426] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[408/426] Compiling SwiftIfConfig BuildConfiguration.swift
[409/426] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[410/426] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[411/426] Compiling SwiftIfConfig ConfiguredRegions.swift
[412/426] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[413/426] Emitting module SwiftIfConfig
[414/426] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[415/426] Compiling SwiftIfConfig IfConfigEvaluation.swift
[417/443] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[418/443] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[419/445] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[420/445] Compiling SwiftSyntaxMacros Macro+Format.swift
[421/445] Compiling SwiftSyntaxMacros MemberMacro.swift
[422/445] Compiling SwiftSyntaxMacros PeerMacro.swift
[423/445] Compiling SwiftSyntaxMacros Macro.swift
[424/445] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[425/445] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[426/445] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[427/445] Compiling SwiftSyntaxMacros AccessorMacro.swift
[428/445] Compiling SwiftSyntaxMacros AttachedMacro.swift
[429/445] Compiling SwiftSyntaxMacros BodyMacro.swift
[430/445] Emitting module SwiftSyntaxMacros
[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 IndentationUtils.swift
[438/454] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[439/454] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[440/454] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[441/454] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[442/454] Emitting module SwiftSyntaxMacroExpansion
[443/455] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[444/455] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[445/455] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[446/455] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[448/467] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[449/467] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[450/468] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[451/468] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[452/468] Emitting module SwiftCompilerPluginMessageHandling
[453/468] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[454/468] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[455/468] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[456/468] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[457/468] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[458/468] Compiling SwiftCompilerPluginMessageHandling PluginMessages.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] Emitting module CasePathsMacros
[467/478] Compiling CasePathsMacros Plugin.swift
[468/478] Compiling PerceptionMacros Extensions.swift
[469/478] Emitting module PerceptionMacros
[470/478] Compiling PerceptionMacros Availability.swift
[471/478] Compiling PerceptionMacros PerceptibleMacro.swift
[473/479] Compiling CasePathsMacros CasePathableMacro.swift
[473/478] Write Objects.LinkFileList
[476/478] Linking PerceptionMacros-tool
[477/481] Linking CasePathsMacros-tool
[479/481] Compiling Perception Exports.swift
[480/481] Emitting module Perception
[481/481] Compiling Perception Macros.swift
[483/489] Compiling CasePaths XCTestSupport.swift
[484/489] Compiling CasePaths Macros.swift
[485/489] Compiling CasePaths Exports.swift
[486/489] Compiling CasePaths LockIsolated.swift
[487/489] Compiling CasePaths Deprecations.swift
[488/489] Emitting module CasePaths
[489/489] Compiling CasePaths EnumReflection.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 ButtonState.swift
[499/513] Compiling SwiftNavigation ButtonStateBuilder.swift
[500/513] Compiling SwiftNavigation ConfirmationDialogState.swift
[501/513] Compiling SwiftNavigation KeyPath+Sendable.swift
[502/513] Compiling SwiftNavigation ToOptionalUnit.swift
[503/513] Compiling SwiftNavigation NSObject+Observe.swift
[504/513] Compiling SwiftNavigation ErrorMechanism.swift
[505/513] Compiling SwiftNavigation Exports.swift
[506/513] Compiling SwiftNavigation HashableStaticString.swift
[507/513] Compiling SwiftNavigation UIBindable.swift
[508/513] Compiling SwiftNavigation UIBinding.swift
[509/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 |
[510/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 |
[511/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 |
[512/513] Compiling SwiftNavigation UINavigationPath.swift
[513/513] Compiling SwiftNavigation UITransaction.swift
BUILD FAILURE 6.1 linux