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 FirebladePAL, reference 0.2.2 (c6b3fa), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 21:23:08 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fireblade-engine/pal.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fireblade-engine/pal
 * tag               0.2.2      -> FETCH_HEAD
HEAD is now at c6b3fab Update dependency ctreffs/SwiftVulkan to from: "0.2.1" (#23)
Cloned https://github.com/fireblade-engine/pal.git
Revision (git rev-parse @):
c6b3fabeec37931ac479c9c301a60880be2f5822
SUCCESS checkout https://github.com/fireblade-engine/pal.git at 0.2.2
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fireblade-engine/pal.git
https://github.com/fireblade-engine/pal.git
{
  "dependencies" : [
    {
      "identity" : "math",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fireblade-engine/math.git"
    },
    {
      "identity" : "time",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fireblade-engine/time.git"
    },
    {
      "identity" : "swiftsdl2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ctreffs/SwiftSDL2.git"
    },
    {
      "identity" : "swiftvulkan",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ctreffs/SwiftVulkan"
    },
    {
      "identity" : "swiftnfd",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ctreffs/SwiftNFD.git"
    }
  ],
  "manifest_display_name" : "FirebladePAL",
  "name" : "FirebladePAL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FirebladePAL",
      "targets" : [
        "FirebladePAL"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "CPUBackendDemoApp",
      "targets" : [
        "CPUBackendDemoApp"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VulkanBackendDemoApp",
      "targets" : [
        "VulkanBackendDemoApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VulkanBackendDemoApp",
      "module_type" : "SwiftTarget",
      "name" : "VulkanBackendDemoApp",
      "path" : "Sources/VulkanBackendDemoApp",
      "product_dependencies" : [
        "Vulkan"
      ],
      "product_memberships" : [
        "VulkanBackendDemoApp"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "FirebladePAL"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FirebladePALTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebladePALTests",
      "path" : "Tests/FirebladePALTests",
      "sources" : [
        "FirebladePALTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FirebladePAL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebladePAL",
      "module_type" : "SwiftTarget",
      "name" : "FirebladePAL",
      "path" : "Sources/FirebladePAL",
      "product_dependencies" : [
        "FirebladeMath",
        "FirebladeTime",
        "SDL2",
        "Vulkan",
        "NFD"
      ],
      "product_memberships" : [
        "FirebladePAL",
        "CPUBackendDemoApp",
        "VulkanBackendDemoApp"
      ],
      "sources" : [
        "Clipboard.swift",
        "Events.swift",
        "Keys.swift",
        "Platform.swift",
        "Platform/Apple/APPL+Extensions.swift",
        "Platform/Apple/APPLAppDelegate.swift",
        "Platform/Apple/APPLDisplayLink.swift",
        "Platform/Apple/APPLEvents.swift",
        "Platform/Apple/APPLPlatform.swift",
        "Platform/Apple/APPLScreen.swift",
        "Platform/Apple/APPLShims.swift",
        "Platform/Apple/APPLView.swift",
        "Platform/Apple/APPLViewController.swift",
        "Platform/Apple/APPLWindow.swift",
        "Platform/PlatformEvents.swift",
        "Platform/PlatformInitialization.swift",
        "Platform/SDL/SDLClipboard.swift",
        "Platform/SDL/SDLError.swift",
        "Platform/SDL/SDLEvents.swift",
        "Platform/SDL/SDLKeys.swift",
        "Platform/SDL/SDLPlatform.swift",
        "Platform/SDL/SDLScreen.swift",
        "Platform/SDL/SDLWindow.swift",
        "Platform/SDL/Surface/SDLCPUWindowSurface.swift",
        "Platform/SDL/Surface/SDLMTLSurface.swift",
        "Platform/SDL/Surface/SDLOpenGLWindowSurface.swift",
        "Platform/SDL/Surface/SDLVLKWindowSurface.swift",
        "Platform/SDL/Surface/SDLWindowSurface.swift",
        "PointerButton.swift",
        "Screen.swift",
        "Surface.swift",
        "Window.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CPUBackendDemoApp",
      "module_type" : "SwiftTarget",
      "name" : "CPUBackendDemoApp",
      "path" : "Sources/CPUBackendDemoApp",
      "product_memberships" : [
        "CPUBackendDemoApp"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "FirebladePAL"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/ctreffs/SwiftVulkan
Fetching from https://github.com/fireblade-engine/time.git
Fetching from https://github.com/ctreffs/SwiftNFD.git
Fetching from https://github.com/ctreffs/SwiftSDL2.git
Fetching from https://github.com/fireblade-engine/math.git
Creating working copy of package ‘SwiftVulkan’
Checking out 0.2.1 of package ‘SwiftVulkan’
Creating working copy of package ‘time’
Checking out 0.2.0 of package ‘time’
Creating working copy of package ‘math’
Checking out 0.13.0 of package ‘math’
Creating working copy of package ‘SwiftNFD’
Checking out 1.0.2 of package ‘SwiftNFD’
Creating working copy of package ‘SwiftSDL2’
Checking out 1.4.1 of package ‘SwiftSDL2’
product 'SDL2' required by package 'spi-builder-workspace' target 'FirebladePAL' not found in package 'SDL2'. Did you mean '.product(name: "SDL2", package: "swiftsdl2")'?failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for sdl2you may be able to install vulkan using your system-packager:
    brew install vulkan-sdk
Resolve Package Graph
product 'SDL2' required by package 'spi-builder-workspace' target 'FirebladePAL' not found in package 'SDL2'. Did you mean '.product(name: "SDL2", package: "swiftsdl2")'?couldn't find pc file for sdl2you may be able to install vulkan using your system-packager:
    brew install vulkan-sdk
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 14:23:07.577 xcodebuild[519:2921] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_14-23-0007.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'SDL2' required by package 'spi-builder-workspace' target 'FirebladePAL' not found in package 'SDL2'. Did you mean '.product(name: "SDL2", package: "swiftsdl2")'?
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
product 'SDL2' required by package 'spi-builder-workspace' target 'FirebladePAL' not found in package 'SDL2'. Did you mean '.product(name: "SDL2", package: "swiftsdl2")'?you may be able to install vulkan using your system-packager:
    brew install vulkan-sdk
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for sdl2
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 14:23:08.265 xcodebuild[907:4526] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_14-23-0008.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'SDL2' required by package 'spi-builder-workspace' target 'FirebladePAL' not found in package 'SDL2'. Did you mean '.product(name: "SDL2", package: "swiftsdl2")'?
BUILD FAILURE 6.1 watchOS