Build Information
Successful build of OpenCoreGraphics, reference 0.0.2 (03dded), with Swift 6.2 for macOS (SPM) on 28 Dec 2025 10:48:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/OpenCoreGraphics
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 03ddedb Fix OPENCOREGRAPHICS_COREGRAPHICS def issue
Cloned https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
Revision (git rev-parse @):
03ddedb7e6b364573c37445f3aee267353cd4710
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git at 0.0.2
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
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.17s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "opencoregraphics",
"name": "OpenCoreGraphics",
"url": "https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenCoreGraphics",
"dependencies": [
]
}
]
}
Fetching https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
[1/187] Fetching opencoregraphics
Fetched https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git from cache (0.66s)
warning: 'opencoregraphics': [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)
Creating working copy for https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
Working copy of https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git resolved at 0.0.2 (03ddedb)
warning: 'opencoregraphics': [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)
warning: '.resolve-product-dependencies': dependency 'opencoregraphics' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-49B95AFC49DCD68C.txt
[6/14] Compiling OpenCoreGraphics Export.swift
[7/14] Compiling OpenCoreGraphics CGSize+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenCoreGraphics/CGSize+Extension.swift:12:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
10 | }
11 |
12 | extension CGSize: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(width)
[8/14] Compiling OpenCoreGraphics CGRect+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenCoreGraphics/CGRect+Extension.swift:40:1: warning: extension declares a conformance of imported type 'CGRect' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
38 | }
39 |
40 | extension CGRect: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'CGRect' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
41 | public func hash(into hasher: inout Hasher) {
42 | hasher.combine(origin)
[9/14] Compiling OpenCoreGraphics CGPoint+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenCoreGraphics/CGPoint+Extension.swift:13:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
11 | }
12 |
13 | extension CGPoint: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public func hash(into hasher: inout Hasher) {
15 | hasher.combine(x)
[10/14] Compiling OpenCoreGraphics CGLine.swift
[11/14] Compiling OpenCoreGraphics CGAffineTransform.swift
[12/14] Compiling OpenCoreGraphics CGGeometry+Hashable.swift
[13/14] Emitting module OpenCoreGraphics
/Users/admin/builder/spi-builder-workspace/Sources/OpenCoreGraphics/CGPoint+Extension.swift:13:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
11 | }
12 |
13 | extension CGPoint: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public func hash(into hasher: inout Hasher) {
15 | hasher.combine(x)
/Users/admin/builder/spi-builder-workspace/Sources/OpenCoreGraphics/CGRect+Extension.swift:40:1: warning: extension declares a conformance of imported type 'CGRect' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
38 | }
39 |
40 | extension CGRect: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'CGRect' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
41 | public func hash(into hasher: inout Hasher) {
42 | hasher.combine(origin)
/Users/admin/builder/spi-builder-workspace/Sources/OpenCoreGraphics/CGSize+Extension.swift:12:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
10 | }
11 |
12 | extension CGSize: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(width)
[14/14] Compiling OpenCoreGraphics CGPath.swift
[15/19] Compiling OpenQuartzCore Export.swift
[16/19] Compiling OpenCoreGraphicsShims Export.swift
[17/19] Emitting module OpenCoreGraphicsShims
[18/19] Emitting module OpenQuartzCore
/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 {
[19/19] Compiling OpenQuartzCore CATransform3D.swift
[20/21] Compiling OpenQuartzCoreShims Export.swift
[21/21] Emitting module OpenQuartzCoreShims
Build complete! (5.84s)
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)
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" : [
"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",
"CGGeometry+Hashable.swift",
"CGLine.swift",
"CGPath.swift",
"CGPoint+Extension.swift",
"CGRect+Extension.swift",
"CGSize+Extension.swift",
"Export.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.