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 GL 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: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/UnGast/swift-opengl
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8dfcb2e update linked library on windows
Cloned https://github.com/UnGast/swift-opengl.git
Revision (git rev-parse @):
8dfcb2e1ac804975cd30fe503ca0f3a76b93ab05
SUCCESS checkout https://github.com/UnGast/swift-opengl.git at master
Fetching https://github.com/kelvin13/swiftxml from cache
Fetched https://github.com/kelvin13/swiftxml (0.16s)
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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-opengl",
      "name": "GL",
      "url": "https://github.com/UnGast/swift-opengl.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/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/2/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 master
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] Compiling XML swiftxml.swift
[2/7] Emitting module XML
[3/9] Emitting module generator
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/generator/main.swift:593:58: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
                  let decimal:String.Index = version_str.index(of: "."),
                                                         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/generator/main.swift:593:58: note: use 'firstIndex(of:)' instead
                  let decimal:String.Index = version_str.index(of: "."),
                                                         ^~~~~
                                                         firstIndex
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/generator/main.swift:621:67: warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
                if let index:Int = self.command_support[command]?.index(where: { $0 == .added(.gles(1, 0)) })
                                                                  ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/generator/main.swift:621:67: note: use 'firstIndex(where:)' instead
                if let index:Int = self.command_support[command]?.index(where: { $0 == .added(.gles(1, 0)) })
                                                                  ^~~~~
                                                                  firstIndex
[4/9] Compiling generator main.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/generator/main.swift:593:58: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
                  let decimal:String.Index = version_str.index(of: "."),
                                                         ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/generator/main.swift:593:58: note: use 'firstIndex(of:)' instead
                  let decimal:String.Index = version_str.index(of: "."),
                                                         ^~~~~
                                                         firstIndex
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/generator/main.swift:621:67: warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
                if let index:Int = self.command_support[command]?.index(where: { $0 == .added(.gles(1, 0)) })
                                                                  ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/generator/main.swift:621:67: note: use 'firstIndex(where:)' instead
                if let index:Int = self.command_support[command]?.index(where: { $0 == .added(.gles(1, 0)) })
                                                                  ^~~~~
                                                                  firstIndex
[4/9] Linking generator
[6/9] Compiling GL constants.swift
[7/9] Emitting module GL
[8/9] Compiling GL loader.swift
[9/9] Compiling GL opengl.swift
Build complete! (15.03s)
Build complete.
Done.