The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenCoreGraphics, reference main (050239), with Swift 6.1 for macOS (SPM) on 6 Apr 2026 02:52:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/OpenCoreGraphics
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 050239b Add CGVector type (#7)
Cloned https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
Revision (git rev-parse @):
050239bd42b19a4c8b1ef3936bfb9f3589ecfc46
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "OpenCoreGraphics",
  "name" : "OpenCoreGraphics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OpenCoreGraphics",
      "targets" : [
        "OpenCoreGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenCoreGraphicsShims",
      "targets" : [
        "OpenCoreGraphicsShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenQuartzCore",
      "targets" : [
        "OpenQuartzCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenQuartzCoreShims",
      "targets" : [
        "OpenQuartzCoreShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenQuartzCoreShimsTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenQuartzCoreShimsTests",
      "path" : "Tests/OpenQuartzCoreShimsTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "CATransform3DTests.swift"
      ],
      "target_dependencies" : [
        "OpenQuartzCoreShims"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenQuartzCoreShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenQuartzCoreShims",
      "path" : "Sources/OpenQuartzCoreShims",
      "product_memberships" : [
        "OpenQuartzCoreShims"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "OpenQuartzCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenQuartzCore",
      "module_type" : "SwiftTarget",
      "name" : "OpenQuartzCore",
      "path" : "Sources/OpenQuartzCore",
      "product_memberships" : [
        "OpenQuartzCore",
        "OpenQuartzCoreShims"
      ],
      "sources" : [
        "CAAction.swift",
        "CALayer.swift",
        "CATransform3D.swift",
        "Export.swift"
      ],
      "target_dependencies" : [
        "OpenCoreGraphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenCoreGraphicsShimsTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenCoreGraphicsShimsTests",
      "path" : "Tests/OpenCoreGraphicsShimsTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "CGAffineTransformTests.swift",
        "CGTypesTests.swift"
      ],
      "target_dependencies" : [
        "OpenCoreGraphicsShims"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenCoreGraphicsShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenCoreGraphicsShims",
      "path" : "Sources/OpenCoreGraphicsShims",
      "product_memberships" : [
        "OpenCoreGraphicsShims"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "OpenCoreGraphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenCoreGraphics",
      "module_type" : "SwiftTarget",
      "name" : "OpenCoreGraphics",
      "path" : "Sources/OpenCoreGraphics",
      "product_memberships" : [
        "OpenCoreGraphics",
        "OpenCoreGraphicsShims",
        "OpenQuartzCore",
        "OpenQuartzCoreShims"
      ],
      "sources" : [
        "CGAffineTransform.swift",
        "CGContext.swift",
        "CGGeometry+Hashable.swift",
        "CGImage.swift",
        "CGLine.swift",
        "CGPath.swift",
        "CGPoint+Extension.swift",
        "CGRect+Extension.swift",
        "CGSize+Extension.swift",
        "CGVector.swift",
        "Export.swift",
        "IOSurface.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
warning: 'spi-builder-workspace': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> true(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> true(default)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/17] Compiling OpenCoreGraphics CGVector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/17] Compiling OpenCoreGraphics Export.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/18] Compiling OpenCoreGraphics CGSize+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/18] Compiling OpenCoreGraphics CGLine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/18] Compiling OpenCoreGraphics CGPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/18] Compiling OpenCoreGraphics CGAffineTransform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/18] Compiling OpenCoreGraphics CGContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/18] Compiling OpenCoreGraphics CGGeometry+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/18] Compiling OpenCoreGraphics CGImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/18] Compiling OpenCoreGraphics CGPoint+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/18] Compiling OpenCoreGraphics CGRect+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/18] Emitting module OpenCoreGraphics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/18] Compiling OpenCoreGraphics IOSurface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/25] Compiling OpenQuartzCore Export.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/25] Compiling OpenQuartzCore CALayer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/25] Emitting module OpenCoreGraphicsShims
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/25] Compiling OpenCoreGraphicsShims Export.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/25] Compiling OpenQuartzCore CATransform3D.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/25] Compiling OpenQuartzCore CAAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/25] Emitting module OpenQuartzCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/OpenQuartzCore/CATransform3D.swift:9:39: warning: scoped imports are not yet supported in module interfaces
  7 |
  8 | public import Foundation
  9 | public import struct OpenCoreGraphics.CGAffineTransform
    |                                       `- warning: scoped imports are not yet supported in module interfaces
 10 |
 11 | public struct CATransform3D: Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/OpenQuartzCore/CATransform3D.swift:9:39: warning: scoped imports are not yet supported in module interfaces
  7 |
  8 | public import Foundation
  9 | public import struct OpenCoreGraphics.CGAffineTransform
    |                                       `- warning: scoped imports are not yet supported in module interfaces
 10 |
 11 | public struct CATransform3D: Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/OpenQuartzCore/CATransform3D.swift:9:39: warning: scoped imports are not yet supported in module interfaces
  7 |
  8 | public import Foundation
  9 | public import struct OpenCoreGraphics.CGAffineTransform
    |                                       `- warning: scoped imports are not yet supported in module interfaces
 10 |
 11 | public struct CATransform3D: Sendable {
[26/27] Compiling OpenQuartzCoreShims Export.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/27] Emitting module OpenQuartzCoreShims
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (8.48s)
warning: 'spi-builder-workspace': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> true(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> true(default)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.89s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.42s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "OpenCoreGraphics",
  "name" : "OpenCoreGraphics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OpenCoreGraphics",
      "targets" : [
        "OpenCoreGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenCoreGraphicsShims",
      "targets" : [
        "OpenCoreGraphicsShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenQuartzCore",
      "targets" : [
        "OpenQuartzCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenQuartzCoreShims",
      "targets" : [
        "OpenQuartzCoreShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenQuartzCoreShimsTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenQuartzCoreShimsTests",
      "path" : "Tests/OpenQuartzCoreShimsTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "CATransform3DTests.swift"
      ],
      "target_dependencies" : [
        "OpenQuartzCoreShims"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenQuartzCoreShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenQuartzCoreShims",
      "path" : "Sources/OpenQuartzCoreShims",
      "product_memberships" : [
        "OpenQuartzCoreShims"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "OpenQuartzCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenQuartzCore",
      "module_type" : "SwiftTarget",
      "name" : "OpenQuartzCore",
      "path" : "Sources/OpenQuartzCore",
      "product_memberships" : [
        "OpenQuartzCore",
        "OpenQuartzCoreShims"
      ],
      "sources" : [
        "CAAction.swift",
        "CALayer.swift",
        "CATransform3D.swift",
        "Export.swift"
      ],
      "target_dependencies" : [
        "OpenCoreGraphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenCoreGraphicsShimsTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenCoreGraphicsShimsTests",
      "path" : "Tests/OpenCoreGraphicsShimsTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "CGAffineTransformTests.swift",
        "CGTypesTests.swift"
      ],
      "target_dependencies" : [
        "OpenCoreGraphicsShims"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenCoreGraphicsShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenCoreGraphicsShims",
      "path" : "Sources/OpenCoreGraphicsShims",
      "product_memberships" : [
        "OpenCoreGraphicsShims"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "OpenCoreGraphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenCoreGraphics",
      "module_type" : "SwiftTarget",
      "name" : "OpenCoreGraphics",
      "path" : "Sources/OpenCoreGraphics",
      "product_memberships" : [
        "OpenCoreGraphics",
        "OpenCoreGraphicsShims",
        "OpenQuartzCore",
        "OpenQuartzCoreShims"
      ],
      "sources" : [
        "CGAffineTransform.swift",
        "CGContext.swift",
        "CGGeometry+Hashable.swift",
        "CGImage.swift",
        "CGLine.swift",
        "CGPath.swift",
        "CGPoint+Extension.swift",
        "CGRect+Extension.swift",
        "CGSize+Extension.swift",
        "CGVector.swift",
        "Export.swift",
        "IOSurface.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
warning: 'spi-builder-workspace': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> true(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> true(default)
Done.