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.1 for macOS (SPM) on 2 Dec 2025 11:23:21 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danielsaidi/OnboardingKit.git
https://github.com/danielsaidi/OnboardingKit.git
{
  "dependencies" : [
    {
      "identity" : "pageview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielsaidi/PageView.git"
    }
  ],
  "manifest_display_name" : "OnboardingKit",
  "name" : "OnboardingKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "OnboardingKit",
      "targets" : [
        "OnboardingKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OnboardingKitTests",
      "module_type" : "SwiftTarget",
      "name" : "OnboardingKitTests",
      "path" : "Tests/OnboardingKitTests",
      "sources" : [
        "TestUtils.swift",
        "Views/OnboardingFlowPageTests.swift"
      ],
      "target_dependencies" : [
        "OnboardingKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OnboardingKit",
      "module_type" : "SwiftTarget",
      "name" : "OnboardingKit",
      "path" : "Sources/OnboardingKit",
      "product_dependencies" : [
        "PageView"
      ],
      "product_memberships" : [
        "OnboardingKit"
      ],
      "sources" : [
        "Flows/OnboardingFlow+PageInfoProvider.swift",
        "Flows/OnboardingFlow.swift",
        "Flows/OnboardingFlowContainer.swift",
        "Flows/OnboardingFlowState.swift",
        "Onboarding+Conditional.swift",
        "Onboarding+CorrectBehavior.swift",
        "Onboarding+Delayed.swift",
        "Onboarding.swift",
        "OnboardingPage.swift",
        "OnboardingUsp.swift",
        "Previews/PreviewBackground.swift",
        "Previews/PreviewPage.swift",
        "View+Onboarding.swift",
        "Views/OnboardingIntroScreen.swift",
        "Views/OnboardingIntroScreenStyle.swift",
        "Views/OnboardingPageView.swift",
        "Views/OnboardingPageViewStyle.swift",
        "Views/OnboardingPrimaryButton.swift",
        "Views/OnboardingSlideshow.swift",
        "Views/OnboardingSlideshowConfiguration.swift",
        "Views/OnboardingSlideshowProgressView.swift",
        "Views/OnboardingSlideshowStyle.swift",
        "Views/OnboardingUspList.swift",
        "Views/OnboardingUspListItem.swift",
        "Views/OnboardingUspListItemStyle.swift",
        "Views/OnboardingUspListStyle.swift",
        "Views/OnboardingVerticalProgressList.swift",
        "Views/OnboardingVerticalProgressListStep.swift",
        "Views/OnboardingVerticalProgressListStyle.swift",
        "Views/View+Popover.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/8] Compiling PageView SwipeGestureViewModifier.swift
<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
[5/8] Compiling PageView PageViewState.swift
<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
[6/8] Emitting module PageView
<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
[7/8] Compiling PageView PageViewIndicator.swift
<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
[8/8] Compiling PageView PageView.swift
<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
[9/36] Compiling OnboardingKit View+Onboarding.swift
<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
/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/36] Compiling OnboardingKit OnboardingIntroScreen.swift
<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
/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/36] Compiling OnboardingKit OnboardingIntroScreenStyle.swift
<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
/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)
[12/39] Emitting module OnboardingKit
<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
/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 OnboardingUsp.swift
<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
/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 PreviewBackground.swift
<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
/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 PreviewPage.swift
<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
/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 OnboardingSlideshowStyle.swift
<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
/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 OnboardingUspList.swift
<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
/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 OnboardingUspListItem.swift
<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
/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
<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
[20/39] Compiling OnboardingKit Onboarding.swift
<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
[21/39] Compiling OnboardingKit OnboardingPage.swift
<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
[22/39] Compiling OnboardingKit OnboardingPageView.swift
<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
/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 OnboardingPageViewStyle.swift
<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
/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 OnboardingPrimaryButton.swift
<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
/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
<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
/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
<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
/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
<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
/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 OnboardingSlideshow.swift
<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
/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 OnboardingSlideshowConfiguration.swift
<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
/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 OnboardingSlideshowProgressView.swift
<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
/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 OnboardingFlowState.swift
<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
[32/39] Compiling OnboardingKit Onboarding+Conditional.swift
<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
[33/39] Compiling OnboardingKit Onboarding+CorrectBehavior.swift
<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
[34/39] Compiling OnboardingKit OnboardingUspListItemStyle.swift
<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
/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
<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
/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
<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
/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
<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
[38/39] Compiling OnboardingKit OnboardingVerticalProgressListStyle.swift
<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
[39/39] Compiling OnboardingKit View+Popover.swift
<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
Fetching https://github.com/danielsaidi/PageView.git
[1/228] 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.41s)
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: '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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/6] Compiling PageView PageViewState.swift
[3/6] Compiling PageView SwipeGestureViewModifier.swift
[4/6] Compiling PageView PageViewIndicator.swift
[5/6] Emitting module PageView
[6/6] Compiling PageView PageView.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/34] 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",
[8/37] Compiling OnboardingKit Onboarding+Delayed.swift
[9/37] Compiling OnboardingKit Onboarding.swift
[10/37] Compiling OnboardingKit OnboardingPage.swift
[11/37] 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",
[12/37] 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",
[13/37] 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",
[14/37] Compiling OnboardingKit OnboardingFlowState.swift
[15/37] Compiling OnboardingKit Onboarding+Conditional.swift
[16/37] Compiling OnboardingKit Onboarding+CorrectBehavior.swift
[17/37] 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",
[18/37] 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",
[19/37] 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",
[20/37] 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",
[21/37] 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",
[22/37] 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",
[23/37] 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",
[24/37] 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",
[25/37] 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",
[26/37] 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",
[27/37] 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",
[28/37] 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",
[29/37] 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",
[30/37] 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",
[31/37] 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",
[32/37] 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",
[33/37] 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",
[34/37] 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",
[35/37] Compiling OnboardingKit OnboardingVerticalProgressListStep.swift
[36/37] Compiling OnboardingKit OnboardingVerticalProgressListStyle.swift
[37/37] 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.1 macosSpm