The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftui-navigation with Swift 5.7 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swiftui-navigation.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swiftui-navigation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2ec6c3a Add iOS 16-compatible `navigationDestination(item:)` to core (#148)
Cloned https://github.com/pointfreeco/swiftui-navigation.git
Revision (git rev-parse @):
2ec6c3a15293efff6083966b38439a4004f25565
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swiftui-navigation.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  $workDir
https://github.com/pointfreeco/swiftui-navigation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64
Compiling plugin Swift-DocC...
Compiling plugin Swift-DocC Preview...
Building for debugging...
[1/7] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[2/7] Compiling XCTestDynamicOverlay Deprecations.swift
[3/7] Emitting module XCTestDynamicOverlay
[4/7] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[5/7] Compiling XCTestDynamicOverlay Unimplemented.swift
[6/7] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[7/7] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[8/9] Compiling XCTestDynamicOverlay XCTFail.swift
[9/9] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[10/42] Emitting module CasePaths
[11/45] Compiling CustomDump Speech.swift
[12/45] Compiling CustomDump StoreKit.swift
[13/45] Compiling CustomDump Swift.swift
[14/45] Compiling CustomDump GameKit.swift
[15/45] Compiling CustomDump KeyPath.swift
[16/45] Compiling CustomDump Photos.swift
[17/45] Compiling CasePaths Optional+CasePathable.swift
[18/45] Compiling CasePaths Result+CasePathable.swift
[19/45] Compiling CasePaths XCTestSupport.swift
[20/45] Compiling CustomDump CoreImage.swift
[21/45] Compiling CustomDump CoreLocation.swift
[22/45] Compiling CustomDump CoreMotion.swift
[23/45] Compiling CustomDump Foundation.swift
[24/45] Compiling CustomDump CustomDumpReflectable.swift
[25/45] Compiling CustomDump CustomDumpRepresentable.swift
[26/45] Compiling CustomDump CustomDumpStringConvertible.swift
[27/45] Compiling CustomDump Diff.swift
[28/45] Compiling CustomDump Dump.swift
[29/45] Compiling CustomDump AnyType.swift
[30/45] Compiling CustomDump Box.swift
[31/51] Compiling CustomDump CollectionDifference.swift
[32/51] Compiling CustomDump Mirror.swift
[33/51] Compiling CustomDump String.swift
[34/51] Compiling CustomDump Unordered.swift
[35/51] Compiling CustomDump XCTAssertDifference.swift
[36/51] Compiling CustomDump XCTAssertNoDifference.swift
[37/51] Emitting module CustomDump
[51/51] Compiling CustomDump UserNotificationsUI.swift
[52/61] Compiling SwiftUINavigationCore Alert.swift
[53/61] Compiling SwiftUINavigationCore AlertState.swift
[54/61] Compiling SwiftUINavigationCore Bind.swift
[55/64] Compiling SwiftUINavigationCore ConfirmationDialog.swift
[56/64] Compiling SwiftUINavigationCore ConfirmationDialogState.swift
[57/64] Compiling SwiftUINavigationCore Deprecations.swift
[58/64] Emitting module SwiftUINavigationCore
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/ButtonState.swift:144:12: warning: associated value 'animatedSend(_:animation:)' of 'Sendable'-conforming enum '_ActionType' has non-sendable type 'Animation'
      case animatedSend(Action?, animation: Animation?)
           ^
SwiftUI.Animation:2:23: note: struct 'Animation' does not conform to the 'Sendable' protocol
@frozen public struct Animation : Equatable {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/ButtonState.swift:3:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftUI'
  import SwiftUI
  ^
  @preconcurrency
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:58:12: warning: associated value 'font' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Font'
      case font(Font?)
           ^
SwiftUI.Font:2:23: note: struct 'Font' does not conform to the 'Sendable' protocol
@frozen public struct Font : Hashable {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:3:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftUI'
  import SwiftUI
  ^
  @preconcurrency
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:59:12: warning: associated value 'fontDesign' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Font.Design'
      case fontDesign(Font.Design?)
           ^
SwiftUI.Font:10:17: note: enum 'Design' does not conform to the 'Sendable' protocol
    public enum Design : Hashable {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:62:12: warning: associated value 'foregroundColor' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case foregroundColor(Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:70:12: warning: associated value 'strikethrough(isActive:pattern:color:)' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case strikethrough(isActive: Bool, pattern: LineStylePattern?, color: Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:72:12: warning: associated value 'underline(isActive:pattern:color:)' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case underline(isActive: Bool, pattern: LineStylePattern?, color: Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
[59/64] Compiling SwiftUINavigationCore Binding.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/ButtonState.swift:144:12: warning: associated value 'animatedSend(_:animation:)' of 'Sendable'-conforming enum '_ActionType' has non-sendable type 'Animation'
      case animatedSend(Action?, animation: Animation?)
           ^
SwiftUI.Animation:2:23: note: struct 'Animation' does not conform to the 'Sendable' protocol
@frozen public struct Animation : Equatable {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/ButtonState.swift:3:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftUI'
  import SwiftUI
  ^
  @preconcurrency
[60/64] Compiling SwiftUINavigationCore ButtonState.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/ButtonState.swift:144:12: warning: associated value 'animatedSend(_:animation:)' of 'Sendable'-conforming enum '_ActionType' has non-sendable type 'Animation'
      case animatedSend(Action?, animation: Animation?)
           ^
SwiftUI.Animation:2:23: note: struct 'Animation' does not conform to the 'Sendable' protocol
@frozen public struct Animation : Equatable {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/ButtonState.swift:3:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftUI'
  import SwiftUI
  ^
  @preconcurrency
[61/64] Compiling SwiftUINavigationCore ButtonStateBuilder.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/ButtonState.swift:144:12: warning: associated value 'animatedSend(_:animation:)' of 'Sendable'-conforming enum '_ActionType' has non-sendable type 'Animation'
      case animatedSend(Action?, animation: Animation?)
           ^
SwiftUI.Animation:2:23: note: struct 'Animation' does not conform to the 'Sendable' protocol
@frozen public struct Animation : Equatable {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/ButtonState.swift:3:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftUI'
  import SwiftUI
  ^
  @preconcurrency
[62/64] Compiling SwiftUINavigationCore RuntimeWarnings.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:58:12: warning: associated value 'font' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Font'
      case font(Font?)
           ^
SwiftUI.Font:2:23: note: struct 'Font' does not conform to the 'Sendable' protocol
@frozen public struct Font : Hashable {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:3:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftUI'
  import SwiftUI
  ^
  @preconcurrency
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:59:12: warning: associated value 'fontDesign' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Font.Design'
      case fontDesign(Font.Design?)
           ^
SwiftUI.Font:10:17: note: enum 'Design' does not conform to the 'Sendable' protocol
    public enum Design : Hashable {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:62:12: warning: associated value 'foregroundColor' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case foregroundColor(Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:70:12: warning: associated value 'strikethrough(isActive:pattern:color:)' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case strikethrough(isActive: Bool, pattern: LineStylePattern?, color: Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:72:12: warning: associated value 'underline(isActive:pattern:color:)' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case underline(isActive: Bool, pattern: LineStylePattern?, color: Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
[63/64] Compiling SwiftUINavigationCore NavigationDestination.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:58:12: warning: associated value 'font' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Font'
      case font(Font?)
           ^
SwiftUI.Font:2:23: note: struct 'Font' does not conform to the 'Sendable' protocol
@frozen public struct Font : Hashable {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:3:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftUI'
  import SwiftUI
  ^
  @preconcurrency
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:59:12: warning: associated value 'fontDesign' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Font.Design'
      case fontDesign(Font.Design?)
           ^
SwiftUI.Font:10:17: note: enum 'Design' does not conform to the 'Sendable' protocol
    public enum Design : Hashable {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:62:12: warning: associated value 'foregroundColor' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case foregroundColor(Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:70:12: warning: associated value 'strikethrough(isActive:pattern:color:)' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case strikethrough(isActive: Bool, pattern: LineStylePattern?, color: Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:72:12: warning: associated value 'underline(isActive:pattern:color:)' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case underline(isActive: Bool, pattern: LineStylePattern?, color: Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
[64/64] Compiling SwiftUINavigationCore TextState.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:58:12: warning: associated value 'font' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Font'
      case font(Font?)
           ^
SwiftUI.Font:2:23: note: struct 'Font' does not conform to the 'Sendable' protocol
@frozen public struct Font : Hashable {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:3:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftUI'
  import SwiftUI
  ^
  @preconcurrency
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:59:12: warning: associated value 'fontDesign' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Font.Design'
      case fontDesign(Font.Design?)
           ^
SwiftUI.Font:10:17: note: enum 'Design' does not conform to the 'Sendable' protocol
    public enum Design : Hashable {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:62:12: warning: associated value 'foregroundColor' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case foregroundColor(Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:70:12: warning: associated value 'strikethrough(isActive:pattern:color:)' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case strikethrough(isActive: Bool, pattern: LineStylePattern?, color: Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUINavigationCore/TextState.swift:72:12: warning: associated value 'underline(isActive:pattern:color:)' of 'Sendable'-conforming enum 'Modifier' has non-sendable type 'Color'
      case underline(isActive: Bool, pattern: LineStylePattern?, color: Color?)
           ^
SwiftUI.Color:2:23: note: struct 'Color' does not conform to the 'Sendable' protocol
@frozen public struct Color : Hashable, CustomStringConvertible {
                      ^
[65/75] Compiling SwiftUINavigation Exports.swift
[66/75] Compiling SwiftUINavigation NavigationDestination.swift
[67/75] Compiling SwiftUINavigation NavigationLink.swift
[68/78] Compiling SwiftUINavigation Alert.swift
[69/78] Compiling SwiftUINavigation Binding.swift
[70/78] Compiling SwiftUINavigation ConfirmationDialog.swift
[71/78] Compiling SwiftUINavigation FullScreenCover.swift
[72/78] Compiling SwiftUINavigation Popover.swift
[73/78] Compiling SwiftUINavigation Sheet.swift
[74/78] Compiling SwiftUINavigation WithState.swift
[75/78] Compiling SwiftUINavigation HashableObject.swift
[76/78] Compiling SwiftUINavigation Binding+Internal.swift
[77/78] Compiling SwiftUINavigation Deprecations.swift
[78/78] Emitting module SwiftUINavigation
Build complete! (31.07s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/pointfreeco/swift-custom-dump (0.77s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/pointfreeco/swift-case-paths (1.18s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/apple/swift-docc-symbolkit (1.17s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.81s)
Fetched https://github.com/apple/swift-docc-plugin (0.24s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.2 (0.07s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.1.2 (0.06s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/apple/swift-syntax.git (2.51s)
Computed https://github.com/pointfreeco/swift-case-paths at 1.3.0 (0.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.12s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.17s)
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.3.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.0.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Build complete.
Done.