The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.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: 1.3.0
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swiftui-navigation
 * tag               1.3.0      -> FETCH_HEAD
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 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/pointfreeco/swiftui-navigation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/9] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[4/9] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[5/11] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[6/11] Compiling XCTestDynamicOverlay Deprecations.swift
[7/11] Emitting module XCTestDynamicOverlay
[8/11] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[9/11] Compiling XCTestDynamicOverlay Unimplemented.swift
[10/11] Compiling XCTestDynamicOverlay XCTFail.swift
[11/11] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[12/44] Compiling CasePaths Macros.swift
[13/44] Compiling CasePaths Never+CasePathable.swift
[14/44] Compiling CasePaths Operators.swift
[15/47] Emitting module CasePaths
[16/47] Compiling CasePaths Deprecations.swift
[17/47] Compiling CasePaths OpenExistential.swift
[18/47] Compiling CasePaths TypeName.swift
[19/47] Compiling CasePaths Optional+CasePathable.swift
[20/47] Compiling CasePaths Result+CasePathable.swift
[21/47] Compiling CasePaths XCTestSupport.swift
[22/47] Compiling CustomDump CoreImage.swift
[23/47] Compiling CustomDump CoreLocation.swift
[24/47] Compiling CustomDump CoreMotion.swift
[25/47] Compiling CustomDump Foundation.swift
[26/47] Compiling CustomDump CustomDumpReflectable.swift
[27/47] Compiling CustomDump CustomDumpRepresentable.swift
[28/47] Compiling CustomDump CustomDumpStringConvertible.swift
[29/47] Compiling CustomDump Diff.swift
[30/47] Compiling CustomDump Dump.swift
[31/47] Compiling CustomDump AnyType.swift
[32/47] Compiling CustomDump Box.swift
[33/53] Compiling CustomDump CollectionDifference.swift
[34/53] Compiling CustomDump Mirror.swift
[35/53] Compiling CustomDump String.swift
[36/53] Compiling CustomDump Unordered.swift
[37/53] Compiling CustomDump XCTAssertDifference.swift
[38/53] Compiling CustomDump XCTAssertNoDifference.swift
[39/53] Emitting module CustomDump
[53/53] Compiling CustomDump UserNotificationsUI.swift
[54/63] Compiling SwiftUINavigationCore ConfirmationDialog.swift
[55/63] Compiling SwiftUINavigationCore ConfirmationDialogState.swift
[56/63] Compiling SwiftUINavigationCore Deprecations.swift
[57/66] Emitting module SwiftUINavigationCore
/Users/admin/builds/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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 {
                      ^
[58/66] Compiling SwiftUINavigationCore Alert.swift
[59/66] Compiling SwiftUINavigationCore AlertState.swift
[60/66] Compiling SwiftUINavigationCore Bind.swift
[61/66] Compiling SwiftUINavigationCore Binding.swift
/Users/admin/builds/vMd7uqzK/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/vMd7uqzK/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/66] Compiling SwiftUINavigationCore ButtonState.swift
/Users/admin/builds/vMd7uqzK/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/vMd7uqzK/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
[63/66] Compiling SwiftUINavigationCore ButtonStateBuilder.swift
/Users/admin/builds/vMd7uqzK/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/vMd7uqzK/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
[64/66] Compiling SwiftUINavigationCore RuntimeWarnings.swift
/Users/admin/builds/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/66] Compiling SwiftUINavigationCore NavigationDestination.swift
/Users/admin/builds/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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 {
                      ^
[66/66] Compiling SwiftUINavigationCore TextState.swift
/Users/admin/builds/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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/vMd7uqzK/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 {
                      ^
[67/77] Compiling SwiftUINavigation Exports.swift
[68/77] Compiling SwiftUINavigation NavigationDestination.swift
[69/77] Compiling SwiftUINavigation NavigationLink.swift
[70/80] Compiling SwiftUINavigation Popover.swift
[71/80] Compiling SwiftUINavigation Sheet.swift
[72/80] Compiling SwiftUINavigation WithState.swift
[73/80] Emitting module SwiftUINavigation
[74/80] Compiling SwiftUINavigation HashableObject.swift
[75/80] Compiling SwiftUINavigation Binding+Internal.swift
[76/80] Compiling SwiftUINavigation Deprecations.swift
[77/80] Compiling SwiftUINavigation Alert.swift
[78/80] Compiling SwiftUINavigation Binding.swift
[79/80] Compiling SwiftUINavigation ConfirmationDialog.swift
[80/80] Compiling SwiftUINavigation FullScreenCover.swift
Build complete! (30.10s)
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-plugin (0.31s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-case-paths (0.60s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.60s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/swift-custom-dump (0.40s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.83s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.2 (0.12s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.1.2 (0.10s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.3.0 (0.06s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.09s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Fetched https://github.com/apple/swift-syntax.git (1.34s)
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.14s)
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
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/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/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
Build complete.
Done.