The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UniversalGlass, reference 1.1.0 (9c0844), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 11:18:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aeastr/UniversalGlass.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aeastr/UniversalGlass
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 9c08447 fix paths
Cloned https://github.com/Aeastr/UniversalGlass.git
Revision (git rev-parse @):
9c084472801ac2c1b4c753668b275094c635b8a2
SUCCESS checkout https://github.com/Aeastr/UniversalGlass.git at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "universalglass",
      "name": "UniversalGlass",
      "url": "https://github.com/Aeastr/UniversalGlass.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UniversalGlass",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Aeastr/UniversalGlass.git
[1/566] Fetching universalglass
Fetched https://github.com/Aeastr/UniversalGlass.git from cache (1.12s)
Creating working copy for https://github.com/Aeastr/UniversalGlass.git
Working copy of https://github.com/Aeastr/UniversalGlass.git resolved at 1.1.0 (9c08447)
warning: '.resolve-product-dependencies': dependency 'universalglass' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Aeastr/UniversalGlass.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/10] Compiling UniversalGlass UniversalGlassContainers.swift
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/ButtonStyles/UniversalGlassPrimitiveButtonStyle.swift:145:34: error: type 'Bundle?' has no member 'module'
143 |
144 |     .background(
145 |         Image("tulips", bundle: .module)
    |                                  `- error: type 'Bundle?' has no member 'module'
146 |             .resizable()
147 |         .ignoresSafeArea()
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/GlassEffects/UniversalGlassEffect.swift:379:34: error: type 'Bundle?' has no member 'module'
377 |     .frame(maxWidth: .infinity, maxHeight: .infinity)
378 |     .background(
379 |         Image("tulips", bundle: .module)
    |                                  `- error: type 'Bundle?' has no member 'module'
380 |             .resizable()
381 |         .ignoresSafeArea()
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/UniversalGlassContainers.swift:533:38: error: type 'Bundle?' has no member 'module'
531 |
532 |         .background(
533 |             Image("tulips", bundle: .module)
    |                                      `- error: type 'Bundle?' has no member 'module'
534 |                 .resizable()
535 |             .ignoresSafeArea()
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/UniversalGlassContainers.swift:622:38: error: type 'Bundle?' has no member 'module'
620 |
621 |         .background(
622 |             Image("tulips", bundle: .module)
    |                                      `- error: type 'Bundle?' has no member 'module'
623 |                 .resizable()
624 |             .ignoresSafeArea()
[5/10] Compiling UniversalGlass UniversalGlassEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/GlassEffects/UniversalGlassEffect.swift:379:34: error: type 'Bundle?' has no member 'module'
377 |     .frame(maxWidth: .infinity, maxHeight: .infinity)
378 |     .background(
379 |         Image("tulips", bundle: .module)
    |                                  `- error: type 'Bundle?' has no member 'module'
380 |             .resizable()
381 |         .ignoresSafeArea()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Compiling UniversalGlass BlurTransition.swift
[7/10] Compiling UniversalGlass UniversalGlassConfiguration.swift
[8/10] Emitting module UniversalGlass
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/ButtonStyles/UniversalGlassPrimitiveButtonStyle.swift:145:34: error: type 'Bundle?' has no member 'module'
143 |
144 |     .background(
145 |         Image("tulips", bundle: .module)
    |                                  `- error: type 'Bundle?' has no member 'module'
146 |             .resizable()
147 |         .ignoresSafeArea()
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/GlassEffects/UniversalGlassEffect.swift:379:34: error: type 'Bundle?' has no member 'module'
377 |     .frame(maxWidth: .infinity, maxHeight: .infinity)
378 |     .background(
379 |         Image("tulips", bundle: .module)
    |                                  `- error: type 'Bundle?' has no member 'module'
380 |             .resizable()
381 |         .ignoresSafeArea()
[9/10] Compiling UniversalGlass UniversalGlassPrimitiveButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/ButtonStyles/UniversalGlassPrimitiveButtonStyle.swift:145:34: error: type 'Bundle?' has no member 'module'
143 |
144 |     .background(
145 |         Image("tulips", bundle: .module)
    |                                  `- error: type 'Bundle?' has no member 'module'
146 |             .resizable()
147 |         .ignoresSafeArea()
[10/10] Compiling UniversalGlass UniversalGlassButtonModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/ButtonStyles/UniversalGlassPrimitiveButtonStyle.swift:145:34: error: type 'Bundle?' has no member 'module'
143 |
144 |     .background(
145 |         Image("tulips", bundle: .module)
    |                                  `- error: type 'Bundle?' has no member 'module'
146 |             .resizable()
147 |         .ignoresSafeArea()
/Users/admin/builder/spi-builder-workspace/Sources/UniversalGlass/GlassEffects/UniversalGlassEffect.swift:379:34: error: type 'Bundle?' has no member 'module'
377 |     .frame(maxWidth: .infinity, maxHeight: .infinity)
378 |     .background(
379 |         Image("tulips", bundle: .module)
    |                                  `- error: type 'Bundle?' has no member 'module'
380 |             .resizable()
381 |         .ignoresSafeArea()
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/UniversalGlass/Media.xcassets
BUILD FAILURE 6.3 macosSpm