The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build MoreWindows, reference main (d1aca7), with Swift 6.0 for macOS (SPM) on 30 Dec 2024 20:23:59 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryanslikesocool/MoreWindows.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ryanslikesocool/MoreWindows
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ryanslikesocool/MoreWindows.git
[1/918] Fetching morewindows
Fetched https://github.com/ryanslikesocool/MoreWindows.git from cache (1.17s)
Creating working copy for https://github.com/ryanslikesocool/MoreWindows.git
Working copy of https://github.com/ryanslikesocool/MoreWindows.git resolved at main (d1aca71)
warning: '.resolve-product-dependencies': dependency 'morewindows' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ryanslikesocool/MoreWindows.git
https://github.com/ryanslikesocool/MoreWindows.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "MoreWindows",
  "name" : "MoreWindows",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MoreWindows",
      "targets" : [
        "MoreWindows"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_MW_Launcher",
      "module_type" : "SwiftTarget",
      "name" : "_MW_Launcher",
      "path" : "Sources/_MW_Launcher",
      "product_memberships" : [
        "MoreWindows"
      ],
      "sources" : [
        "Data/LauncherActionOptions.swift",
        "Data/LauncherWindowOptions.swift",
        "Data/LauncherWindowSize.swift",
        "Data/RecentItemsOptions.swift",
        "Data/RecentItemsSearchFilter.swift",
        "Environment/EnvironmentValues.launcherActionOptions.swift",
        "Environment/EnvironmentValues.launcherWindowOptions.swift",
        "Environment/EnvironmentValues.launcherWindowSize.swift",
        "Environment/EnvironmentValues.recentItemsOptions.swift",
        "Environment/EnvironmentValues.recentItemsSearchFilter.swift",
        "Extensions/Logger.module.swift",
        "Extensions/WindowID+constants.swift",
        "Launcher.swift",
        "Views/CloseLauncherButton.swift",
        "Views/ContentView.swift",
        "Views/DocumentIcon.swift",
        "Views/FileNameLabel.swift",
        "Views/FileURLLabel.swift",
        "Views/LauncherWindowLink.swift",
        "Views/Recent Item/RecentItem.swift",
        "Views/Recent Item/RecentItemList.swift",
        "Views/ShowInFinderButton.swift",
        "Views/Styles/LauncherButtonStyle.swift",
        "Views/Styles/LauncherLabelStyle.swift",
        "Views/Styles/WelcomeAppInfoSectionStyle.swift",
        "Views/Text+common.swift"
      ],
      "target_dependencies" : [
        "_MW_Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_MW_Common",
      "module_type" : "SwiftTarget",
      "name" : "_MW_Common",
      "path" : "Sources/_MW_Common",
      "product_memberships" : [
        "MoreWindows"
      ],
      "sources" : [
        "Data/AppIconOptions.swift",
        "Data/AppVersionOptions.swift",
        "Data/DismissWindowAction.swift",
        "Data/PathReductionMode.swift",
        "Data/PathReductionOption.swift",
        "Data/WindowButtonMode.swift",
        "Data/WindowID.swift",
        "Environment/EnvironmentValues.appIconOptions.swift",
        "Environment/EnvironmentValues.appInfoSectionStyle.swift",
        "Environment/EnvironmentValues.appVersionOptions.swift",
        "Environment/EnvironmentValues.dismissWindow.swift",
        "Environment/EnvironmentValues.windowID.swift",
        "Extensions/Bundle+Extension.swift",
        "Extensions/Logger.init.swift",
        "Extensions/Logger.module.swift",
        "Extensions/OpenWindowAction+Extension.swift",
        "Extensions/URL+Extension.swift",
        "Extensions/Window.init.swift",
        "Modifiers/OnWindowAppearModifier.swift",
        "Modifiers/WindowButtonsModifier.swift",
        "Views/AppIconView.swift",
        "Views/AppInfoSection/AppInfoSection.swift",
        "Views/AppInfoSection/AppInfoSectionStyle.swift",
        "Views/AppInfoSection/AppInfoSectionStyleConfiguration.swift",
        "Views/AppInfoSection/Styles/AnyAppInfoSectionStyle.swift",
        "Views/AppInfoSection/Styles/DefaultAppInfoSectionStyle.swift",
        "Views/AppNameLabel.swift",
        "Views/AppVersionLabel.swift",
        "Views/AppVersionView.swift",
        "Views/Divided.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_MW_About",
      "module_type" : "SwiftTarget",
      "name" : "_MW_About",
      "path" : "Sources/_MW_About",
      "product_memberships" : [
        "MoreWindows"
      ],
      "sources" : [
        "About.swift",
        "Data/AboutWindowLayout.swift",
        "Data/AboutWindowOptions.swift",
        "Environment/EnvironmentValues.aboutWindowLayout.swift",
        "Environment/EnvironmentValues.aboutWindowOptions.swift",
        "Extensions/Logger.module.swift",
        "Extensions/WindowID+constants.swift",
        "Views/AboutWindowLink.swift",
        "Views/ContentView.swift",
        "Views/CopyrightLabel.swift",
        "Views/Text+common.swift",
        "Views/VerticalContentView.swift"
      ],
      "target_dependencies" : [
        "_MW_Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MoreWindows",
      "module_type" : "SwiftTarget",
      "name" : "MoreWindows",
      "path" : "Sources/MoreWindows",
      "product_memberships" : [
        "MoreWindows"
      ],
      "sources" : [
        "_export.swift"
      ],
      "target_dependencies" : [
        "_MW_About",
        "_MW_Launcher"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/33] Compiling _MW_Common PathReductionMode.swift
[7/33] Compiling _MW_Common PathReductionOption.swift
[8/33] Compiling _MW_Common WindowButtonMode.swift
[9/36] Compiling _MW_Common Bundle+Extension.swift
[10/36] Compiling _MW_Common Logger.init.swift
[11/36] Compiling _MW_Common Logger.module.swift
[12/36] Compiling _MW_Common AppVersionLabel.swift
[13/36] Compiling _MW_Common AppVersionView.swift
[14/36] Compiling _MW_Common Divided.swift
[15/36] Compiling _MW_Common EnvironmentValues.appVersionOptions.swift
[16/36] Compiling _MW_Common EnvironmentValues.dismissWindow.swift
[17/36] Compiling _MW_Common EnvironmentValues.windowID.swift
[18/36] Compiling _MW_Common OpenWindowAction+Extension.swift
[19/36] Compiling _MW_Common URL+Extension.swift
[20/36] Compiling _MW_Common Window.init.swift
[21/36] Compiling _MW_Common AppIconOptions.swift
[22/36] Compiling _MW_Common AppVersionOptions.swift
[23/36] Compiling _MW_Common DismissWindowAction.swift
[24/36] Compiling _MW_Common AppInfoSection.swift
[25/36] Compiling _MW_Common AppInfoSectionStyle.swift
[26/36] Compiling _MW_Common AppInfoSectionStyleConfiguration.swift
[27/36] Compiling _MW_Common WindowID.swift
[28/36] Compiling _MW_Common EnvironmentValues.appIconOptions.swift
[29/36] Compiling _MW_Common EnvironmentValues.appInfoSectionStyle.swift
[30/36] Compiling _MW_Common AnyAppInfoSectionStyle.swift
[31/36] Compiling _MW_Common DefaultAppInfoSectionStyle.swift
[32/36] Compiling _MW_Common AppNameLabel.swift
[33/36] Emitting module _MW_Common
[34/36] Compiling _MW_Common OnWindowAppearModifier.swift
[35/36] Compiling _MW_Common WindowButtonsModifier.swift
[36/36] Compiling _MW_Common AppIconView.swift
[37/73] Compiling _MW_About ContentView.swift
[38/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 | }
[39/73] Compiling _MW_About AboutWindowLink.swift
[40/73] Compiling _MW_About CopyrightLabel.swift
[41/73] Compiling _MW_About Logger.module.swift
[42/73] Compiling _MW_About WindowID+constants.swift
[43/74] Compiling _MW_Launcher LauncherWindowSize.swift
[44/74] Compiling _MW_Launcher EnvironmentValues.launcherWindowOptions.swift
[45/74] Compiling _MW_About EnvironmentValues.aboutWindowOptions.swift
[46/74] Emitting module _MW_About
[47/74] Compiling _MW_Launcher LauncherActionOptions.swift
[48/74] Compiling _MW_Launcher LauncherWindowOptions.swift
[50/74] Compiling _MW_Launcher EnvironmentValues.launcherWindowSize.swift
[51/74] Compiling _MW_Launcher EnvironmentValues.recentItemsOptions.swift
[52/76] 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 | }
[53/76] 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 | }
[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 | }
[64/76] Emitting module _MW_Launcher
[65/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 | }
[66/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 | }
[67/76] Compiling _MW_About VerticalContentView.swift
[68/76] Compiling _MW_Launcher EnvironmentValues.recentItemsSearchFilter.swift
[69/76] Compiling _MW_Launcher Logger.module.swift
[70/76] Compiling _MW_Launcher WindowID+constants.swift
[71/76] Compiling _MW_Launcher RecentItemsOptions.swift
[72/76] Compiling _MW_Launcher RecentItemsSearchFilter.swift
[73/76] Compiling _MW_Launcher EnvironmentValues.launcherActionOptions.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/_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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/29] Compiling _MW_Common PathReductionMode.swift
[3/29] Compiling _MW_Common PathReductionOption.swift
[4/29] Compiling _MW_Common WindowButtonMode.swift
[5/32] Compiling _MW_Common Bundle+Extension.swift
[6/32] Compiling _MW_Common Logger.init.swift
[7/32] Compiling _MW_Common Logger.module.swift
[8/32] Compiling _MW_Common EnvironmentValues.appVersionOptions.swift
[9/32] Compiling _MW_Common EnvironmentValues.dismissWindow.swift
[10/32] Compiling _MW_Common EnvironmentValues.windowID.swift
[11/32] Compiling _MW_Common AnyAppInfoSectionStyle.swift
[12/32] Compiling _MW_Common DefaultAppInfoSectionStyle.swift
[13/32] Compiling _MW_Common AppNameLabel.swift
[14/32] Compiling _MW_Common WindowID.swift
[15/32] Compiling _MW_Common EnvironmentValues.appIconOptions.swift
[16/32] Compiling _MW_Common EnvironmentValues.appInfoSectionStyle.swift
[17/32] Compiling _MW_Common OpenWindowAction+Extension.swift
[18/32] Compiling _MW_Common URL+Extension.swift
[19/32] Compiling _MW_Common Window.init.swift
[20/32] Compiling _MW_Common AppIconOptions.swift
[21/32] Compiling _MW_Common AppVersionOptions.swift
[22/32] Compiling _MW_Common DismissWindowAction.swift
[23/32] Compiling _MW_Common AppInfoSection.swift
[24/32] Compiling _MW_Common AppInfoSectionStyle.swift
[25/32] Compiling _MW_Common AppInfoSectionStyleConfiguration.swift
[26/32] Emitting module _MW_Common
[27/32] Compiling _MW_Common OnWindowAppearModifier.swift
[28/32] Compiling _MW_Common WindowButtonsModifier.swift
[29/32] Compiling _MW_Common AppIconView.swift
[30/32] Compiling _MW_Common AppVersionLabel.swift
[31/32] Compiling _MW_Common AppVersionView.swift
[32/32] Compiling _MW_Common Divided.swift
[33/69] 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 | }
[34/70] Compiling _MW_About CopyrightLabel.swift
[35/70] Compiling _MW_About ContentView.swift
[36/70] Compiling _MW_About WindowID+constants.swift
[37/70] Compiling _MW_About EnvironmentValues.aboutWindowOptions.swift
[38/70] Compiling _MW_About Logger.module.swift
[39/70] Compiling _MW_About AboutWindowLink.swift
[40/70] Compiling _MW_Launcher LauncherActionOptions.swift
[41/70] Compiling _MW_Launcher LauncherWindowOptions.swift
[42/70] Compiling _MW_Launcher LauncherWindowSize.swift
[43/70] Compiling _MW_Launcher Launcher.swift
[44/70] Emitting module _MW_About
[45/70] Compiling _MW_Launcher EnvironmentValues.launcherWindowOptions.swift
[46/70] Compiling _MW_Launcher EnvironmentValues.launcherWindowSize.swift
[47/70] Compiling _MW_Launcher EnvironmentValues.recentItemsOptions.swift
[48/70] Compiling _MW_Launcher EnvironmentValues.recentItemsSearchFilter.swift
[49/70] Compiling _MW_Launcher Logger.module.swift
[50/70] Compiling _MW_Launcher WindowID+constants.swift
[51/70] Compiling _MW_Launcher LauncherButtonStyle.swift
[52/70] Compiling _MW_Launcher LauncherLabelStyle.swift
[53/72] 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 | }
[54/72] 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 | }
[55/72] Compiling _MW_Launcher DocumentIcon.swift
[56/72] Compiling _MW_Launcher FileNameLabel.swift
[57/72] Compiling _MW_Launcher FileURLLabel.swift
[58/72] Compiling _MW_Launcher RecentItemsOptions.swift
[59/72] Compiling _MW_Launcher RecentItemsSearchFilter.swift
[60/72] Compiling _MW_Launcher EnvironmentValues.launcherActionOptions.swift
[61/72] 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 | }
[62/72] 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 | }
[66/72] Emitting module _MW_Launcher
[67/72] Compiling _MW_About VerticalContentView.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/_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.0 macosSpm