The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Navigator, reference main (55ac21), with Swift 6.1 for Wasm on 28 May 2025 04:58:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flopshot/Navigator.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/flopshot/Navigator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 55ac210 Update README.md
Cloned https://github.com/flopshot/Navigator.git
Revision (git rev-parse @):
55ac210d23026d4521c7f475da43d69253356f94
SUCCESS checkout https://github.com/flopshot/Navigator.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flopshot/Navigator.git
https://github.com/flopshot/Navigator.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.git"
    }
  ],
  "manifest_display_name" : "Navigator",
  "name" : "Navigator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Navigator",
      "targets" : [
        "Navigator"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NavigatorTests",
      "module_type" : "SwiftTarget",
      "name" : "NavigatorTests",
      "path" : "Tests/NavigatorTests",
      "sources" : [
        "NavigatorTests.swift"
      ],
      "target_dependencies" : [
        "Navigator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Navigator",
      "module_type" : "SwiftTarget",
      "name" : "Navigator",
      "path" : "Sources/Navigator",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Navigator"
      ],
      "sources" : [
        "NavigationBindings.swift",
        "NavigationView+Ext.swift",
        "Navigator.swift",
        "ScreenView.swift",
        "ViewFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.37s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/23] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/24] Compiling InternalCollectionsUtilities Descriptions.swift
[7/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/24] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/24] Compiling InternalCollectionsUtilities Debugging.swift
[10/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[11/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/24] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/24] Compiling InternalCollectionsUtilities Integer rank.swift
[17/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/24] Emitting module InternalCollectionsUtilities
[20/25] Wrapping AST for InternalCollectionsUtilities for debugging
[22/80] Compiling OrderedCollections OrderedDictionary+Codable.swift
[23/80] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[24/80] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[25/80] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[26/80] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[27/80] Compiling OrderedCollections OrderedDictionary+Elements.swift
[28/80] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[29/80] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[30/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[31/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[32/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[33/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[34/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[35/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[36/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[37/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[38/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[39/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[40/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[41/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[42/87] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[43/87] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[44/87] Compiling OrderedCollections OrderedDictionary.swift
[45/87] Compiling OrderedCollections OrderedSet+Codable.swift
[46/87] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[47/87] Compiling OrderedCollections OrderedSet+Descriptions.swift
[48/87] Compiling OrderedCollections OrderedSet+Diffing.swift
[49/87] Compiling OrderedCollections OrderedSet+Equatable.swift
[50/87] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[51/87] Compiling OrderedCollections OrderedSet+Hashable.swift
[52/87] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[53/87] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[54/87] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[55/87] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[56/87] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[57/87] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[58/87] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[59/87] Compiling OrderedCollections OrderedDictionary+Values.swift
[60/87] Compiling OrderedCollections OrderedSet+Initializers.swift
[61/87] Compiling OrderedCollections OrderedSet+Insertions.swift
[62/87] Compiling OrderedCollections OrderedSet+Invariants.swift
[63/87] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[64/87] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[65/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[66/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[67/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[68/87] Compiling OrderedCollections _HashTable+Bucket.swift
[69/87] Compiling OrderedCollections _HashTable+BucketIterator.swift
[70/87] Compiling OrderedCollections _HashTable+Constants.swift
[71/87] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[72/87] Compiling OrderedCollections _HashTable+Testing.swift
[73/87] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[74/87] Compiling OrderedCollections _HashTable.swift
[75/87] Compiling OrderedCollections _Hashtable+Header.swift
[76/87] Emitting module OrderedCollections
[77/87] Compiling OrderedCollections OrderedSet+Sendable.swift
[78/87] Compiling OrderedCollections OrderedSet+SubSequence.swift
[79/87] Compiling OrderedCollections OrderedSet+Testing.swift
[80/87] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[81/87] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[82/87] Compiling OrderedCollections OrderedSet.swift
[83/87] Compiling OrderedCollections _UnsafeBitset.swift
[84/88] Wrapping AST for OrderedCollections for debugging
[86/94] Compiling Navigator ViewFactory.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[87/94] Emitting module Navigator
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
[88/94] Compiling Navigator Navigator.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
[89/94] Compiling Navigator NavigationView+Ext.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
[90/94] Compiling Navigator NavigationBindings.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
[91/94] Compiling Navigator ScreenView.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[3/20] Compiling InternalCollectionsUtilities Integer rank.swift
[4/20] Emitting module InternalCollectionsUtilities
[5/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/21] Compiling InternalCollectionsUtilities Descriptions.swift
[7/21] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[9/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/21] Compiling InternalCollectionsUtilities Debugging.swift
[12/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/21] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/22] Wrapping AST for InternalCollectionsUtilities for debugging
[19/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[20/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[21/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[22/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[23/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[24/77] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[25/77] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[26/84] Compiling OrderedCollections OrderedSet+Initializers.swift
[27/84] Compiling OrderedCollections OrderedSet+Insertions.swift
[28/84] Compiling OrderedCollections OrderedSet+Invariants.swift
[29/84] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[30/84] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[31/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[32/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[33/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[34/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[35/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[36/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[37/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[38/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[39/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[40/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[41/84] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[42/84] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[43/84] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[44/84] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[45/84] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[46/84] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[47/84] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[48/84] Compiling OrderedCollections OrderedDictionary+Values.swift
[49/84] Compiling OrderedCollections OrderedDictionary.swift
[50/84] Compiling OrderedCollections OrderedSet+Codable.swift
[51/84] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[52/84] Compiling OrderedCollections OrderedSet+Descriptions.swift
[53/84] Compiling OrderedCollections OrderedSet+Diffing.swift
[54/84] Compiling OrderedCollections OrderedSet+Equatable.swift
[55/84] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[56/84] Compiling OrderedCollections OrderedSet+Hashable.swift
[57/84] Compiling OrderedCollections OrderedDictionary+Codable.swift
[58/84] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[59/84] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[60/84] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[61/84] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[62/84] Compiling OrderedCollections OrderedDictionary+Elements.swift
[63/84] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[64/84] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[65/84] Emitting module OrderedCollections
[66/84] Compiling OrderedCollections _HashTable+Bucket.swift
[67/84] Compiling OrderedCollections _HashTable+BucketIterator.swift
[68/84] Compiling OrderedCollections _HashTable+Constants.swift
[69/84] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[70/84] Compiling OrderedCollections _HashTable+Testing.swift
[71/84] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[72/84] Compiling OrderedCollections _HashTable.swift
[73/84] Compiling OrderedCollections _Hashtable+Header.swift
[74/84] Compiling OrderedCollections OrderedSet+Sendable.swift
[75/84] Compiling OrderedCollections OrderedSet+SubSequence.swift
[76/84] Compiling OrderedCollections OrderedSet+Testing.swift
[77/84] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[78/84] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[79/84] Compiling OrderedCollections OrderedSet.swift
[80/84] Compiling OrderedCollections _UnsafeBitset.swift
[81/85] Wrapping AST for OrderedCollections for debugging
[83/91] Compiling Navigator ScreenView.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
[84/91] Compiling Navigator ViewFactory.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[85/91] Emitting module Navigator
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
[86/91] Compiling Navigator NavigationView+Ext.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
[87/91] Compiling Navigator NavigationBindings.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
[88/91] Compiling Navigator Navigator.swift
/host/spi-builder-workspace/Sources/Navigator/NavigationBindings.swift:5:8: error: no such module 'SwiftUI'
 3 | //
 4 |
 5 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 6 |
 7 | /// Connects all Navigation components of a ScreenView.
BUILD FAILURE 6.1 wasm