Build Information
Successful build of CoreImageExtensions, reference main (c90afb), with Swift 6.2 for macOS (SPM) on 5 Aug 2025 14:02:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DigitalMasterpieces/CoreImageExtensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DigitalMasterpieces/CoreImageExtensions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c90afb5 Merge pull request #12 from DigitalMasterpieces/image-loading-options
Cloned https://github.com/DigitalMasterpieces/CoreImageExtensions.git
Revision (git rev-parse @):
c90afb5755217addfaca3ca7fbeeb2b537b865e7
SUCCESS checkout https://github.com/DigitalMasterpieces/CoreImageExtensions.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/DigitalMasterpieces/CoreImageExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/22] Compiling CoreImageExtensions DebugProxy+Statistics.swift
[4/23] Compiling CoreImageExtensions Pixel.swift
[5/23] Compiling CoreImageExtensions CIImage+Text.swift
[6/23] Compiling CoreImageExtensions CIImage+Transformation.swift
[7/23] Compiling CoreImageExtensions CIImage+DebugProxy.swift
[8/23] Compiling CoreImageExtensions DebugProxy+DebugPixel.swift
[9/23] Compiling CoreImageExtensions CIImage+Blending.swift
[10/23] Compiling CoreImageExtensions CIImage+Lookup.swift
[11/23] Compiling CoreImageExtensions CIImage+ValueInit.swift
[12/23] Compiling CoreImageExtensions CIKernel+MetalSource.swift
[13/23] Compiling CoreImageExtensions CIContext+ExportQuality.swift
[14/23] Compiling CoreImageExtensions CIContext+ValueAccess.swift
[15/23] Compiling CoreImageExtensions CIContext+Async.swift
[16/23] Compiling CoreImageExtensions CIContext+EXR.swift
[17/23] Compiling CoreImageExtensions CGColorSpace+Convenience.swift
[18/23] Compiling CoreImageExtensions CIColor+Extensions.swift
[19/23] Emitting module CoreImageExtensions
[20/23] Compiling CoreImageExtensions DebugProxy+Export.swift
[21/23] Compiling CoreImageExtensions DebugProxy+RenderInfo.swift
[21/23] Write Objects.LinkFileList
[22/23] Linking libCoreImageExtensions-dynamic.dylib
Build complete! (8.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CoreImageExtensions",
"name" : "CoreImageExtensions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CoreImageExtensions",
"targets" : [
"CoreImageExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoreImageExtensions-dynamic",
"targets" : [
"CoreImageExtensions"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreImageExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "CoreImageExtensionsTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/AllHalfValues.exr",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Assets.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/imageInBundle.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AsyncTests.swift",
"ColorExtensionsTests.swift",
"DebugExtensionTests.swift",
"EXRTests.swift",
"Float16ValueAccessTests.swift",
"Float32ValueAccessTests.swift",
"Helpers.swift",
"ImageLookupTests.swift",
"ImageTransformationTests.swift",
"RuntimeMetalKernelTests.swift",
"UInt8ValueAccessTests.swift"
],
"target_dependencies" : [
"CoreImageExtensions"
],
"type" : "test"
},
{
"c99name" : "CoreImageExtensions",
"module_type" : "SwiftTarget",
"name" : "CoreImageExtensions",
"path" : "Sources",
"product_memberships" : [
"CoreImageExtensions",
"CoreImageExtensions-dynamic"
],
"sources" : [
"CGColorSpace+Convenience.swift",
"CIColor+Extensions.swift",
"CIContext+Async.swift",
"CIContext+EXR.swift",
"CIContext+ExportQuality.swift",
"CIContext+ValueAccess.swift",
"CIImage+Blending.swift",
"CIImage+Lookup.swift",
"CIImage+Text.swift",
"CIImage+Transformation.swift",
"CIImage+ValueInit.swift",
"CIKernel+MetalSource.swift",
"DebugExtensions/CIImage+DebugProxy.swift",
"DebugExtensions/DebugProxy+DebugPixel.swift",
"DebugExtensions/DebugProxy+Export.swift",
"DebugExtensions/DebugProxy+RenderInfo.swift",
"DebugExtensions/DebugProxy+Statistics.swift",
"Pixel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.