Build Information
Successful build of Nuke-AVIF-Plugin, reference main (e6e978), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 11:45:22 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/delneg/Nuke-AVIF-Plugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/delneg/Nuke-AVIF-Plugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e6e9786 Update Package.swift to support Nuke version 11 ..< 13 (#3)
Cloned https://github.com/delneg/Nuke-AVIF-Plugin.git
Revision (git rev-parse @):
e6e9786f453159b30e0550bfce518a4f4e01fe87
SUCCESS checkout https://github.com/delneg/Nuke-AVIF-Plugin.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/delneg/Nuke-AVIF-Plugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/22] Write swift-version-1EA4D86E10B52AF.txt
[1/22] Compiling scale.c
[2/22] Compiling avif.c
[3/22] Compiling write.c
[4/22] Compiling colr.c
[5/22] Compiling alpha.c
[6/22] Compiling utils.c
[7/22] Compiling stream.c
[8/22] Compiling reformat_libyuv.c
[9/22] Compiling reformat.c
[10/22] Compiling mem.c
[11/22] Write sources
[13/22] Compiling codec_aom.c
[14/22] Compiling rawdata.c
[15/22] Compiling obu.c
[16/22] Compiling read.c
[17/22] Compiling io.c
[18/22] Compiling diag.c
[19/73] Compiling AVIFDataDecoder.m
[20/73] Compiling Conversion.m
/Users/admin/builder/spi-builder-workspace/Source/AVIF/SDSources/ColorSpace.m:224:20: warning: 'CGColorSpaceCreateWithICCProfile' is deprecated: first deprecated in macOS 10.13 - No longer supported [-Wdeprecated-declarations]
224 | *ref = CGColorSpaceCreateWithICCProfile((__bridge CFDataRef)iccData);
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:493:38: note: 'CGColorSpaceCreateWithICCProfile' has been explicitly marked deprecated here
493 | CG_EXTERN CGColorSpaceRef __nullable CGColorSpaceCreateWithICCProfile(CFDataRef cg_nullable data)
| ^
/Users/admin/builder/spi-builder-workspace/Source/AVIF/SDSources/ColorSpace.m:322:20: warning: 'CGColorSpaceCreateWithICCProfile' is deprecated: first deprecated in macOS 10.13 - No longer supported [-Wdeprecated-declarations]
322 | *ref = CGColorSpaceCreateWithICCProfile((__bridge CFDataRef)iccData);
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:493:38: note: 'CGColorSpaceCreateWithICCProfile' has been explicitly marked deprecated here
493 | CG_EXTERN CGColorSpaceRef __nullable CGColorSpaceCreateWithICCProfile(CFDataRef cg_nullable data)
| ^
2 warnings generated.
[21/73] Compiling ColorSpace.m
[23/73] Emitting module Nuke
[24/78] Compiling Nuke TaskFetchOriginalData.swift
[25/78] Compiling Nuke TaskFetchOriginalImage.swift
[26/78] Compiling Nuke TaskFetchWithPublisher.swift
[27/78] Compiling Nuke TaskLoadData.swift
[28/78] Compiling Nuke TaskLoadImage.swift
[29/78] Compiling Nuke Cache.swift
[30/78] Compiling Nuke DataCache.swift
[31/78] Compiling Nuke DataCaching.swift
[32/78] Compiling Nuke ImageCache.swift
[33/78] Compiling Nuke ImageCaching.swift
[34/78] Compiling Nuke AssetType.swift
[35/78] Compiling Nuke ImageProcessors+Anonymous.swift
[36/78] Compiling Nuke ImageProcessors+Circle.swift
[37/78] Compiling Nuke ImageProcessors+Composition.swift
[38/78] Compiling Nuke ImageProcessors+CoreImage.swift
[39/78] Compiling Nuke ImageProcessors+GaussianBlur.swift
[40/78] Compiling Nuke ImageProcessors+Resize.swift
[41/78] Compiling Nuke ImageProcessors+RoundedCorners.swift
[42/78] Compiling Nuke ImageProcessors.swift
[43/78] Compiling Nuke AsyncPipelineTask.swift
[44/78] Compiling Nuke AsyncTask.swift
[45/78] Compiling Nuke DataLoading.swift
[46/78] Compiling Nuke ImagePipeline+Cache.swift
[47/78] Compiling Nuke ImagePipeline+Configuration.swift
[48/78] Compiling Nuke ImagePipeline+Delegate.swift
[49/78] Compiling Nuke ImagePipeline+Error.swift
[50/78] Compiling Nuke Atomic.swift
[51/78] Compiling Nuke DataPublisher.swift
[52/78] Compiling Nuke Extensions.swift
[53/78] Compiling Nuke Graphics.swift
[54/78] Compiling Nuke ImagePublisher.swift
[55/78] Compiling Nuke ImageRequestKeys.swift
[56/78] Compiling Nuke LinkedList.swift
[57/78] Compiling Nuke Log.swift
[58/78] Compiling Nuke Operation.swift
[59/78] Compiling Nuke RateLimiter.swift
[60/78] Compiling Nuke ResumableData.swift
[61/78] Compiling Nuke DataLoader.swift
[62/78] Compiling Nuke ImageDecoderRegistry.swift
[63/78] Compiling Nuke ImageDecoders+Default.swift
[64/78] Compiling Nuke ImageDecoders+Empty.swift
[65/78] Compiling Nuke ImageDecoding.swift
[66/78] Compiling Nuke ImageEncoders+Default.swift
[67/78] Compiling Nuke ImageEncoders+ImageIO.swift
[68/78] Compiling Nuke ImageEncoders.swift
[69/78] Compiling Nuke ImageEncoding.swift
[70/78] Compiling Nuke ImageContainer.swift
[71/78] Compiling Nuke ImageRequest.swift
[72/78] Compiling Nuke ImageResponse.swift
[73/78] Compiling Nuke ImageTask.swift
[74/78] Compiling Nuke ImagePipeline.swift
[75/78] Compiling Nuke ImagePrefetcher.swift
[76/78] Compiling Nuke ImageDecompression.swift
[77/78] Compiling Nuke ImageProcessing.swift
[78/78] Compiling Nuke ImageProcessingOptions.swift
[79/81] Compiling NukeAVIFPlugin Data+AVIFFormat.swift
[80/81] Emitting module NukeAVIFPlugin
[81/81] Compiling NukeAVIFPlugin AVIFImage.swift
Build complete! (35.34s)
Fetching https://github.com/SDWebImage/libavif-Xcode.git
Fetching https://github.com/kean/Nuke.git
[1/507] Fetching libavif-xcode
[508/26582] Fetching libavif-xcode, nuke
Fetched https://github.com/kean/Nuke.git from cache (1.63s)
Fetched https://github.com/SDWebImage/libavif-Xcode.git from cache (1.63s)
Computing version for https://github.com/SDWebImage/libavif-Xcode.git
Computed https://github.com/SDWebImage/libavif-Xcode.git at 0.10.1 (4.17s)
Fetching https://github.com/SDWebImage/libaom-Xcode.git
[5/250] Fetching libaom-xcode
Fetched https://github.com/SDWebImage/libaom-Xcode.git from cache (1.56s)
Computing version for https://github.com/SDWebImage/libaom-Xcode.git
Computed https://github.com/SDWebImage/libaom-Xcode.git at 2.0.2 (2.09s)
Fetching https://github.com/SDWebImage/libvmaf-Xcode.git
[1/98] Fetching libvmaf-xcode
Fetched https://github.com/SDWebImage/libvmaf-Xcode.git from cache (0.94s)
Computing version for https://github.com/SDWebImage/libvmaf-Xcode.git
Computed https://github.com/SDWebImage/libvmaf-Xcode.git at 2.3.1 (1.46s)
Computing version for https://github.com/kean/Nuke.git
Computed https://github.com/kean/Nuke.git at 12.8.0 (0.42s)
Creating working copy for https://github.com/SDWebImage/libaom-Xcode.git
Working copy of https://github.com/SDWebImage/libaom-Xcode.git resolved at 2.0.2
Creating working copy for https://github.com/SDWebImage/libvmaf-Xcode.git
Working copy of https://github.com/SDWebImage/libvmaf-Xcode.git resolved at 2.3.1
Creating working copy for https://github.com/kean/Nuke.git
Working copy of https://github.com/kean/Nuke.git resolved at 12.8.0
Creating working copy for https://github.com/SDWebImage/libavif-Xcode.git
Working copy of https://github.com/SDWebImage/libavif-Xcode.git resolved at 0.10.1
Build complete.
{
"dependencies" : [
{
"identity" : "nuke",
"requirement" : {
"range" : [
{
"lower_bound" : "11.0.0",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kean/Nuke.git"
},
{
"identity" : "libavif-xcode",
"requirement" : {
"exact" : [
"0.10.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDWebImage/libavif-Xcode.git"
}
],
"manifest_display_name" : "Nuke-AVIF-Plugin",
"name" : "Nuke-AVIF-Plugin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "NukeAVIFPlugin",
"targets" : [
"NukeAVIFPlugin"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Nuke_AVIF_PluginTests",
"module_type" : "SwiftTarget",
"name" : "Nuke_AVIF_PluginTests",
"path" : "Nuke_AVIF_PluginTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Nuke_AVIF_PluginTests/Resource/sample.avif",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Nuke_AVIF_PluginTests/Resource/sample.gif",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Nuke_AVIF_PluginTests/Resource/sample.webp",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AVIFDecodeTests.swift",
"AVIFDecodeTests_MacOS.swift",
"AVIFImageDecoderTests.swift",
"BundleToken.swift",
"DataExtensionsTests.swift"
],
"target_dependencies" : [
"NukeAVIFPlugin"
],
"type" : "test"
},
{
"c99name" : "NukeAVIFPluginC",
"module_type" : "ClangTarget",
"name" : "NukeAVIFPluginC",
"path" : "Source",
"product_memberships" : [
"NukeAVIFPlugin"
],
"sources" : [
"AVIF/AVIFDataDecoder.m",
"AVIF/SDSources/ColorSpace.m",
"AVIF/SDSources/Conversion.m"
],
"type" : "library"
},
{
"c99name" : "NukeAVIFPlugin",
"module_type" : "SwiftTarget",
"name" : "NukeAVIFPlugin",
"path" : "Source",
"product_dependencies" : [
"Nuke",
"libavif"
],
"product_memberships" : [
"NukeAVIFPlugin"
],
"sources" : [
"AVIFImage.swift",
"Extensions/Data+AVIFFormat.swift"
],
"target_dependencies" : [
"NukeAVIFPluginC"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.