The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MoreWindows, reference 0.1.4 (d1aca7), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 13:13:30 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/ryanslikesocool/MoreWindows.git
Reference: 0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ryanslikesocool/MoreWindows
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at d1aca71 Merge pull request #2 from ryanslikesocool/development
Cloned https://github.com/ryanslikesocool/MoreWindows.git
Revision (git rev-parse @):
d1aca71599e2669b646b295f54ae553841b586c5
SUCCESS checkout https://github.com/ryanslikesocool/MoreWindows.git at 0.1.4
========================================
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": "morewindows",
      "name": "MoreWindows",
      "url": "https://github.com/ryanslikesocool/MoreWindows.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MoreWindows",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ryanslikesocool/MoreWindows.git
[1/1053] Fetching morewindows
Fetched https://github.com/ryanslikesocool/MoreWindows.git from cache (1.21s)
Creating working copy for https://github.com/ryanslikesocool/MoreWindows.git
Working copy of https://github.com/ryanslikesocool/MoreWindows.git resolved at 0.1.4 (d1aca71)
warning: '.resolve-product-dependencies': dependency 'morewindows' 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/ryanslikesocool/MoreWindows.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/33] Compiling _MW_Common Bundle+Extension.swift
[7/33] Compiling _MW_Common Logger.init.swift
[8/33] Compiling _MW_Common Logger.module.swift
[9/36] Emitting module _MW_Common
[10/36] Compiling _MW_Common EnvironmentValues.appVersionOptions.swift
[11/36] Compiling _MW_Common EnvironmentValues.dismissWindow.swift
[12/36] Compiling _MW_Common EnvironmentValues.windowID.swift
[13/36] Compiling _MW_Common PathReductionMode.swift
[14/36] Compiling _MW_Common PathReductionOption.swift
[15/36] Compiling _MW_Common WindowButtonMode.swift
[16/36] Compiling _MW_Common AppInfoSection.swift
[17/36] Compiling _MW_Common AppInfoSectionStyle.swift
[18/36] Compiling _MW_Common AppInfoSectionStyleConfiguration.swift
[19/36] Compiling _MW_Common AppIconOptions.swift
[20/36] Compiling _MW_Common AppVersionOptions.swift
[21/36] Compiling _MW_Common DismissWindowAction.swift
[22/36] Compiling _MW_Common OnWindowAppearModifier.swift
[23/36] Compiling _MW_Common WindowButtonsModifier.swift
[24/36] Compiling _MW_Common AppIconView.swift
[25/36] Compiling _MW_Common AnyAppInfoSectionStyle.swift
[26/36] Compiling _MW_Common DefaultAppInfoSectionStyle.swift
[27/36] Compiling _MW_Common AppNameLabel.swift
[28/36] Compiling _MW_Common WindowID.swift
[29/36] Compiling _MW_Common EnvironmentValues.appIconOptions.swift
[30/36] Compiling _MW_Common EnvironmentValues.appInfoSectionStyle.swift
[31/36] Compiling _MW_Common OpenWindowAction+Extension.swift
[32/36] Compiling _MW_Common URL+Extension.swift
[33/36] Compiling _MW_Common Window.init.swift
[34/36] Compiling _MW_Common AppVersionLabel.swift
[35/36] Compiling _MW_Common AppVersionView.swift
[36/36] Compiling _MW_Common Divided.swift
[37/73] Compiling _MW_About AboutWindowLink.swift
[38/73] Compiling _MW_About ContentView.swift
[39/73] Compiling _MW_About WindowID+constants.swift
[40/73] Compiling _MW_About EnvironmentValues.aboutWindowOptions.swift
[41/73] Compiling _MW_About CopyrightLabel.swift
[42/73] Compiling _MW_About Text+common.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_About/Views/Text+common.swift:5:59: error: type 'Bundle?' has no member 'module'
3 | extension Text {
4 | 	nonisolated static func defaultAboutWindowText() -> Self {
5 | 		Self("WINDOW_TITLE_\(Bundle.main.bundleName)", bundle: .module)
  |                                                           `- error: type 'Bundle?' has no member 'module'
6 | 	}
7 | }
[43/74] Compiling _MW_Launcher LauncherWindowLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/LauncherWindowLink.swift:23:41: error: type 'Bundle?' has no member 'module'
21 | private extension LauncherWindowLink {
22 | 	nonisolated func makeLabel() -> some View {
23 | 		Text("ACTION.SHOW_LAUNCHER", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
24 | 	}
25 | }
[44/74] Compiling _MW_Launcher RecentItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/LauncherWindowLink.swift:23:41: error: type 'Bundle?' has no member 'module'
21 | private extension LauncherWindowLink {
22 | 	nonisolated func makeLabel() -> some View {
23 | 		Text("ACTION.SHOW_LAUNCHER", bundle: .module)
   |                                         `- error: type 'Bundle?' has no member 'module'
24 | 	}
25 | }
[45/76] Compiling _MW_About Logger.module.swift
[46/76] Compiling _MW_Launcher LauncherActionOptions.swift
[47/76] Compiling _MW_Launcher LauncherWindowOptions.swift
[48/76] Emitting module _MW_About
[49/76] Compiling _MW_Launcher LauncherWindowSize.swift
[50/76] Compiling _MW_Launcher RecentItemsOptions.swift
[51/76] Compiling _MW_Launcher EnvironmentValues.recentItemsSearchFilter.swift
[52/76] Compiling _MW_Launcher Logger.module.swift
[53/76] Compiling _MW_Launcher WindowID+constants.swift
[54/76] Compiling _MW_Launcher DocumentIcon.swift
[55/76] Compiling _MW_Launcher FileNameLabel.swift
[56/76] Compiling _MW_Launcher FileURLLabel.swift
[57/76] Compiling _MW_Launcher LauncherButtonStyle.swift
[58/76] Compiling _MW_Launcher LauncherLabelStyle.swift
[59/76] Compiling _MW_Launcher RecentItemList.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/ShowInFinderButton.swift:20:42: error: type 'Bundle?' has no member 'module'
18 | private extension ShowInFinderButton {
19 | 	nonisolated func makeLabel() -> some View {
20 | 		Text("ACTION.SHOW_IN_FINDER", bundle: .module)
   |                                          `- error: type 'Bundle?' has no member 'module'
21 | 	}
22 | }
[60/76] Compiling _MW_Launcher ShowInFinderButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/ShowInFinderButton.swift:20:42: error: type 'Bundle?' has no member 'module'
18 | private extension ShowInFinderButton {
19 | 	nonisolated func makeLabel() -> some View {
20 | 		Text("ACTION.SHOW_IN_FINDER", bundle: .module)
   |                                          `- error: type 'Bundle?' has no member 'module'
21 | 	}
22 | }
[62/76] Compiling _MW_Launcher RecentItemsSearchFilter.swift
[63/76] Compiling _MW_Launcher EnvironmentValues.launcherActionOptions.swift
[67/76] Emitting module _MW_Launcher
[68/76] Compiling _MW_Launcher EnvironmentValues.launcherWindowOptions.swift
[69/76] Compiling _MW_Launcher EnvironmentValues.launcherWindowSize.swift
[70/76] Compiling _MW_Launcher EnvironmentValues.recentItemsOptions.swift
[71/76] Compiling _MW_Launcher Launcher.swift
[72/76] Compiling _MW_Launcher CloseLauncherButton.swift
[73/76] Compiling _MW_Launcher ContentView.swift
[74/76] Compiling _MW_Launcher WelcomeAppInfoSectionStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/Text+common.swift:5:59: error: type 'Bundle?' has no member 'module'
3 | extension Text {
4 | 	nonisolated static func defaultLauncherWindowText() -> Self {
5 | 		Self("WINDOW_TITLE_\(Bundle.main.bundleName)", bundle: .module)
  |                                                           `- error: type 'Bundle?' has no member 'module'
6 | 	}
7 | }
[75/76] Compiling _MW_Launcher Text+common.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/Text+common.swift:5:59: error: type 'Bundle?' has no member 'module'
3 | extension Text {
4 | 	nonisolated static func defaultLauncherWindowText() -> Self {
5 | 		Self("WINDOW_TITLE_\(Bundle.main.bundleName)", bundle: .module)
  |                                                           `- error: type 'Bundle?' has no member 'module'
6 | 	}
7 | }
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/_MW_Launcher/Localizable.xcstrings
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/_MW_About/Localizable.xcstrings
BUILD FAILURE 6.3 macosSpm