The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OnboardingKit, reference main (e13b42), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 21:45:36 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 e13b424 Adjust swiftlint
Cloned https://github.com/danielsaidi/OnboardingKit.git
Revision (git rev-parse @):
e13b424a95d7424a8b64ee422a88257d3e45836e
SUCCESS checkout https://github.com/danielsaidi/OnboardingKit.git at main
Fetching https://github.com/danielsaidi/PageView.git
[1/261] Fetching pageview
Fetched https://github.com/danielsaidi/PageView.git from cache (0.90s)
Computing version for https://github.com/danielsaidi/PageView.git
Computed https://github.com/danielsaidi/PageView.git at 0.2.0 (1.45s)
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "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",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/danielsaidi/OnboardingKit.git
[1/4637] Fetching onboardingkit
Fetched https://github.com/danielsaidi/OnboardingKit.git from cache (1.45s)
Fetching https://github.com/danielsaidi/PageView.git from cache
Fetched https://github.com/danielsaidi/PageView.git from cache (0.49s)
Computing version for https://github.com/danielsaidi/PageView.git
Computed https://github.com/danielsaidi/PageView.git at 0.2.0 (0.60s)
Creating working copy for https://github.com/danielsaidi/OnboardingKit.git
Working copy of https://github.com/danielsaidi/OnboardingKit.git resolved at main (e13b424)
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.3
Building package at path:  $PWD
https://github.com/danielsaidi/OnboardingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Emitting module PageView
[5/8] Compiling PageView PageViewIndicator.swift
[6/8] Compiling PageView PageView.swift
[7/8] Compiling PageView SwipeGestureViewModifier.swift
[8/8] Compiling PageView PageViewState.swift
[9/34] Compiling OnboardingKit Color+OnboardingKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[10/34] Compiling OnboardingKit OnboardingFlow+PageInfoProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[11/34] Compiling OnboardingKit OnboardingFlow.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[12/36] Compiling OnboardingKit OnboardingPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[13/36] Compiling OnboardingKit OnboardingUsp.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[14/36] Compiling OnboardingKit PreviewBackground.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[15/36] Compiling OnboardingKit OnboardingUspList.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[16/36] Compiling OnboardingKit OnboardingUspListItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[17/36] Compiling OnboardingKit OnboardingVerticalProgressList.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[18/36] Compiling OnboardingKit OnboardingVerticalProgressListStep.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[19/36] Compiling OnboardingKit PreviewPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[20/36] Compiling OnboardingKit View+Onboarding.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[21/36] Compiling OnboardingKit OnboardingIntroScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/36] Emitting module OnboardingKit
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[23/36] Compiling OnboardingKit Onboarding+CorrectBehavior.swift
[24/36] Compiling OnboardingKit Onboarding+Delayed.swift
[25/36] Compiling OnboardingKit Onboarding.swift
[26/36] Compiling OnboardingKit OnboardingFlowContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[27/36] Compiling OnboardingKit OnboardingFlowState.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[28/36] Compiling OnboardingKit Onboarding+Conditional.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[29/36] Compiling OnboardingKit OnboardingPageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[30/36] Compiling OnboardingKit OnboardingPrimaryButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[31/36] Compiling OnboardingKit OnboardingSlideshow.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[32/36] Compiling OnboardingKit OnboardingSlideshowConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[33/36] Compiling OnboardingKit OnboardingSlideshowProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[34/36] Compiling OnboardingKit OnboardingSlideshowStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingIntroScreen.swift:233:50: error: type 'Bundle?' has no member 'module'
231 |             OnboardingFlowCenteredContent {
232 |                 OnboardingIntroScreen(
233 |                     icon: Image("Icon", bundle: .module),
    |                                                  `- error: type 'Bundle?' has no member 'module'
234 |                     welcomeTitle: "Welcome to",
235 |                     title: "OnboardingKit",
[35/36] Compiling OnboardingKit OnboardingVerticalProgressListStyle.swift
[36/36] 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.3 macosSpm