Build Information
Failed to build swiftui-navigation-transitions, reference main (76ae9c
), with Swift 5.10 for Linux on 1 Nov 2024 12:17:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davdroman/swiftui-navigation-transitions.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/davdroman/swiftui-navigation-transitions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 76ae9c6 Rename `NavigationTransition` to `NavigationTransitionProtocol` (#142)
Cloned https://github.com/davdroman/swiftui-navigation-transitions.git
Revision (git rev-parse @):
76ae9c621422a1f38c30a07c8b7636994b669484
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davdroman/swiftui-navigation-transitions.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/davdroman/swiftui-navigation-transitions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/siteline/swiftui-introspect
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4511] Fetching swift-custom-dump
[4512/13837] Fetching swift-custom-dump, swiftui-introspect
[13838/18811] Fetching swift-custom-dump, swiftui-introspect, xctest-dynamic-overlay
Fetched https://github.com/siteline/swiftui-introspect from cache (0.40s)
[9436/9485] Fetching swift-custom-dump, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.62s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.63s)
Computing version for https://github.com/siteline/swiftui-introspect
Computed https://github.com/siteline/swiftui-introspect at 1.3.0 (1.13s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.36s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.2 (0.32s)
Creating working copy for https://github.com/siteline/swiftui-introspect
Working copy of https://github.com/siteline/swiftui-introspect 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.4.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.3.3
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/104] Emitting module Animation
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[15/105] Compiling RuntimeAssociation RuntimeAssociation.swift
/host/spi-builder-workspace/Sources/RuntimeAssociation/RuntimeAssociation.swift:1:8: error: no such module 'ObjectiveC'
import ObjectiveC
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/105] Emitting module RuntimeAssociation
/host/spi-builder-workspace/Sources/RuntimeAssociation/RuntimeAssociation.swift:1:8: error: no such module 'ObjectiveC'
import ObjectiveC
^
[17/105] Compiling RuntimeAssociation RuntimeAssociationPolicy.swift
/host/spi-builder-workspace/Sources/RuntimeAssociation/RuntimeAssociation.swift:1:8: error: no such module 'ObjectiveC'
import ObjectiveC
^
error: fatalError
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/105] Emitting module RuntimeSwizzling
/host/spi-builder-workspace/Sources/RuntimeSwizzling/Swizzle.swift:1:8: error: no such module 'ObjectiveC'
import ObjectiveC
^
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:8: error: no such module 'UIKit'
import UIKit
^
/host/spi-builder-workspace/Sources/RuntimeSwizzling/Swizzle.swift:1:8: error: no such module 'ObjectiveC'
import ObjectiveC
^
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
^
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
import SwiftUI
^
BUILD FAILURE 5.10 linux