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

Successful build of OpenGL with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/UnGast/swift-opengl.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/UnGast/swift-opengl
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b919c3a Update README.md
Cloned https://github.com/UnGast/swift-opengl.git
Revision (git rev-parse @):
b919c3a750561b93aa24b946cb897617b45ed7b1
SUCCESS checkout https://github.com/UnGast/swift-opengl.git at 1.0.0
Fetching https://github.com/kelvin13/swiftxml from cache
Fetched https://github.com/kelvin13/swiftxml (0.15s)
Creating working copy for https://github.com/kelvin13/swiftxml
Working copy of https://github.com/kelvin13/swiftxml resolved at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-opengl",
      "name": "OpenGL",
      "url": "https://github.com/UnGast/swift-opengl.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-opengl",
      "dependencies": [
        {
          "identity": "swiftxml",
          "name": "XML",
          "url": "https://github.com/kelvin13/swiftxml",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftxml",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/UnGast/swift-opengl.git from cache
Fetched https://github.com/UnGast/swift-opengl.git (0.15s)
Fetching https://github.com/kelvin13/swiftxml from cache
Fetched https://github.com/kelvin13/swiftxml (0.15s)
Creating working copy for https://github.com/kelvin13/swiftxml
Working copy of https://github.com/kelvin13/swiftxml resolved at master
Creating working copy for https://github.com/UnGast/swift-opengl.git
Working copy of https://github.com/UnGast/swift-opengl.git resolved at 1.0.0
Found 1 product dependencies
  - XML
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/UnGast/swift-opengl.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Emitting module XML
[2/7] Compiling XML swiftxml.swift
[3/9] Emitting module generator
[4/9] Compiling generator main.swift
[4/9] Linking generator
[6/9] Compiling OpenGL constants.swift
[7/9] Emitting module OpenGL
[8/9] Compiling OpenGL loader.swift
[9/9] Compiling OpenGL opengl.swift
Build complete! (14.92s)
Build complete.
Done.