The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SGLOpenGL, reference master (b5dc08), with Swift 6.1 for iOS using Xcode 16.3 on 14 May 2025 18:10:52 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftGL/OpenGL.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftGL/OpenGL
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b5dc08c Merge pull request #8 from costinAndronache/pr/windowsSupportPR
Cloned https://github.com/SwiftGL/OpenGL.git
Revision (git rev-parse @):
b5dc08c4c3c8bdae2e24d2fdb8ad3d41784cb6a7
SUCCESS checkout https://github.com/SwiftGL/OpenGL.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftGL/OpenGL.git
https://github.com/SwiftGL/OpenGL.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SGLOpenGL",
  "name" : "SGLOpenGL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SGLOpenGL",
      "targets" : [
        "SGLOpenGL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "glgen",
      "targets" : [
        "glgen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "glgen",
      "module_type" : "SwiftTarget",
      "name" : "glgen",
      "path" : "Sources/glgen",
      "product_memberships" : [
        "glgen"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SGLOpenGL",
      "module_type" : "SwiftTarget",
      "name" : "SGLOpenGL",
      "path" : "Sources/SGLOpenGL",
      "product_memberships" : [
        "SGLOpenGL"
      ],
      "sources" : [
        "Commands.swift",
        "Constants.swift",
        "Loaders.swift",
        "SwiftGL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': 'glgen' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
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" : [
  ],
  "manifest_display_name" : "SGLOpenGL",
  "name" : "SGLOpenGL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SGLOpenGL",
      "targets" : [
        "SGLOpenGL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "glgen",
      "targets" : [
        "glgen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "glgen",
      "module_type" : "SwiftTarget",
      "name" : "glgen",
      "path" : "Sources/glgen",
      "product_memberships" : [
        "glgen"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SGLOpenGL",
      "module_type" : "SwiftTarget",
      "name" : "SGLOpenGL",
      "path" : "Sources/SGLOpenGL",
      "product_memberships" : [
        "SGLOpenGL"
      ],
      "sources" : [
        "Commands.swift",
        "Constants.swift",
        "Loaders.swift",
        "SwiftGL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': 'glgen' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SGLOpenGL",
    "schemes" : [
      "glgen",
      "SGLOpenGL-Package",
      "SGLOpenGLPackageDescription",
      "Tools"
    ],
    "targets" : [
      "SGLOpenGLPackageDescription",
      "SGLOpenGL",
      "Tools",
      "glgen"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SGLOpenGL-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 SGLOpenGL-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 (2 targets)
    Target 'Tools' in project 'SGLOpenGL' (no dependencies)
    Target 'SGLOpenGL' in project 'SGLOpenGL' (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: dfb901902b44921003f579f2cec61255
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dfb901902b44921003f579f2cec61255.xcbuilddata
/Users/admin/builder/spi-builder-workspace/SGLOpenGL.xcodeproj: error: Signing for "Tools" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Tools' from project 'SGLOpenGL')
** BUILD FAILED **
The following build commands failed:
	Building project SGLOpenGL with scheme SGLOpenGL-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" : [
  ],
  "manifest_display_name" : "SGLOpenGL",
  "name" : "SGLOpenGL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SGLOpenGL",
      "targets" : [
        "SGLOpenGL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "glgen",
      "targets" : [
        "glgen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "glgen",
      "module_type" : "SwiftTarget",
      "name" : "glgen",
      "path" : "Sources/glgen",
      "product_memberships" : [
        "glgen"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SGLOpenGL",
      "module_type" : "SwiftTarget",
      "name" : "SGLOpenGL",
      "path" : "Sources/SGLOpenGL",
      "product_memberships" : [
        "SGLOpenGL"
      ],
      "sources" : [
        "Commands.swift",
        "Constants.swift",
        "Loaders.swift",
        "SwiftGL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': 'glgen' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SGLOpenGL",
    "schemes" : [
      "glgen",
      "SGLOpenGL-Package",
      "SGLOpenGLPackageDescription",
      "Tools"
    ],
    "targets" : [
      "SGLOpenGLPackageDescription",
      "SGLOpenGL",
      "Tools",
      "glgen"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SGLOpenGL-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 SGLOpenGL-Package -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Tools' in project 'SGLOpenGL' (no dependencies)
    Target 'SGLOpenGL' in project 'SGLOpenGL' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e14883e8e35eec63dba57990120b4102
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e14883e8e35eec63dba57990120b4102.xcbuilddata
/Users/admin/builder/spi-builder-workspace/SGLOpenGL.xcodeproj: error: Signing for "Tools" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Tools' from project 'SGLOpenGL')
** BUILD FAILED **
The following build commands failed:
	Building project SGLOpenGL with scheme SGLOpenGL-Package
(1 failure)
BUILD FAILURE 6.1 iOS