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 Instantiate, reference 4.0.1 (5652b7), with Swift 6.1 for Android on 27 May 2025 21:50:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/tarunon/Instantiate.git
Reference: 4.0.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/tarunon/Instantiate
 * tag               4.0.1      -> FETCH_HEAD
HEAD is now at 5652b7d fix: spm package resolve problem
Cloned https://github.com/tarunon/Instantiate.git
Revision (git rev-parse @):
5652b7deb45e4826dab31fa67336c1f9649e42c2
SUCCESS checkout https://github.com/tarunon/Instantiate.git at 4.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tarunon/Instantiate.git
https://github.com/tarunon/Instantiate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Instantiate",
  "name" : "Instantiate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "Instantiate",
      "targets" : [
        "Instantiate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InstantiateStandard",
      "targets" : [
        "InstantiateStandard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "InstantiateTests",
      "module_type" : "SwiftTarget",
      "name" : "InstantiateTests",
      "path" : "Tests/InstantiateTests",
      "sources" : [
        "InstantiateTests.swift",
        "iOS/Resources-iOS.swift",
        "macOS/Resources-macOS.swift",
        "tvOS/Resoources-tvOS.swift"
      ],
      "target_dependencies" : [
        "Instantiate",
        "InstantiateStandard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InstantiateStandard",
      "module_type" : "SwiftTarget",
      "name" : "InstantiateStandard",
      "path" : "Sources/InstantiateStandard",
      "product_memberships" : [
        "InstantiateStandard"
      ],
      "sources" : [
        "Deprecated.swift",
        "Extensions.swift"
      ],
      "target_dependencies" : [
        "Instantiate"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Instantiate",
      "module_type" : "SwiftTarget",
      "name" : "Instantiate",
      "path" : "Sources/Instantiate",
      "product_memberships" : [
        "Instantiate",
        "InstantiateStandard"
      ],
      "sources" : [
        "Deprecated.swift",
        "Identifier.swift",
        "Injectable.swift",
        "Instantiatable.swift",
        "Nib.swift",
        "Reusable.swift",
        "Storyboard.swift",
        "ViewLoadBeforeInject.swift",
        "iOS/Nib+UIView.swift",
        "iOS/Nib+UIViewController.swift",
        "iOS/Reusable+UICollectionView.swift",
        "iOS/Reusable+UITableView.swift",
        "iOS/Storyboard+UIViewController.swift",
        "macOS/Nib+NSView.swift",
        "macOS/Nib+NSViewController.swift",
        "macOS/Reusable+NSCollectionView.swift",
        "macOS/Reusable+NSTableView.swift",
        "macOS/Storyboard+NSViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/20] Emitting module Instantiate
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:28:25: error: cannot find type 'NibName' in scope
26 |
27 | public protocol NibType {
28 |     static var nibName: NibName { get }
   |                         `- error: cannot find type 'NibName' in scope
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:30:21: error: cannot find type 'Nib' in scope
28 |     static var nibName: NibName { get }
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
   |                     `- error: cannot find type 'Nib' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:38:21: error: cannot find type 'Nib' in scope
36 |     }
37 |
38 |     static var nib: Nib {
   |                     `- error: cannot find type 'Nib' in scope
39 |         #if os(iOS) || os(tvOS)
40 |             return Nib(nibName: nibName, bundle: nibBundle)
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:28:32: error: cannot find type 'StoryboardName' in scope
26 |
27 | public protocol StoryboardType {
28 |     static var storyboardName: StoryboardName { get }
   |                                `- error: cannot find type 'StoryboardName' in scope
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:30:28: error: cannot find type 'Storyboard' in scope
28 |     static var storyboardName: StoryboardName { get }
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
   |                            `- error: cannot find type 'Storyboard' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:38:28: error: cannot find type 'Storyboard' in scope
36 |     }
37 |
38 |     static var storyboard: Storyboard {
   |                            `- error: cannot find type 'Storyboard' in scope
39 |         return Storyboard(name: storyboardName, bundle: storyboardBundle)
40 |     }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:45:21: error: cannot find type 'StoryboardSceneIdentifier' in scope
43 | public enum InstantiateSource {
44 |     case initial
45 |     case identifier(StoryboardSceneIdentifier)
   |                     `- error: cannot find type 'StoryboardSceneIdentifier' in scope
46 | }
47 |
[5/22] Compiling Instantiate Reusable+NSTableView.swift
[6/22] Compiling Instantiate Storyboard+NSViewController.swift
[7/22] Compiling Instantiate Nib+NSViewController.swift
[8/22] Compiling Instantiate Reusable+NSCollectionView.swift
[9/22] Compiling Instantiate Storyboard+UIViewController.swift
[10/22] Compiling Instantiate Nib+NSView.swift
[11/22] Compiling Instantiate Reusable+UICollectionView.swift
[12/22] Compiling Instantiate Reusable+UITableView.swift
[13/22] Compiling Instantiate Nib+UIView.swift
[14/22] Compiling Instantiate Nib+UIViewController.swift
[15/22] Compiling Instantiate Deprecated.swift
[16/22] Compiling Instantiate Identifier.swift
[17/22] Compiling Instantiate Injectable.swift
[18/22] Compiling Instantiate Storyboard.swift
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:28:32: error: cannot find type 'StoryboardName' in scope
26 |
27 | public protocol StoryboardType {
28 |     static var storyboardName: StoryboardName { get }
   |                                `- error: cannot find type 'StoryboardName' in scope
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:30:28: error: cannot find type 'Storyboard' in scope
28 |     static var storyboardName: StoryboardName { get }
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
   |                            `- error: cannot find type 'Storyboard' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:38:28: error: cannot find type 'Storyboard' in scope
36 |     }
37 |
38 |     static var storyboard: Storyboard {
   |                            `- error: cannot find type 'Storyboard' in scope
39 |         return Storyboard(name: storyboardName, bundle: storyboardBundle)
40 |     }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:45:21: error: cannot find type 'StoryboardSceneIdentifier' in scope
43 | public enum InstantiateSource {
44 |     case initial
45 |     case identifier(StoryboardSceneIdentifier)
   |                     `- error: cannot find type 'StoryboardSceneIdentifier' in scope
46 | }
47 |
[19/22] Compiling Instantiate ViewLoadBeforeInject.swift
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:28:32: error: cannot find type 'StoryboardName' in scope
26 |
27 | public protocol StoryboardType {
28 |     static var storyboardName: StoryboardName { get }
   |                                `- error: cannot find type 'StoryboardName' in scope
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:30:28: error: cannot find type 'Storyboard' in scope
28 |     static var storyboardName: StoryboardName { get }
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
   |                            `- error: cannot find type 'Storyboard' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:38:28: error: cannot find type 'Storyboard' in scope
36 |     }
37 |
38 |     static var storyboard: Storyboard {
   |                            `- error: cannot find type 'Storyboard' in scope
39 |         return Storyboard(name: storyboardName, bundle: storyboardBundle)
40 |     }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:45:21: error: cannot find type 'StoryboardSceneIdentifier' in scope
43 | public enum InstantiateSource {
44 |     case initial
45 |     case identifier(StoryboardSceneIdentifier)
   |                     `- error: cannot find type 'StoryboardSceneIdentifier' in scope
46 | }
47 |
[20/22] Compiling Instantiate Instantiatable.swift
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:28:25: error: cannot find type 'NibName' in scope
26 |
27 | public protocol NibType {
28 |     static var nibName: NibName { get }
   |                         `- error: cannot find type 'NibName' in scope
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:30:21: error: cannot find type 'Nib' in scope
28 |     static var nibName: NibName { get }
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
   |                     `- error: cannot find type 'Nib' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:38:21: error: cannot find type 'Nib' in scope
36 |     }
37 |
38 |     static var nib: Nib {
   |                     `- error: cannot find type 'Nib' in scope
39 |         #if os(iOS) || os(tvOS)
40 |             return Nib(nibName: nibName, bundle: nibBundle)
[21/22] Compiling Instantiate Nib.swift
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:28:25: error: cannot find type 'NibName' in scope
26 |
27 | public protocol NibType {
28 |     static var nibName: NibName { get }
   |                         `- error: cannot find type 'NibName' in scope
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:30:21: error: cannot find type 'Nib' in scope
28 |     static var nibName: NibName { get }
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
   |                     `- error: cannot find type 'Nib' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:38:21: error: cannot find type 'Nib' in scope
36 |     }
37 |
38 |     static var nib: Nib {
   |                     `- error: cannot find type 'Nib' in scope
39 |         #if os(iOS) || os(tvOS)
40 |             return Nib(nibName: nibName, bundle: nibBundle)
[22/22] Compiling Instantiate Reusable.swift
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:28:25: error: cannot find type 'NibName' in scope
26 |
27 | public protocol NibType {
28 |     static var nibName: NibName { get }
   |                         `- error: cannot find type 'NibName' in scope
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:30:21: error: cannot find type 'Nib' in scope
28 |     static var nibName: NibName { get }
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
   |                     `- error: cannot find type 'Nib' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:38:21: error: cannot find type 'Nib' in scope
36 |     }
37 |
38 |     static var nib: Nib {
   |                     `- error: cannot find type 'Nib' in scope
39 |         #if os(iOS) || os(tvOS)
40 |             return Nib(nibName: nibName, bundle: nibBundle)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling Instantiate Reusable+UICollectionView.swift
[3/18] Compiling Instantiate Reusable+UITableView.swift
[4/20] Compiling Instantiate Deprecated.swift
[5/20] Compiling Instantiate Identifier.swift
[6/20] Compiling Instantiate Injectable.swift
[7/20] Compiling Instantiate Reusable+NSTableView.swift
[8/20] Compiling Instantiate Storyboard+NSViewController.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/20] Emitting module Instantiate
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:28:25: error: cannot find type 'NibName' in scope
26 |
27 | public protocol NibType {
28 |     static var nibName: NibName { get }
   |                         `- error: cannot find type 'NibName' in scope
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:30:21: error: cannot find type 'Nib' in scope
28 |     static var nibName: NibName { get }
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
   |                     `- error: cannot find type 'Nib' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:38:21: error: cannot find type 'Nib' in scope
36 |     }
37 |
38 |     static var nib: Nib {
   |                     `- error: cannot find type 'Nib' in scope
39 |         #if os(iOS) || os(tvOS)
40 |             return Nib(nibName: nibName, bundle: nibBundle)
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:28:32: error: cannot find type 'StoryboardName' in scope
26 |
27 | public protocol StoryboardType {
28 |     static var storyboardName: StoryboardName { get }
   |                                `- error: cannot find type 'StoryboardName' in scope
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:30:28: error: cannot find type 'Storyboard' in scope
28 |     static var storyboardName: StoryboardName { get }
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
   |                            `- error: cannot find type 'Storyboard' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:38:28: error: cannot find type 'Storyboard' in scope
36 |     }
37 |
38 |     static var storyboard: Storyboard {
   |                            `- error: cannot find type 'Storyboard' in scope
39 |         return Storyboard(name: storyboardName, bundle: storyboardBundle)
40 |     }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:45:21: error: cannot find type 'StoryboardSceneIdentifier' in scope
43 | public enum InstantiateSource {
44 |     case initial
45 |     case identifier(StoryboardSceneIdentifier)
   |                     `- error: cannot find type 'StoryboardSceneIdentifier' in scope
46 | }
47 |
[10/20] Compiling Instantiate Storyboard.swift
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:28:32: error: cannot find type 'StoryboardName' in scope
26 |
27 | public protocol StoryboardType {
28 |     static var storyboardName: StoryboardName { get }
   |                                `- error: cannot find type 'StoryboardName' in scope
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:30:28: error: cannot find type 'Storyboard' in scope
28 |     static var storyboardName: StoryboardName { get }
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
   |                            `- error: cannot find type 'Storyboard' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:38:28: error: cannot find type 'Storyboard' in scope
36 |     }
37 |
38 |     static var storyboard: Storyboard {
   |                            `- error: cannot find type 'Storyboard' in scope
39 |         return Storyboard(name: storyboardName, bundle: storyboardBundle)
40 |     }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:45:21: error: cannot find type 'StoryboardSceneIdentifier' in scope
43 | public enum InstantiateSource {
44 |     case initial
45 |     case identifier(StoryboardSceneIdentifier)
   |                     `- error: cannot find type 'StoryboardSceneIdentifier' in scope
46 | }
47 |
[11/20] Compiling Instantiate ViewLoadBeforeInject.swift
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:28:32: error: cannot find type 'StoryboardName' in scope
26 |
27 | public protocol StoryboardType {
28 |     static var storyboardName: StoryboardName { get }
   |                                `- error: cannot find type 'StoryboardName' in scope
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:30:28: error: cannot find type 'Storyboard' in scope
28 |     static var storyboardName: StoryboardName { get }
29 |     static var storyboardBundle: Bundle { get }
30 |     static var storyboard: Storyboard { get }
   |                            `- error: cannot find type 'Storyboard' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:38:28: error: cannot find type 'Storyboard' in scope
36 |     }
37 |
38 |     static var storyboard: Storyboard {
   |                            `- error: cannot find type 'Storyboard' in scope
39 |         return Storyboard(name: storyboardName, bundle: storyboardBundle)
40 |     }
/host/spi-builder-workspace/Sources/Instantiate/Storyboard.swift:45:21: error: cannot find type 'StoryboardSceneIdentifier' in scope
43 | public enum InstantiateSource {
44 |     case initial
45 |     case identifier(StoryboardSceneIdentifier)
   |                     `- error: cannot find type 'StoryboardSceneIdentifier' in scope
46 | }
47 |
[12/20] Compiling Instantiate Instantiatable.swift
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:28:25: error: cannot find type 'NibName' in scope
26 |
27 | public protocol NibType {
28 |     static var nibName: NibName { get }
   |                         `- error: cannot find type 'NibName' in scope
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:30:21: error: cannot find type 'Nib' in scope
28 |     static var nibName: NibName { get }
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
   |                     `- error: cannot find type 'Nib' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:38:21: error: cannot find type 'Nib' in scope
36 |     }
37 |
38 |     static var nib: Nib {
   |                     `- error: cannot find type 'Nib' in scope
39 |         #if os(iOS) || os(tvOS)
40 |             return Nib(nibName: nibName, bundle: nibBundle)
[13/20] Compiling Instantiate Nib.swift
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:28:25: error: cannot find type 'NibName' in scope
26 |
27 | public protocol NibType {
28 |     static var nibName: NibName { get }
   |                         `- error: cannot find type 'NibName' in scope
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:30:21: error: cannot find type 'Nib' in scope
28 |     static var nibName: NibName { get }
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
   |                     `- error: cannot find type 'Nib' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:38:21: error: cannot find type 'Nib' in scope
36 |     }
37 |
38 |     static var nib: Nib {
   |                     `- error: cannot find type 'Nib' in scope
39 |         #if os(iOS) || os(tvOS)
40 |             return Nib(nibName: nibName, bundle: nibBundle)
[14/20] Compiling Instantiate Reusable.swift
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:28:25: error: cannot find type 'NibName' in scope
26 |
27 | public protocol NibType {
28 |     static var nibName: NibName { get }
   |                         `- error: cannot find type 'NibName' in scope
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:30:21: error: cannot find type 'Nib' in scope
28 |     static var nibName: NibName { get }
29 |     static var nibBundle: Bundle { get }
30 |     static var nib: Nib { get }
   |                     `- error: cannot find type 'Nib' in scope
31 | }
32 |
/host/spi-builder-workspace/Sources/Instantiate/Nib.swift:38:21: error: cannot find type 'Nib' in scope
36 |     }
37 |
38 |     static var nib: Nib {
   |                     `- error: cannot find type 'Nib' in scope
39 |         #if os(iOS) || os(tvOS)
40 |             return Nib(nibName: nibName, bundle: nibBundle)
[15/20] Compiling Instantiate Storyboard+UIViewController.swift
[16/20] Compiling Instantiate Nib+NSView.swift
[17/20] Compiling Instantiate Nib+UIView.swift
[18/20] Compiling Instantiate Nib+UIViewController.swift
[19/20] Compiling Instantiate Nib+NSViewController.swift
[20/20] Compiling Instantiate Reusable+NSCollectionView.swift
BUILD FAILURE 6.1 android