The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftSDL2, reference 0.0.7 (a0b119), with Swift 6.2 for tvOS using Xcode 26.3 on 17 Jun 2025 18:50:22 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sunlubo/swiftsdl2.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSDL2-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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=tvOS
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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ba84e7bec6845894f7b3e5c0bf985511
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ba84e7bec6845894f7b3e5c0bf985511.xcbuilddata
/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')
/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')
** BUILD FAILED **
The following build commands failed:
	Building project SwiftSDL2 with scheme SwiftSDL2-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSDL2-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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=tvOS
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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ba84e7bec6845894f7b3e5c0bf985511
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ba84e7bec6845894f7b3e5c0bf985511.xcbuilddata
/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')
/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')
** BUILD FAILED **
The following build commands failed:
	Building project SwiftSDL2 with scheme SwiftSDL2-Package
(1 failure)
BUILD FAILURE 6.2 tvOS