This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 CGLFW3 with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thepotatoking55/CGLFW3.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thepotatoking55/CGLFW3
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7e9095a Fix typo in README example
Cloned https://github.com/thepotatoking55/CGLFW3.git
Revision (git rev-parse @):
7e9095ae992022ed13ec2a517ad514181e890d7a
SUCCESS checkout https://github.com/thepotatoking55/CGLFW3.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/thepotatoking55/CGLFW3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/22] Compiling CGLFW3 dummy.c
[1/22] Compiling egl_context.c
[2/22] Compiling window.c
[3/22] Compiling vulkan.c
[4/22] Compiling cocoa_time.c
[5/22] Compiling context.c
[6/22] Compiling posix_thread.c
[7/22] Compiling posix_module.c
[8/22] Compiling input.c
[9/22] Compiling platform.c
[10/22] Compiling init.c
[11/22] Compiling osmesa_context.c
[12/22] Compiling null_window.c
[13/22] Compiling null_joystick.c
[14/22] Compiling null_monitor.c
[15/22] Compiling null_init.c
[16/22] Compiling monitor.c
[17/22] Compiling cocoa_joystick.m
[18/22] Compiling cocoa_monitor.m
[19/22] Compiling cocoa_window.m
[20/22] Compiling nsgl_context.m
[21/22] Compiling cocoa_init.m
Build complete! (4.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CGLFW3",
  "name" : "CGLFW3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CGLFW3",
      "targets" : [
        "CGLFW3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "glfw3",
      "module_type" : "ClangTarget",
      "name" : "glfw3",
      "path" : "Sources/glfw3",
      "product_memberships" : [
        "CGLFW3"
      ],
      "sources" : [
        "src/cocoa_init.m",
        "src/cocoa_joystick.m",
        "src/cocoa_monitor.m",
        "src/cocoa_time.c",
        "src/cocoa_window.m",
        "src/context.c",
        "src/egl_context.c",
        "src/init.c",
        "src/input.c",
        "src/monitor.c",
        "src/nsgl_context.m",
        "src/null_init.c",
        "src/null_joystick.c",
        "src/null_monitor.c",
        "src/null_window.c",
        "src/osmesa_context.c",
        "src/platform.c",
        "src/posix_module.c",
        "src/posix_thread.c",
        "src/vulkan.c",
        "src/window.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGLFW3Tests",
      "module_type" : "SwiftTarget",
      "name" : "CGLFW3Tests",
      "path" : "Tests/CGLFW3Tests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "CGLFW3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CGLFW3",
      "module_type" : "ClangTarget",
      "name" : "CGLFW3",
      "path" : "Sources/CGLFW3",
      "product_memberships" : [
        "CGLFW3"
      ],
      "sources" : [
        "dummy.c"
      ],
      "target_dependencies" : [
        "glfw3"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.