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: main
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/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.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/10] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[4/10] Emitting module XCTestDynamicOverlay
[5/10] Compiling XCTestDynamicOverlay Deprecations.swift
[6/10] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[7/11] Compiling XCTestDynamicOverlay Unimplemented.swift
[8/11] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[9/11] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[10/11] Compiling XCTestDynamicOverlay XCTFail.swift
[11/11] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[12/49] Compiling CustomDump GameKit.swift
[13/49] Compiling CustomDump KeyPath.swift
[14/49] Compiling CasePaths Result+CasePathable.swift
[15/49] Compiling CasePaths Optional+CasePathable.swift
[16/50] Emitting module CasePaths
[17/50] Compiling CustomDump CoreImage.swift
[18/50] Compiling CustomDump CoreLocation.swift
[19/50] Compiling CasePaths XCTestSupport.swift
[20/50] Compiling CustomDump CoreMotion.swift
[21/50] Compiling CustomDump Foundation.swift
[22/50] Compiling CasePaths CustomCasePaths.swift
[23/50] Compiling CasePaths EnumReflection.swift
[24/50] Compiling CustomDump Photos.swift
[25/50] Compiling CustomDump Speech.swift
[26/50] Compiling CustomDump CollectionDifference.swift
[27/50] Compiling CustomDump Mirror.swift
[28/50] Compiling CustomDump String.swift
[29/53] Compiling CustomDump Dump.swift
[30/53] Compiling CustomDump AnyType.swift
[31/53] Compiling CustomDump Box.swift
[32/53] Emitting module CustomDump
[33/53] Compiling CustomDump CustomDumpRepresentable.swift
[34/53] Compiling CustomDump CustomDumpStringConvertible.swift
[35/53] Compiling CustomDump Diff.swift
[36/53] Compiling CustomDump Unordered.swift
[37/53] Compiling CustomDump XCTAssertDifference.swift
[38/53] Compiling CustomDump XCTAssertNoDifference.swift
[43/53] Compiling CustomDump UserNotifications.swift
[44/53] Compiling CustomDump UserNotificationsUI.swift
[45/53] Compiling CustomDump CustomDumpReflectable.swift
[52/53] Compiling CustomDump SwiftUI.swift
[53/53] Compiling CustomDump UIKit.swift
[54/65] Compiling SwiftUINavigationCore RuntimeWarnings.swift
[55/66] Compiling SwiftUINavigationCore Deprecations.swift
[56/66] Compiling SwiftUINavigationCore ConfirmationDialog.swift
[57/66] Compiling SwiftUINavigationCore ConfirmationDialogState.swift
[58/66] Compiling SwiftUINavigationCore Alert.swift
[59/66] Compiling SwiftUINavigationCore AlertState.swift
[60/66] Compiling SwiftUINavigationCore Bind.swift
[61/66] Compiling SwiftUINavigationCore Binding.swift
[62/66] Compiling SwiftUINavigationCore NavigationDestination.swift
[63/66] Emitting module SwiftUINavigationCore
/Users/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/66] Compiling SwiftUINavigationCore ButtonState.swift
/Users/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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
[65/66] Compiling SwiftUINavigationCore ButtonStateBuilder.swift
/Users/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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
[66/66] Compiling SwiftUINavigationCore TextState.swift
/Users/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/builder/builds/o86TiJKT/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/79] Compiling SwiftUINavigation NavigationDestination.swift
[68/79] Compiling SwiftUINavigation NavigationLink.swift
[69/80] Compiling SwiftUINavigation ConfirmationDialog.swift
[70/80] Compiling SwiftUINavigation FullScreenCover.swift
[71/80] Compiling SwiftUINavigation WithState.swift
[72/80] Emitting module SwiftUINavigation
[73/80] Compiling SwiftUINavigation Alert.swift
[74/80] Compiling SwiftUINavigation Binding.swift
[75/80] Compiling SwiftUINavigation Sheet.swift
[76/80] Compiling SwiftUINavigation Popover.swift
[77/80] Compiling SwiftUINavigation HashableObject.swift
[78/80] Compiling SwiftUINavigation Binding+Internal.swift
[79/80] Compiling SwiftUINavigation Deprecations.swift
[80/80] Compiling SwiftUINavigation Exports.swift
Build complete! (21.64s)
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/apple/swift-docc-plugin (0.45s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/swift-custom-dump (0.64s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/pointfreeco/swift-case-paths (0.78s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.74s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-symbolkit (0.92s)
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.2 (0.57s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.1.2 (0.51s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.3.0 (0.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.02s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.12s)
Fetched https://github.com/apple/swift-syntax.git (2.45s)
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-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.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-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.3.0
Build complete.
Done.

Build Machine: Mac 5