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 OnboardingKit, reference main (78ea81), with Swift 6.2 for macOS (SPM) on 2 Dec 2025 11:23:21 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/OnboardingKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/OnboardingKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 78ea81b Update GitHub workflows
Cloned https://github.com/danielsaidi/OnboardingKit.git
Revision (git rev-parse @):
78ea81b007adb049614defa03de5b6d490c0f09e
SUCCESS checkout https://github.com/danielsaidi/OnboardingKit.git at main
Fetching https://github.com/danielsaidi/PageView.git
[1/228] Fetching pageview
Fetched https://github.com/danielsaidi/PageView.git from cache (1.01s)
Computing version for https://github.com/danielsaidi/PageView.git
Computed https://github.com/danielsaidi/PageView.git at 0.2.0 (1.53s)
Creating working copy for https://github.com/danielsaidi/PageView.git
Working copy of https://github.com/danielsaidi/PageView.git resolved at 0.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "onboardingkit",
      "name": "OnboardingKit",
      "url": "https://github.com/danielsaidi/OnboardingKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OnboardingKit",
      "dependencies": [
        {
          "identity": "pageview",
          "name": "PageView",
          "url": "https://github.com/danielsaidi/PageView.git",
          "version": "0.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PageView",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/danielsaidi/OnboardingKit.git
[1/4532] Fetching onboardingkit
Fetched https://github.com/danielsaidi/OnboardingKit.git from cache (1.49s)
Fetching https://github.com/danielsaidi/PageView.git from cache
Fetched https://github.com/danielsaidi/PageView.git from cache (0.44s)
Computing version for https://github.com/danielsaidi/PageView.git
Computed https://github.com/danielsaidi/PageView.git at 0.2.0 (0.49s)
Creating working copy for https://github.com/danielsaidi/OnboardingKit.git
Working copy of https://github.com/danielsaidi/OnboardingKit.git resolved at main (78ea81b)
Creating working copy for https://github.com/danielsaidi/PageView.git
Working copy of https://github.com/danielsaidi/PageView.git resolved at 0.2.0
warning: '.resolve-product-dependencies': dependency 'onboardingkit' is not used by any target
Found 1 product dependencies
  - PageView
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielsaidi/OnboardingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/8] Compiling PageView SwipeGestureViewModifier.swift
[5/8] Compiling PageView PageViewState.swift
[6/8] Compiling PageView PageViewIndicator.swift
[7/8] Emitting module PageView
[8/8] Compiling PageView PageView.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/36] Emitting module OnboardingKit
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[10/39] Compiling OnboardingKit OnboardingSlideshow.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[11/39] Compiling OnboardingKit OnboardingSlideshowConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[12/39] Compiling OnboardingKit OnboardingSlideshowProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[13/39] Compiling OnboardingKit OnboardingUspListItemStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[14/39] Compiling OnboardingKit OnboardingUspListStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[15/39] Compiling OnboardingKit OnboardingVerticalProgressList.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[16/39] Compiling OnboardingKit View+Onboarding.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[17/39] Compiling OnboardingKit OnboardingIntroScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[18/39] Compiling OnboardingKit OnboardingIntroScreenStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[19/39] Compiling OnboardingKit Onboarding+Delayed.swift
[20/39] Compiling OnboardingKit Onboarding.swift
[21/39] Compiling OnboardingKit OnboardingPage.swift
[22/39] Compiling OnboardingKit OnboardingFlowState.swift
[23/39] Compiling OnboardingKit Onboarding+Conditional.swift
[24/39] Compiling OnboardingKit Onboarding+CorrectBehavior.swift
[25/39] Compiling OnboardingKit OnboardingPageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[26/39] Compiling OnboardingKit OnboardingPageViewStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[27/39] Compiling OnboardingKit OnboardingPrimaryButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[28/39] Compiling OnboardingKit OnboardingSlideshowStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[29/39] Compiling OnboardingKit OnboardingUspList.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[30/39] Compiling OnboardingKit OnboardingUspListItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[31/39] Compiling OnboardingKit OnboardingUsp.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[32/39] Compiling OnboardingKit PreviewBackground.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[33/39] Compiling OnboardingKit PreviewPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[34/39] Compiling OnboardingKit OnboardingFlow+PageInfoProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[35/39] Compiling OnboardingKit OnboardingFlow.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[36/39] Compiling OnboardingKit OnboardingFlowContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:122:46: error: type 'Bundle?' has no member 'module'
120 |         OnboardingFlowCenteredContent {
121 |             OnboardingIntroScreen(
122 |                 icon: Image("Icon", bundle: .module),
    |                                              `- error: type 'Bundle?' has no member 'module'
123 |                 welcomeTitle: "Welcome to",
124 |                 title: "OnboardingKit",
[37/39] Compiling OnboardingKit OnboardingVerticalProgressListStep.swift
[38/39] Compiling OnboardingKit OnboardingVerticalProgressListStyle.swift
[39/39] Compiling OnboardingKit View+Popover.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Previews/PreviewAssets.xcassets
BUILD FAILURE 6.2 macosSpm