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

Successful build of GL, reference master (aa8ed1), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 03:11:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-opengl.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/swift-opengl
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at aa8ed1b Merge branch 'master' of https://github.com/kelvin13/swift-opengl
Cloned https://github.com/tayloraswift/swift-opengl.git
Revision (git rev-parse @):
aa8ed1bee08b87c5e200f7b42d12e491542b45dd
SUCCESS checkout https://github.com/tayloraswift/swift-opengl.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tayloraswift/swift-opengl.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write generator-entitlement.plist
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/14] Emitting module XML
[7/14] Compiling XML swiftxml.swift
[8/16] Compiling generator main.swift
[9/16] Emitting module generator
[9/16] Write Objects.LinkFileList
[10/16] Linking generator
[11/16] Applying generator
[13/16] Compiling GL opengl.swift
[14/16] Emitting module GL
[15/16] Compiling GL loader.swift
[16/16] Compiling GL constants.swift
Build complete! (13.34s)
Fetching https://github.com/kelvin13/swiftxml
[1/246] Fetching swiftxml
Fetched https://github.com/kelvin13/swiftxml from cache (0.84s)
Creating working copy for https://github.com/kelvin13/swiftxml
Working copy of https://github.com/kelvin13/swiftxml resolved at master (91ae89c)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftxml",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kelvin13/swiftxml"
    }
  ],
  "manifest_display_name" : "GL",
  "name" : "GL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GL",
      "targets" : [
        "GL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "generator",
      "targets" : [
        "generator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "generator",
      "module_type" : "SwiftTarget",
      "name" : "generator",
      "path" : "sources/generator",
      "product_dependencies" : [
        "XML"
      ],
      "product_memberships" : [
        "generator"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GL",
      "module_type" : "SwiftTarget",
      "name" : "GL",
      "path" : "sources/opengl",
      "product_memberships" : [
        "GL"
      ],
      "sources" : [
        "constants.swift",
        "loader.swift",
        "opengl.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.