Build Information
Successful build of OpenCoreGraphics, reference main (050239), with Swift 6.3 for Linux on 18 Apr 2026 00:28:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/OpenCoreGraphics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
warning: 'spi-builder-workspace': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> false(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> false(default)
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.84s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/17] Compiling OpenCoreGraphics Export.swift
[7/18] Compiling OpenCoreGraphics CGSize+Extension.swift
[8/18] Compiling OpenCoreGraphics CGVector.swift
[9/18] Emitting module OpenCoreGraphics
[10/18] Compiling OpenCoreGraphics CGLine.swift
[11/18] Compiling OpenCoreGraphics CGPath.swift
[12/18] Compiling OpenCoreGraphics CGGeometry+Hashable.swift
[13/18] Compiling OpenCoreGraphics CGImage.swift
[14/18] Compiling OpenCoreGraphics CGAffineTransform.swift
[15/18] Compiling OpenCoreGraphics CGContext.swift
[16/18] Compiling OpenCoreGraphics CGPoint+Extension.swift
[17/18] Compiling OpenCoreGraphics CGRect+Extension.swift
[18/18] Compiling OpenCoreGraphics IOSurface.swift
[20/26] Compiling OpenQuartzCore Export.swift
[21/26] Emitting module OpenQuartzCore
[22/26] Compiling OpenQuartzCore CAAction.swift
[23/26] Compiling OpenQuartzCore CALayer.swift
[24/26] Emitting module OpenCoreGraphicsShims
[25/26] Compiling OpenCoreGraphicsShims Export.swift
[27/27] Compiling OpenQuartzCore CATransform3D.swift
[29/30] Emitting module OpenQuartzCoreShims
[30/30] Compiling OpenQuartzCoreShims Export.swift
Build complete! (18.58s)
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" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
warning: 'spi-builder-workspace': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> false(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> false(default)
Done.