The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftSDL2, reference 0.0.7 (a0b119), with Swift 6.1 for iOS using Xcode 16.3 on 24 Apr 2025 17:18:46 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSDL2-Package -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sunlubo/swiftsdl2.git
Reference: 0.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sunlubo/swiftsdl2
 * tag               0.0.7      -> FETCH_HEAD
HEAD is now at a0b1192 Merge branch 'master' of https://github.com/sunlubo/SwiftSDL2
Cloned https://github.com/sunlubo/swiftsdl2.git
Revision (git rev-parse @):
a0b119201b2d0734efd4ecc1a1029e9be5478126
SUCCESS checkout https://github.com/sunlubo/swiftsdl2.git at 0.0.7
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sunlubo/swiftsdl2.git
https://github.com/sunlubo/swiftsdl2.git
{
  "dependencies" : [
    {
      "identity" : "csdl2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sunlubo/CSDL2"
    }
  ],
  "manifest_display_name" : "SwiftSDL2",
  "name" : "SwiftSDL2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftSDL2",
      "targets" : [
        "SwiftSDL2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ThreadDemo",
      "targets" : [
        "ThreadDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftSDL2Demo",
      "targets" : [
        "SwiftSDL2Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThreadDemo",
      "module_type" : "SwiftTarget",
      "name" : "ThreadDemo",
      "path" : "Sources/ThreadDemo",
      "product_memberships" : [
        "ThreadDemo"
      ],
      "sources" : [
        "BlockingQueue.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL2"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSDL2Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL2Tests",
      "path" : "Tests/SwiftSDL2Tests",
      "sources" : [
        "WindowTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDL2Demo",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL2Demo",
      "path" : "Sources/Demo",
      "product_memberships" : [
        "SwiftSDL2Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL2"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSDL2",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL2",
      "path" : "Sources/SwiftSDL2",
      "product_memberships" : [
        "SwiftSDL2",
        "ThreadDemo",
        "SwiftSDL2Demo"
      ],
      "sources" : [
        "Audio.swift",
        "Event.swift",
        "Mutex.swift",
        "PointerExt.swift",
        "Renderer.swift",
        "SDLError.swift",
        "StringExt.swift",
        "Surface.swift",
        "Texture.swift",
        "Thread.swift",
        "Timer.swift",
        "Util.swift",
        "Window.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "csdl2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sunlubo/CSDL2"
    }
  ],
  "manifest_display_name" : "SwiftSDL2",
  "name" : "SwiftSDL2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftSDL2",
      "targets" : [
        "SwiftSDL2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ThreadDemo",
      "targets" : [
        "ThreadDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftSDL2Demo",
      "targets" : [
        "SwiftSDL2Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThreadDemo",
      "module_type" : "SwiftTarget",
      "name" : "ThreadDemo",
      "path" : "Sources/ThreadDemo",
      "product_memberships" : [
        "ThreadDemo"
      ],
      "sources" : [
        "BlockingQueue.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL2"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSDL2Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL2Tests",
      "path" : "Tests/SwiftSDL2Tests",
      "sources" : [
        "WindowTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDL2Demo",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL2Demo",
      "path" : "Sources/Demo",
      "product_memberships" : [
        "SwiftSDL2Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL2"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSDL2",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL2",
      "path" : "Sources/SwiftSDL2",
      "product_memberships" : [
        "SwiftSDL2",
        "ThreadDemo",
        "SwiftSDL2Demo"
      ],
      "sources" : [
        "Audio.swift",
        "Event.swift",
        "Mutex.swift",
        "PointerExt.swift",
        "Renderer.swift",
        "SDLError.swift",
        "StringExt.swift",
        "Surface.swift",
        "Texture.swift",
        "Thread.swift",
        "Timer.swift",
        "Util.swift",
        "Window.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SwiftSDL2",
    "schemes" : [
      "SwiftSDL2-Package",
      "SwiftSDL2Demo",
      "SwiftSDL2PackageDescription",
      "SwiftSDL2PackageTests",
      "ThreadDemo"
    ],
    "targets" : [
      "SwiftSDL2",
      "SwiftSDL2Demo",
      "SwiftSDL2PackageDescription",
      "SwiftSDL2PackageTests",
      "SwiftSDL2Tests",
      "ThreadDemo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSDL2-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftSDL2-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'ThreadDemo' in project 'SwiftSDL2'
        ➜ Explicit dependency on target 'SwiftSDL2' in project 'SwiftSDL2'
    Target 'SwiftSDL2Demo' in project 'SwiftSDL2'
        ➜ Explicit dependency on target 'SwiftSDL2' in project 'SwiftSDL2'
    Target 'SwiftSDL2' in project 'SwiftSDL2' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4a3b727f4fd13835a1d2767a90bcec80
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4a3b727f4fd13835a1d2767a90bcec80.xcbuilddata
/Users/admin/builder/spi-builder-workspace/SwiftSDL2.xcodeproj: error: Signing for "SwiftSDL2Demo" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'SwiftSDL2Demo' from project 'SwiftSDL2')
/Users/admin/builder/spi-builder-workspace/SwiftSDL2.xcodeproj: error: Signing for "ThreadDemo" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'ThreadDemo' from project 'SwiftSDL2')
** BUILD FAILED **
The following build commands failed:
	Building project SwiftSDL2 with scheme SwiftSDL2-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "csdl2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sunlubo/CSDL2"
    }
  ],
  "manifest_display_name" : "SwiftSDL2",
  "name" : "SwiftSDL2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftSDL2",
      "targets" : [
        "SwiftSDL2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ThreadDemo",
      "targets" : [
        "ThreadDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftSDL2Demo",
      "targets" : [
        "SwiftSDL2Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThreadDemo",
      "module_type" : "SwiftTarget",
      "name" : "ThreadDemo",
      "path" : "Sources/ThreadDemo",
      "product_memberships" : [
        "ThreadDemo"
      ],
      "sources" : [
        "BlockingQueue.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL2"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSDL2Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL2Tests",
      "path" : "Tests/SwiftSDL2Tests",
      "sources" : [
        "WindowTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDL2Demo",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL2Demo",
      "path" : "Sources/Demo",
      "product_memberships" : [
        "SwiftSDL2Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL2"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSDL2",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL2",
      "path" : "Sources/SwiftSDL2",
      "product_memberships" : [
        "SwiftSDL2",
        "ThreadDemo",
        "SwiftSDL2Demo"
      ],
      "sources" : [
        "Audio.swift",
        "Event.swift",
        "Mutex.swift",
        "PointerExt.swift",
        "Renderer.swift",
        "SDLError.swift",
        "StringExt.swift",
        "Surface.swift",
        "Texture.swift",
        "Thread.swift",
        "Timer.swift",
        "Util.swift",
        "Window.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SwiftSDL2",
    "schemes" : [
      "SwiftSDL2-Package",
      "SwiftSDL2Demo",
      "SwiftSDL2PackageDescription",
      "SwiftSDL2PackageTests",
      "ThreadDemo"
    ],
    "targets" : [
      "SwiftSDL2",
      "SwiftSDL2Demo",
      "SwiftSDL2PackageDescription",
      "SwiftSDL2PackageTests",
      "SwiftSDL2Tests",
      "ThreadDemo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSDL2-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftSDL2-Package -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'ThreadDemo' in project 'SwiftSDL2'
        ➜ Explicit dependency on target 'SwiftSDL2' in project 'SwiftSDL2'
    Target 'SwiftSDL2Demo' in project 'SwiftSDL2'
        ➜ Explicit dependency on target 'SwiftSDL2' in project 'SwiftSDL2'
    Target 'SwiftSDL2' in project 'SwiftSDL2' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 033a74c0fb7db21b72ab96abe5f98e43
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/033a74c0fb7db21b72ab96abe5f98e43.xcbuilddata
/Users/admin/builder/spi-builder-workspace/SwiftSDL2.xcodeproj: error: Signing for "SwiftSDL2Demo" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'SwiftSDL2Demo' from project 'SwiftSDL2')
/Users/admin/builder/spi-builder-workspace/SwiftSDL2.xcodeproj: error: Signing for "ThreadDemo" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'ThreadDemo' from project 'SwiftSDL2')
** BUILD FAILED **
The following build commands failed:
	Building project SwiftSDL2 with scheme SwiftSDL2-Package
(1 failure)
BUILD FAILURE 6.1 iOS