Build Information
Failed to build OnboardingKit, reference 9.1.1 (c12987), with Swift 6.2 for macOS (SPM) on 22 Nov 2025 04:50:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/OnboardingKit.git
Reference: 9.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/OnboardingKit
* tag 9.1.1 -> FETCH_HEAD
HEAD is now at c12987a Use main bundle instead of module
Cloned https://github.com/danielsaidi/OnboardingKit.git
Revision (git rev-parse @):
c12987a180721aff1af526b1e9ac708901f745c6
SUCCESS checkout https://github.com/danielsaidi/OnboardingKit.git at 9.1.1
Fetching https://github.com/danielsaidi/PageView.git
[1/195] Fetching pageview
Fetched https://github.com/danielsaidi/PageView.git from cache (0.99s)
Computing version for https://github.com/danielsaidi/PageView.git
Computed https://github.com/danielsaidi/PageView.git at 0.2.0 (1.49s)
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/4492] Fetching onboardingkit
Fetched https://github.com/danielsaidi/OnboardingKit.git from cache (1.41s)
Fetching https://github.com/danielsaidi/PageView.git from cache
Fetched https://github.com/danielsaidi/PageView.git from cache (0.43s)
Computing version for https://github.com/danielsaidi/PageView.git
Computed https://github.com/danielsaidi/PageView.git at 0.2.0 (0.48s)
Creating working copy for https://github.com/danielsaidi/OnboardingKit.git
Working copy of https://github.com/danielsaidi/OnboardingKit.git resolved at 9.1.1 (c12987a)
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 PageViewState.swift
[5/8] Emitting module PageView
[6/8] Compiling PageView PageViewIndicator.swift
[7/8] Compiling PageView PageView.swift
[8/8] Compiling PageView SwipeGestureViewModifier.swift
[9/36] Compiling OnboardingKit OnboardingFlowState.swift
[10/36] Compiling OnboardingKit Onboarding+Conditional.swift
[11/36] Compiling OnboardingKit Onboarding+CorrectBehavior.swift
[12/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",
[13/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",
[14/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",
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/39] 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",
[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 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",
[20/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",
[21/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",
[22/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",
[23/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",
[24/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",
[25/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",
[26/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",
[27/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",
[28/39] Compiling OnboardingKit Onboarding+Delayed.swift
[29/39] Compiling OnboardingKit Onboarding.swift
[30/39] Compiling OnboardingKit OnboardingPage.swift
[31/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",
[32/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",
[33/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",
[34/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",
[35/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",
[36/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",
[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