The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swiftui-navigation-transitions, reference 0.15.1 (4148cc), with Swift 6.1 for Android on 31 May 2025 02:02:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davdroman/swiftui-navigation-transitions.git
Reference: 0.15.1
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
 * tag               0.15.1     -> FETCH_HEAD
HEAD is now at 4148cc2 Rename and fix doc links
Cloned https://github.com/davdroman/swiftui-navigation-transitions.git
Revision (git rev-parse @):
4148cc224e5dba72a7d7052d2fe211c83a2a78e9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davdroman/swiftui-navigation-transitions.git at 0.15.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/davdroman/swiftui-navigation-transitions.git
https://github.com/davdroman/swiftui-navigation-transitions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swiftui-introspect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/siteline/swiftui-introspect"
    }
  ],
  "manifest_display_name" : "swiftui-navigation-transitions",
  "name" : "swiftui-navigation-transitions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUINavigationTransitions",
      "targets" : [
        "SwiftUINavigationTransitions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UIKitNavigationTransitions",
      "targets" : [
        "UIKitNavigationTransitions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "UIKitNavigationTransitions",
      "module_type" : "SwiftTarget",
      "name" : "UIKitNavigationTransitions",
      "path" : "Sources/UIKitNavigationTransitions",
      "product_memberships" : [
        "SwiftUINavigationTransitions",
        "UIKitNavigationTransitions"
      ],
      "sources" : [
        "Delegate.swift",
        "Interaction.swift",
        "Interactivity.swift",
        "UIKitSupport.swift",
        "_Exports.swift"
      ],
      "target_dependencies" : [
        "NavigationTransition",
        "RuntimeAssociation",
        "RuntimeSwizzling"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestUtils",
      "module_type" : "SwiftTarget",
      "name" : "TestUtils",
      "path" : "Sources/TestUtils",
      "product_dependencies" : [
        "CustomDump",
        "IssueReporting"
      ],
      "sources" : [
        "Animator+Mocks.swift",
        "AnimatorTransientView+Mocks.swift",
        "AtomicTransition+Mocks.swift",
        "NavigationTransition+Mocks.swift",
        "UIKitContext+Mocks.swift",
        "UIView+Mocks.swift",
        "_Exports.swift"
      ],
      "target_dependencies" : [
        "SwiftUINavigationTransitions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftUINavigationTransitions",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUINavigationTransitions",
      "path" : "Sources/SwiftUINavigationTransitions",
      "product_dependencies" : [
        "SwiftUIIntrospect"
      ],
      "product_memberships" : [
        "SwiftUINavigationTransitions"
      ],
      "sources" : [
        "SwiftUISupport.swift",
        "_Exports.swift"
      ],
      "target_dependencies" : [
        "NavigationTransition",
        "RuntimeAssociation",
        "RuntimeSwizzling",
        "UIKitNavigationTransitions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RuntimeSwizzling",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeSwizzling",
      "path" : "Sources/RuntimeSwizzling",
      "product_memberships" : [
        "SwiftUINavigationTransitions",
        "UIKitNavigationTransitions"
      ],
      "sources" : [
        "Swizzle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RuntimeAssociation",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeAssociation",
      "path" : "Sources/RuntimeAssociation",
      "product_memberships" : [
        "SwiftUINavigationTransitions",
        "UIKitNavigationTransitions"
      ],
      "sources" : [
        "RuntimeAssociation.swift",
        "RuntimeAssociationPolicy.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NavigationTransition",
      "module_type" : "SwiftTarget",
      "name" : "NavigationTransition",
      "path" : "Sources/NavigationTransition",
      "product_dependencies" : [
        "IssueReporting"
      ],
      "product_memberships" : [
        "SwiftUINavigationTransitions",
        "UIKitNavigationTransitions"
      ],
      "sources" : [
        "AnyNavigationTransition.swift",
        "Combined.swift",
        "Default.swift",
        "Fade.swift",
        "Identity.swift",
        "Mirror.swift",
        "NavigationTransitionBuilder.swift",
        "NavigationTransitionProtocol.swift",
        "On.swift",
        "Pick.swift",
        "PrimitiveNavigationTransition.swift",
        "Slide.swift",
        "_Exports.swift"
      ],
      "target_dependencies" : [
        "Animation",
        "AtomicTransition"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AtomicTransitionTests",
      "module_type" : "SwiftTarget",
      "name" : "AtomicTransitionTests",
      "path" : "Tests/AtomicTransitionTests",
      "sources" : [
        "CombinedTests.swift",
        "GroupTests.swift",
        "IdentityTests.swift",
        "MoveTests.swift",
        "OffsetTests.swift",
        "OnTests.swift",
        "OpacityTests.swift",
        "RotateTests.swift",
        "ScaleTests.swift",
        "ZPositionTests.swift"
      ],
      "target_dependencies" : [
        "AtomicTransition",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AtomicTransition",
      "module_type" : "SwiftTarget",
      "name" : "AtomicTransition",
      "path" : "Sources/AtomicTransition",
      "product_memberships" : [
        "SwiftUINavigationTransitions",
        "UIKitNavigationTransitions"
      ],
      "sources" : [
        "AtomicTransition.swift",
        "AtomicTransitionBuilder.swift",
        "Combined.swift",
        "Group.swift",
        "Identity.swift",
        "Mirror.swift",
        "Move.swift",
        "Offset.swift",
        "On.swift",
        "Opacity.swift",
        "Rotate.swift",
        "Rotate3D.swift",
        "Scale.swift",
        "ZPosition.swift",
        "_Exports.swift"
      ],
      "target_dependencies" : [
        "Animator"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AnimatorTests",
      "module_type" : "SwiftTarget",
      "name" : "AnimatorTests",
      "path" : "Tests/AnimatorTests",
      "sources" : [
        "AnimatorTransientViewPropertiesTests.swift",
        "AnimatorTransientViewTests.swift"
      ],
      "target_dependencies" : [
        "Animator",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Animator",
      "module_type" : "SwiftTarget",
      "name" : "Animator",
      "path" : "Sources/Animator",
      "product_memberships" : [
        "SwiftUINavigationTransitions",
        "UIKitNavigationTransitions"
      ],
      "sources" : [
        "Animator.swift",
        "AnimatorTransientView.swift",
        "AnimatorTransientViewProperties.swift",
        "OptionalWithDefault.swift",
        "Transform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Animation",
      "module_type" : "SwiftTarget",
      "name" : "Animation",
      "path" : "Sources/Animation",
      "product_memberships" : [
        "SwiftUINavigationTransitions",
        "UIKitNavigationTransitions"
      ],
      "sources" : [
        "Animation.swift",
        "Default.swift",
        "EaseIn.swift",
        "EaseInOut.swift",
        "EaseOut.swift",
        "InterpolatingSpring.swift",
        "Linear.swift",
        "TimingCurve.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
f4339ce4abd6: Pulling fs layer
f4339ce4abd6: Verifying Checksum
f4339ce4abd6: Download complete
f4339ce4abd6: Pull complete
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/siteline/swiftui-introspect
[1/4581] Fetching swift-custom-dump
[4582/13911] Fetching swift-custom-dump, swiftui-introspect
[13819/19369] Fetching swift-custom-dump, swiftui-introspect, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.61s)
[12551/14788] Fetching swiftui-introspect, xctest-dynamic-overlay
Fetched https://github.com/siteline/swiftui-introspect from cache (1.05s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.06s)
Computing version for https://github.com/siteline/swiftui-introspect
warning: 'swiftui-introspect': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "swiftui-introspect",
 7 |     platforms: [
Computed https://github.com/siteline/swiftui-introspect at 1.3.0 (1.69s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.52s)
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
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/siteline/swiftui-introspect
Working copy of https://github.com/siteline/swiftui-introspect resolved at 1.3.0
warning: 'swiftui-introspect': /host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "swiftui-introspect",
 7 |     platforms: [
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/106] Compiling Animation EaseOut.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[16/107] Compiling Animation EaseIn.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[17/107] Compiling Animation InterpolatingSpring.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[18/107] Compiling Animation Linear.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[19/107] Compiling Animation EaseInOut.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[20/107] Compiling Animation Animation.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[21/107] Compiling Animator AnimatorTransientViewProperties.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/107] Emitting module Animation
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[23/107] Compiling Animation Default.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/107] Emitting module RuntimeSwizzling
/host/spi-builder-workspace/Sources/RuntimeSwizzling/Swizzle.swift:1:15: error: no such module 'ObjectiveC'
 1 | public import ObjectiveC
   |               `- error: no such module 'ObjectiveC'
 2 |
 3 | public var swizzleLogs = false
[25/107] Compiling RuntimeSwizzling Swizzle.swift
/host/spi-builder-workspace/Sources/RuntimeSwizzling/Swizzle.swift:1:15: error: no such module 'ObjectiveC'
 1 | public import ObjectiveC
   |               `- error: no such module 'ObjectiveC'
 2 |
 3 | public var swizzleLogs = false
[26/107] Compiling RuntimeAssociation RuntimeAssociationPolicy.swift
/host/spi-builder-workspace/Sources/RuntimeAssociation/RuntimeAssociation.swift:1:8: error: no such module 'ObjectiveC'
 1 | import ObjectiveC
   |        `- error: no such module 'ObjectiveC'
 2 |
 3 | public protocol RuntimeAssociation: AnyObject {
[27/107] Compiling Animation TimingCurve.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[28/107] Compiling Animator OptionalWithDefault.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
[29/107] Compiling Animator Transform.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/107] Emitting module Animator
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/107] Emitting module RuntimeAssociation
/host/spi-builder-workspace/Sources/RuntimeAssociation/RuntimeAssociation.swift:1:8: error: no such module 'ObjectiveC'
 1 | import ObjectiveC
   |        `- error: no such module 'ObjectiveC'
 2 |
 3 | public protocol RuntimeAssociation: AnyObject {
[32/107] Compiling RuntimeAssociation RuntimeAssociation.swift
/host/spi-builder-workspace/Sources/RuntimeAssociation/RuntimeAssociation.swift:1:8: error: no such module 'ObjectiveC'
 1 | import ObjectiveC
   |        `- error: no such module 'ObjectiveC'
 2 |
 3 | public protocol RuntimeAssociation: AnyObject {
[33/107] Compiling Animator Animator.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
[34/107] Compiling Animator AnimatorTransientView.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'swiftui-introspect': /host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "swiftui-introspect",
 7 |     platforms: [
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/93] Emitting module RuntimeAssociation
/host/spi-builder-workspace/Sources/RuntimeAssociation/RuntimeAssociation.swift:1:8: error: no such module 'ObjectiveC'
 1 | import ObjectiveC
   |        `- error: no such module 'ObjectiveC'
 2 |
 3 | public protocol RuntimeAssociation: AnyObject {
[3/93] Compiling RuntimeAssociation RuntimeAssociation.swift
/host/spi-builder-workspace/Sources/RuntimeAssociation/RuntimeAssociation.swift:1:8: error: no such module 'ObjectiveC'
 1 | import ObjectiveC
   |        `- error: no such module 'ObjectiveC'
 2 |
 3 | public protocol RuntimeAssociation: AnyObject {
[4/93] Compiling RuntimeAssociation RuntimeAssociationPolicy.swift
/host/spi-builder-workspace/Sources/RuntimeAssociation/RuntimeAssociation.swift:1:8: error: no such module 'ObjectiveC'
 1 | import ObjectiveC
   |        `- error: no such module 'ObjectiveC'
 2 |
 3 | public protocol RuntimeAssociation: AnyObject {
[5/93] Emitting module RuntimeSwizzling
/host/spi-builder-workspace/Sources/RuntimeSwizzling/Swizzle.swift:1:15: error: no such module 'ObjectiveC'
 1 | public import ObjectiveC
   |               `- error: no such module 'ObjectiveC'
 2 |
 3 | public var swizzleLogs = false
[6/93] Compiling RuntimeSwizzling Swizzle.swift
/host/spi-builder-workspace/Sources/RuntimeSwizzling/Swizzle.swift:1:15: error: no such module 'ObjectiveC'
 1 | public import ObjectiveC
   |               `- error: no such module 'ObjectiveC'
 2 |
 3 | public var swizzleLogs = false
[7/93] Compiling Animation EaseOut.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/94] Emitting module Animation
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[9/94] Compiling Animation Linear.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[10/94] Compiling Animator AnimatorTransientView.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
[11/94] Compiling Animator Transform.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
[12/94] Compiling Animator OptionalWithDefault.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
[13/94] Compiling Animation EaseIn.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/94] Emitting module Animator
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
[15/94] Compiling Animator Animator.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
[16/94] Compiling Animation Animation.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[17/94] Compiling Animator AnimatorTransientViewProperties.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
 1 | public import SwiftUI
   |               `- error: no such module 'SwiftUI'
 2 |
 3 | /// Typealias for `Animator`. Useful for disambiguation.
[18/94] Compiling Animation Default.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[19/94] Compiling Animation InterpolatingSpring.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[20/94] Compiling Animation EaseInOut.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
[21/94] Compiling Animation TimingCurve.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
 1 | package import UIKit
   |                `- error: no such module 'UIKit'
 2 |
 3 | public struct Animation {
BUILD FAILURE 6.1 android