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 core-video-tools with Swift 6.0 (beta) for macOS (SPM) (b6b767) on 29 Jun 2024 14:34:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/computer-graphics-tools/core-video-tools.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/computer-graphics-tools/core-video-tools
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at b6b7679 API and documentation update
Cloned https://github.com/computer-graphics-tools/core-video-tools.git
Revision (git rev-parse @):
b6b76795e4cb5e22ed3bd6ed5650391093b1ede1
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/computer-graphics-tools/core-video-tools.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/computer-graphics-tools/core-video-tools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--14728B76ED507284.txt
[3/11] Compiling CoreVideoTools CVReturn+Result.swift
[4/11] Compiling CoreVideoTools CVPixelBuffer+Utils.swift
[5/11] Compiling CoreVideoTools IOSurface+Extensioins.swift
[6/11] Compiling CoreVideoTools OSType+CVPixelFormat.swift
[7/11] Compiling CoreVideoTools CoreVideoTools.swift
[8/11] Compiling CoreVideoTools CVPixelBuffer+Swift.swift
[9/11] Emitting module CoreVideoTools
[10/11] Compiling CoreVideoTools CVPixelFormat.swift
[11/11] Compiling CoreVideoTools CVError.swift
Build complete! (8.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "core-video-tools",
  "name" : "core-video-tools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "CoreVideoTools",
      "targets" : [
        "CoreVideoTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreVideoToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreVideoToolsTests",
      "path" : "Tests/CoreVideoToolsTests",
      "sources" : [
        "CVPixelBufferTests.swift",
        "IOSurfaceTests.swift"
      ],
      "target_dependencies" : [
        "CoreVideoTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreVideoTools",
      "module_type" : "SwiftTarget",
      "name" : "CoreVideoTools",
      "path" : "Sources/CoreVideoTools",
      "product_memberships" : [
        "CoreVideoTools"
      ],
      "sources" : [
        "CVError.swift",
        "CVPixelFormat.swift",
        "CoreVideoTools.swift",
        "Extensions/CoreVideo/CVPixelBuffer/CVPixelBuffer+Swift.swift",
        "Extensions/CoreVideo/CVPixelBuffer/CVPixelBuffer+Utils.swift",
        "Extensions/CoreVideo/CVReturn/CVReturn+Result.swift",
        "Extensions/CoreVideo/IOSurface/IOSurface+Extensioins.swift",
        "Extensions/CoreVideo/OSType/OSType+CVPixelFormat.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.