The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-navigation, reference main (ae208d), with Swift 6.1 for Wasm on 10 Jun 2025 00:40:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 ae208d1 Update UIKitAnimation.swift (#289)
Cloned https://github.com/pointfreeco/swift-navigation.git
Revision (git rev-parse @):
ae208d1a5cf33aee1d43734ea780a09ada6e2a21
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-navigation.git at main
========================================
Build
========================================
Selected platform:         wasm
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" : "2.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"
    }
  ],
  "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",
      "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"
      ],
      "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",
      "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/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",
      "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",
        "OrderedCollections",
        "Perception"
      ],
      "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",
        "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.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2068] Fetching swift-docc-plugin
[229/6649] Fetching swift-docc-plugin, swift-custom-dump
[3757/7501] Fetching swift-docc-plugin, swift-custom-dump, 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
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.75s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.75s)
Fetching https://github.com/apple/swift-collections
[1055/2068] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.10s)
[1/1411] Fetching swift-perception
[16/5786] Fetching swift-perception, swift-case-paths
[3381/11244] Fetching swift-perception, swift-case-paths, xctest-dynamic-overlay
[6333/27835] Fetching swift-perception, swift-case-paths, xctest-dynamic-overlay, swift-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (6.14s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (6.15s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (6.15s)
Fetched https://github.com/apple/swift-collections from cache (6.14s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (8.51s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.16s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (4.25s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70764] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (10.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (11.72s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (1.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (5.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.73s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.97s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.33s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.47s)
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.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
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.4
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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.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.5.2
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/57] Write sources
[33/57] Compiling _SwiftSyntaxCShims dummy.c
[34/57] Compiling UIKitNavigationShim shim.m
[35/57] Write swift-version-24593BA9C3E375BF.txt
[37/109] Emitting module SwiftSyntax509
[38/109] Emitting module ConcurrencyExtras
[39/110] Emitting module IssueReporting
[40/112] Compiling SwiftSyntax510 Empty.swift
[41/112] Emitting module SwiftSyntax510
[42/113] Emitting module SwiftSyntax601
[43/113] Compiling SwiftSyntax601 Empty.swift
[44/114] Emitting module SwiftSyntax600
[45/114] Compiling SwiftSyntax600 Empty.swift
[47/114] Compiling SwiftSyntax509 Empty.swift
[50/116] Wrapping AST for SwiftSyntax510 for debugging
[52/116] Compiling ConcurrencyExtras UncheckedSendable.swift
[53/116] Compiling InternalCollectionsUtilities Descriptions.swift
[54/116] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/117] Compiling ConcurrencyExtras MainSerialExecutor.swift
[56/117] Compiling IssueReporting TestContext.swift
[57/117] Compiling IssueReporting Unimplemented.swift
[58/117] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/117] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/117] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/117] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/117] Compiling IssueReporting WithExpectedIssue.swift
[63/117] Compiling IssueReporting WithIssueContext.swift
[64/117] Emitting module InternalCollectionsUtilities
[67/117] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/117] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/117] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/117] Compiling InternalCollectionsUtilities Integer rank.swift
[71/117] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/117] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/117] Compiling InternalCollectionsUtilities Debugging.swift
[75/117] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/118] Wrapping AST for SwiftSyntax601 for debugging
[75/118] Wrapping AST for SwiftSyntax600 for debugging
[77/118] Wrapping AST for SwiftSyntax509 for debugging
[80/237] Compiling OrderedCollections OrderedDictionary.swift
[81/237] Compiling OrderedCollections OrderedSet+Codable.swift
[82/237] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[83/237] Compiling OrderedCollections OrderedSet+Descriptions.swift
[84/237] Compiling OrderedCollections OrderedSet+Diffing.swift
[85/237] Compiling OrderedCollections OrderedSet+Equatable.swift
[86/237] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[87/237] Compiling OrderedCollections OrderedSet+Hashable.swift
[88/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[89/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[90/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[91/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[92/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[93/244] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[94/244] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[95/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[96/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[97/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[98/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[99/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[100/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[101/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[102/244] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[103/244] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[104/244] Compiling ConcurrencyExtras LockIsolated.swift
[105/244] Compiling ConcurrencyExtras Task.swift
[106/244] Compiling ConcurrencyExtras Result.swift
[107/244] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[108/244] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[109/244] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[110/244] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[117/245] Compiling OrderedCollections _HashTable+BucketIterator.swift
[118/245] Compiling OrderedCollections _HashTable+Constants.swift
[119/245] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[120/245] Compiling OrderedCollections _HashTable+Testing.swift
[121/245] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[125/246] Compiling OrderedCollections OrderedSet+Initializers.swift
[126/246] Compiling OrderedCollections OrderedSet+Insertions.swift
[127/246] Compiling OrderedCollections OrderedSet+Invariants.swift
[128/246] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[129/246] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[130/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[131/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[132/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[139/246] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[140/246] Compiling OrderedCollections OrderedDictionary+Values.swift
[141/246] Compiling OrderedCollections OrderedDictionary+Codable.swift
[142/246] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[143/246] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[144/246] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[145/246] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[146/246] Compiling OrderedCollections OrderedDictionary+Elements.swift
[147/246] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[148/246] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[150/262] Compiling XCTestDynamicOverlay Exports.swift
[151/262] Compiling PerceptionCore Bindable.swift
[152/262] Compiling PerceptionCore Environment.swift
[153/262] Compiling PerceptionCore BetaChecking.swift
[154/262] Compiling PerceptionCore Exports.swift
[155/262] Compiling PerceptionCore Locking.swift
[156/262] Compiling PerceptionCore ThreadLocal.swift
[157/262] Compiling PerceptionCore Unchecked.swift
[158/262] Compiling PerceptionCore _PerceptionRegistrar.swift
[159/262] Compiling PerceptionCore Perceptible.swift
[160/271] Compiling OrderedCollections OrderedSet+Sendable.swift
[161/271] Compiling OrderedCollections OrderedSet+SubSequence.swift
[162/271] Compiling OrderedCollections OrderedSet+Testing.swift
[163/271] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[164/271] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[165/271] Compiling OrderedCollections OrderedSet.swift
[166/271] Compiling OrderedCollections _UnsafeBitset.swift
[167/271] Emitting module XCTestDynamicOverlay
[168/271] Compiling XCTestDynamicOverlay Deprecations.swift
[170/272] Compiling PerceptionCore PerceptionChecking.swift
[175/272] Compiling OrderedCollections _HashTable.swift
[176/272] Compiling OrderedCollections _Hashtable+Header.swift
[178/309] Compiling CasePathsCore UncheckedSendable.swift
[179/310] Emitting module OrderedCollections
[180/311] Compiling CasePathsCore TypeName.swift
[181/311] Compiling CasePathsCore KeyPath+Sendable.swift
[182/311] Emitting module CasePathsCore
[183/311] Compiling CasePathsCore Never+CasePathable.swift
[185/311] Compiling CasePathsCore Optional+CasePathable.swift
[186/311] Compiling CustomDump GameKit.swift
[187/311] Compiling CustomDump KeyPath.swift
[188/311] Compiling CustomDump Photos.swift
[189/311] Compiling CustomDump Speech.swift
[190/311] Compiling CustomDump StoreKit.swift
[191/311] Compiling CustomDump Swift.swift
[192/311] Compiling CustomDump SwiftUI.swift
[193/311] Compiling CustomDump UIKit.swift
[194/314] Compiling CasePathsCore Result+CasePathable.swift
[195/314] Compiling CustomDump CoreImage.swift
[196/314] Compiling CustomDump CoreLocation.swift
[197/314] Compiling CustomDump CoreMotion.swift
[198/314] Compiling CustomDump Foundation.swift
[203/315] Compiling CustomDump Identifiable.swift
[204/315] Compiling CustomDump Mirror.swift
[205/315] Compiling CustomDump String.swift
[207/315] Compiling CustomDump ExpectNoDifference.swift
[208/315] Compiling CustomDump AnyType.swift
[209/315] Compiling CustomDump CollectionDifference.swift
[210/315] Compiling CustomDump Unordered.swift
[211/315] Compiling CustomDump XCTAssertDifference.swift
[212/315] Compiling CustomDump XCTAssertNoDifference.swift
[216/315] Compiling CustomDump UserNotifications.swift
[217/315] Compiling CustomDump UserNotificationsUI.swift
[218/315] Compiling CustomDump CustomDumpReflectable.swift
[219/315] Compiling CustomDump CustomDumpRepresentable.swift
[220/315] Compiling CustomDump CustomDumpStringConvertible.swift
[221/315] Compiling CustomDump Diff.swift
[222/315] Emitting module CustomDump
[225/316] Compiling PerceptionCore WithPerceptionTracking.swift
[226/316] Emitting module PerceptionCore
[227/316] Compiling PerceptionCore PerceptionTracking.swift
[228/316] Compiling PerceptionCore PerceptionRegistrar.swift
[238/317] Compiling CustomDump Dump.swift
[239/317] Compiling CustomDump ExpectDifference.swift
[256/318] Emitting module SwiftSyntax
[264/318] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[265/318] Compiling SwiftSyntax RawSyntaxValidation.swift
[293/318] Compiling SwiftSyntax SyntaxNodesAB.swift
[294/318] Compiling SwiftSyntax SyntaxNodesC.swift
[295/318] Compiling SwiftSyntax SyntaxNodesD.swift
[296/318] Compiling SwiftSyntax SyntaxNodesEF.swift
[297/318] Compiling SwiftSyntax SyntaxNodesGHI.swift
[298/318] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[299/318] Compiling SwiftSyntax SyntaxNodesOP.swift
[300/318] Compiling SwiftSyntax SyntaxNodesQRS.swift
[301/318] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[302/319] Wrapping AST for SwiftSyntax for debugging
[304/377] Compiling SwiftDiagnostics Message.swift
[305/378] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[306/378] Compiling SwiftDiagnostics Note.swift
[307/378] Compiling SwiftDiagnostics FixIt.swift
[308/378] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[309/378] Compiling SwiftParser CharacterInfo.swift
[310/378] Compiling SwiftParser CollectionNodes+Parsable.swift
[311/378] Compiling SwiftParser Attributes.swift
[312/378] Compiling SwiftParser Availability.swift
[313/378] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[314/378] Emitting module SwiftDiagnostics
[315/379] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[316/379] Compiling SwiftBasicFormat Syntax+Extensions.swift
[317/379] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[319/379] Compiling SwiftBasicFormat Indenter.swift
[320/379] Compiling SwiftBasicFormat InferIndentation.swift
[320/379] Wrapping AST for SwiftDiagnostics for debugging
[322/379] Emitting module SwiftBasicFormat
[323/379] Compiling SwiftBasicFormat BasicFormat.swift
[324/380] Wrapping AST for SwiftBasicFormat for debugging
[326/380] Compiling SwiftParser LexemeSequence.swift
[327/380] Compiling SwiftParser Lexer.swift
[328/380] Compiling SwiftParser RegexLiteralLexer.swift
[329/380] Compiling SwiftParser UnicodeScalarExtensions.swift
[330/380] Compiling SwiftParser Lookahead.swift
[331/380] Compiling SwiftParser LoopProgressCondition.swift
[332/385] Compiling SwiftParser Modifiers.swift
[333/385] Compiling SwiftParser Names.swift
[334/385] Compiling SwiftParser Nominals.swift
[335/385] Compiling SwiftParser Parameters.swift
[336/385] Compiling SwiftParser ParseSourceFile.swift
[337/385] Compiling SwiftParser Parser.swift
[338/385] Emitting module SwiftParser
[339/385] Compiling SwiftParser SwiftParserCompatibility.swift
[340/385] Compiling SwiftParser SwiftVersion.swift
[341/385] Compiling SwiftParser SyntaxUtils.swift
[342/385] Compiling SwiftParser TokenConsumer.swift
[343/385] Compiling SwiftParser TokenPrecedence.swift
[344/385] Compiling SwiftParser Patterns.swift
[345/385] Compiling SwiftParser Recovery.swift
[346/385] Compiling SwiftParser Specifiers.swift
[347/385] Compiling SwiftParser Statements.swift
[348/385] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[349/385] Compiling SwiftParser StringLiterals.swift
[350/385] Compiling SwiftParser TokenSpec.swift
[351/385] Compiling SwiftParser TokenSpecSet.swift
[352/385] Compiling SwiftParser TopLevel.swift
[353/385] Compiling SwiftParser TriviaParser.swift
[354/385] Compiling SwiftParser Types.swift
[355/385] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[356/385] Compiling SwiftParser Expressions.swift
[357/385] Compiling SwiftParser IncrementalParseTransition.swift
[358/385] Compiling SwiftParser IsValidIdentifier.swift
[359/385] Compiling SwiftParser Cursor.swift
[360/385] Compiling SwiftParser Lexeme.swift
[365/385] Compiling SwiftParser Declarations.swift
[366/385] Compiling SwiftParser Directives.swift
[367/385] Compiling SwiftParser ExperimentalFeatures.swift
[368/385] Compiling SwiftParser IsLexerClassified.swift
[369/385] Compiling SwiftParser LayoutNodes+Parsable.swift
[370/385] Compiling SwiftParser Parser+TokenSpecSet.swift
[371/385] Compiling SwiftParser TokenSpecStaticMembers.swift
[372/386] Wrapping AST for SwiftParser for debugging
[374/409] Compiling SwiftOperators PrecedenceGroup.swift
[375/410] Compiling SwiftOperators PrecedenceGraph.swift
[376/410] Compiling SwiftOperators OperatorTable.swift
[377/410] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[378/411] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[379/411] Compiling SwiftOperators SyntaxSynthesis.swift
[380/411] Compiling SwiftOperators OperatorTable+Semantics.swift
[381/411] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[382/411] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[383/411] Emitting module SwiftOperators
[384/411] Compiling SwiftOperators OperatorTable+Folding.swift
[385/411] Compiling SwiftParserDiagnostics MissingNodesError.swift
[386/411] Compiling SwiftParserDiagnostics MissingTokenError.swift
[388/412] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[389/412] Compiling SwiftParserDiagnostics Utils.swift
[390/412] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[390/412] Wrapping AST for SwiftOperators for debugging
[392/412] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[393/412] Compiling SwiftParserDiagnostics PresenceUtils.swift
[394/412] Emitting module SwiftParserDiagnostics
[395/412] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[396/412] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[401/413] Wrapping AST for SwiftParserDiagnostics for debugging
[403/428] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[404/428] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[405/428] Compiling SwiftSyntaxBuilder Indenter.swift
[406/428] Compiling SwiftSyntaxBuilder ListBuilder.swift
[407/428] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[408/428] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[409/428] Emitting module SwiftSyntaxBuilder
[410/428] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[411/428] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[412/429] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[413/429] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[414/429] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[415/429] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[416/429] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[417/429] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[418/429] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[419/430] Wrapping AST for SwiftSyntaxBuilder for debugging
[421/447] Compiling SwiftSyntaxMacros Macro.swift
[422/447] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[423/447] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[424/447] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[425/447] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[426/447] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[427/447] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[428/447] Compiling SwiftSyntaxMacros Macro+Format.swift
[429/447] Compiling SwiftSyntaxMacros AccessorMacro.swift
[430/447] Compiling SwiftSyntaxMacros AttachedMacro.swift
[431/447] Compiling SwiftSyntaxMacros BodyMacro.swift
[432/447] Compiling SwiftSyntaxMacros MemberMacro.swift
[433/447] Compiling SwiftSyntaxMacros PeerMacro.swift
[434/449] Emitting module SwiftSyntaxMacros
[435/449] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[436/449] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[437/449] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[438/449] Compiling SwiftSyntaxMacros PreambleMacro.swift
[439/449] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[440/450] Wrapping AST for SwiftSyntaxMacros for debugging
[442/459] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[443/460] Emitting module SwiftSyntaxMacroExpansion
[444/460] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[445/460] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[446/460] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[447/460] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[448/460] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[449/460] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[450/460] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[451/460] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[452/461] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[454/473] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[455/473] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[456/473] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[457/474] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[458/474] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[459/474] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[460/474] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[461/474] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[462/474] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[463/474] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[464/474] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[465/474] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[466/474] Emitting module SwiftCompilerPluginMessageHandling
[467/475] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[469/477] Emitting module SwiftCompilerPlugin
[470/477] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[471/478] Wrapping AST for SwiftCompilerPlugin for debugging
[473/486] Compiling CasePathsMacros Plugin.swift
[474/486] Compiling PerceptionMacros Plugins.swift
[475/486] Emitting module PerceptionMacros
[476/486] Emitting module CasePathsMacros
[477/486] Compiling CasePathsMacros CasePathableMacro.swift
[479/487] Compiling PerceptionMacros Extensions.swift
[480/487] Compiling PerceptionMacros Availability.swift
[481/487] Compiling PerceptionMacros PerceptibleMacro.swift
[482/488] Wrapping AST for CasePathsMacros for debugging
[483/488] Write Objects.LinkFileList
[484/488] Wrapping AST for PerceptionMacros for debugging
[485/488] Write Objects.LinkFileList
[486/488] Linking CasePathsMacros-tool
[487/495] Linking PerceptionMacros-tool
[489/495] Compiling CasePaths Exports.swift
[490/495] Compiling CasePaths Macros.swift
[491/498] Compiling Perception Exports.swift
[492/498] Emitting module Perception
[493/498] Compiling CasePaths LockIsolated.swift
[494/498] Compiling CasePaths XCTestSupport.swift
[495/498] Compiling Perception Macros.swift
[496/499] Compiling CasePaths Deprecations.swift
[498/499] Emitting module CasePaths
[499/499] Compiling CasePaths EnumReflection.swift
[501/520] Compiling SwiftNavigation ErrorMechanism.swift
[502/520] Compiling SwiftNavigation Exports.swift
[503/520] Compiling SwiftNavigation HashableStaticString.swift
[504/522] Compiling SwiftNavigation KeyPath+Sendable.swift
[505/522] Compiling SwiftNavigation ToOptionalUnit.swift
[506/522] Compiling SwiftNavigation NSObject+Observe.swift
[507/522] Compiling SwiftNavigation HashableObject.swift
[508/522] Compiling SwiftNavigation AssumeIsolated.swift
[509/522] Compiling SwiftNavigation Deprecations.swift
[510/522] Emitting module SwiftNavigation
[511/522] Compiling SwiftNavigation UINavigationPath.swift
[512/522] Compiling SwiftNavigation UITransaction.swift
[513/522] Compiling SwiftNavigation AlertState.swift
[514/522] Compiling SwiftNavigation Bind.swift
[515/522] Compiling SwiftNavigation Binding.swift
[516/522] Compiling SwiftNavigation ButtonState.swift
[517/522] Compiling SwiftNavigation ButtonStateBuilder.swift
[518/522] Compiling SwiftNavigation ConfirmationDialogState.swift
[519/522] Compiling SwiftNavigation Observe.swift
[520/522] Compiling SwiftNavigation TextState.swift
[521/522] Compiling SwiftNavigation UIBindable.swift
[522/522] Compiling SwiftNavigation UIBinding.swift
[524/549] Emitting module UIKitNavigation
[525/551] Compiling AppKitNavigation Exports.swift
[526/551] Compiling AppKitNavigation Representable.swift
[527/551] Compiling UIKitNavigation Representable.swift
[528/551] Compiling UIKitNavigation UIBinding.swift
[529/551] Compiling UIKitNavigation Push.swift
[530/551] Compiling UIKitNavigation UIAlertController.swift
[531/551] Compiling UIKitNavigation UITextField.swift
[532/551] Compiling UIKitNavigation Exports.swift
[533/551] Compiling UIKitNavigation PopFromViewController.swift
[534/551] Compiling UIKitNavigation UIPageControl.swift
[535/551] Compiling AppKitNavigation UITransaction.swift
[536/551] Compiling UIKitNavigation UISegmentedControl.swift
[537/551] Compiling UIKitNavigation UISlider.swift
[538/551] Compiling UIKitNavigation Dismiss.swift
[539/551] Compiling UIKitNavigation NavigationStackController.swift
[540/551] Compiling UIKitNavigation Presentation.swift
[541/551] Compiling UIKitNavigation UIStepper.swift
[542/551] Compiling UIKitNavigation UISwitch.swift
[543/551] Compiling UIKitNavigation UITabBarController.swift
[544/551] Compiling UIKitNavigation UIColorWell.swift
[545/551] Compiling UIKitNavigation UIControl.swift
[546/551] Compiling UIKitNavigation UIDatePicker.swift
[547/551] Compiling UIKitNavigation UIKitAnimation.swift
[548/551] Compiling UIKitNavigation UITransaction.swift
[549/552] Emitting module AppKitNavigation
[550/552] Compiling AppKitNavigation AppKitAnimation.swift
[551/552] Compiling AppKitNavigation UIBinding.swift
[554/565] Compiling SwiftUINavigation Popover.swift
[555/566] Compiling SwiftUINavigation NavigationLink.swift
[556/566] Emitting module SwiftUINavigation
[557/566] Compiling SwiftUINavigation Identified.swift
[558/566] Compiling SwiftUINavigation NavigationDestination.swift
[559/566] Compiling SwiftUINavigation WithState.swift
[560/566] Compiling SwiftUINavigation Sheet.swift
[561/566] Compiling SwiftUINavigation Binding+Internal.swift
[562/566] Compiling SwiftUINavigation Exports.swift
[563/566] Compiling SwiftUINavigation Alert.swift
[564/566] Compiling SwiftUINavigation Binding.swift
[565/566] Compiling SwiftUINavigation ConfirmationDialog.swift
[566/566] Compiling SwiftUINavigation FullScreenCover.swift
Build complete! (240.39s)
Build complete.
{
  "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" : "2.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"
    }
  ],
  "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",
      "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"
      ],
      "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",
      "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/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",
      "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",
        "OrderedCollections",
        "Perception"
      ],
      "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",
        "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.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.