The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OnboardingKit, reference main (e13b42), with Swift 6.1 for macOS (SPM) on 7 Feb 2026 15:42:49 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 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
========================================
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" : [
        "Extensions/Color+OnboardingKit.swift",
        "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/OnboardingPageView.swift",
        "Views/OnboardingPrimaryButton.swift",
        "Views/OnboardingSlideshow.swift",
        "Views/OnboardingSlideshowConfiguration.swift",
        "Views/OnboardingSlideshowProgressView.swift",
        "Views/OnboardingSlideshowStyle.swift",
        "Views/OnboardingUspList.swift",
        "Views/OnboardingUspListItem.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] 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
[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] 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
[9/34] 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
[10/34] 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
[11/34] 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
[12/36] 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: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 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: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 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: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
<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: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
<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: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 Color+OnboardingKit.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: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 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: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 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: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 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: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 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
/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",
[22/36] 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: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 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: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",
[24/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: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",
[25/36] 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
/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",
[26/36] 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: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 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: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)
[28/36] 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: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 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: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 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
/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 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
/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 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: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",
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingPrimaryButton.swift:86:35: error: reference to member 'glassProminent' cannot be resolved without a contextual type
 84 |             #else
 85 |             if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) {
 86 |                 self.buttonStyle(.glassProminent)
    |                                   `- error: reference to member 'glassProminent' cannot be resolved without a contextual type
 87 |             } else {
 88 |                 self.buttonStyle(.borderedProminent)
[33/36] 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: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",
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingPrimaryButton.swift:86:35: error: reference to member 'glassProminent' cannot be resolved without a contextual type
 84 |             #else
 85 |             if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) {
 86 |                 self.buttonStyle(.glassProminent)
    |                                   `- error: reference to member 'glassProminent' cannot be resolved without a contextual type
 87 |             } else {
 88 |                 self.buttonStyle(.borderedProminent)
[34/36] 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: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",
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingPrimaryButton.swift:86:35: error: reference to member 'glassProminent' cannot be resolved without a contextual type
 84 |             #else
 85 |             if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) {
 86 |                 self.buttonStyle(.glassProminent)
    |                                   `- error: reference to member 'glassProminent' cannot be resolved without a contextual type
 87 |             } else {
 88 |                 self.buttonStyle(.borderedProminent)
[35/36] 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
[36/36] 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
[6/261] Fetching pageview
Fetched https://github.com/danielsaidi/PageView.git from cache (1.02s)
Computing version for https://github.com/danielsaidi/PageView.git
Computed https://github.com/danielsaidi/PageView.git at 0.2.0 (1.54s)
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] Compiling PageView PageView.swift
[6/6] Emitting module PageView
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/32] 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",
[8/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",
[9/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",
[10/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",
[11/34] Compiling OnboardingKit Onboarding+CorrectBehavior.swift
[12/34] Compiling OnboardingKit Onboarding+Delayed.swift
[13/34] Compiling OnboardingKit Onboarding.swift
[14/34] 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",
[15/34] 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",
[16/34] 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",
[17/34] 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",
[18/34] 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",
[19/34] 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",
[20/34] 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",
[21/34] 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",
[22/34] 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",
[23/34] 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",
[24/34] 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",
[25/34] 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",
[26/34] 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",
[27/34] 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",
[28/34] 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",
[29/34] 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",
[30/34] 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",
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingPrimaryButton.swift:86:35: error: reference to member 'glassProminent' cannot be resolved without a contextual type
 84 |             #else
 85 |             if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) {
 86 |                 self.buttonStyle(.glassProminent)
    |                                   `- error: reference to member 'glassProminent' cannot be resolved without a contextual type
 87 |             } else {
 88 |                 self.buttonStyle(.borderedProminent)
[31/34] 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",
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingPrimaryButton.swift:86:35: error: reference to member 'glassProminent' cannot be resolved without a contextual type
 84 |             #else
 85 |             if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) {
 86 |                 self.buttonStyle(.glassProminent)
    |                                   `- error: reference to member 'glassProminent' cannot be resolved without a contextual type
 87 |             } else {
 88 |                 self.buttonStyle(.borderedProminent)
[32/34] 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",
/Users/admin/builder/spi-builder-workspace/Sources/OnboardingKit/Views/OnboardingPrimaryButton.swift:86:35: error: reference to member 'glassProminent' cannot be resolved without a contextual type
 84 |             #else
 85 |             if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) {
 86 |                 self.buttonStyle(.glassProminent)
    |                                   `- error: reference to member 'glassProminent' cannot be resolved without a contextual type
 87 |             } else {
 88 |                 self.buttonStyle(.borderedProminent)
[33/34] Compiling OnboardingKit OnboardingVerticalProgressListStyle.swift
[34/34] 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