Build Information
Successful build of fx-upscale, reference 1.2.6 (6655b3), with Swift 6.1 for macOS (SPM) on 11 Dec 2025 02:38:25 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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finnvoor/fx-upscale.git
Reference: 1.2.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finnvoor/fx-upscale
* tag 1.2.6 -> FETCH_HEAD
HEAD is now at 6655b34 Update progress on main thread (#31)
Cloned https://github.com/finnvoor/fx-upscale.git
Revision (git rev-parse @):
6655b34a968375d8914896485d13cb4c1797052c
SUCCESS checkout https://github.com/finnvoor/fx-upscale.git at 1.2.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/finnvoor/fx-upscale.git
https://github.com/finnvoor/fx-upscale.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swifttui",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Finnvoor/SwiftTUI.git"
}
],
"manifest_display_name" : "fx-upscale",
"name" : "fx-upscale",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "fx-upscale",
"targets" : [
"fx-upscale"
],
"type" : {
"executable" : null
}
},
{
"name" : "Upscaling",
"targets" : [
"Upscaling"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "fx_upscale",
"module_type" : "SwiftTarget",
"name" : "fx-upscale",
"path" : "Sources/fx-upscale",
"product_dependencies" : [
"ArgumentParser",
"SwiftTUI"
],
"product_memberships" : [
"fx-upscale"
],
"sources" : [
"FXUpscale.swift"
],
"target_dependencies" : [
"Upscaling"
],
"type" : "executable"
},
{
"c99name" : "UpscalingTests",
"module_type" : "SwiftTarget",
"name" : "UpscalingTests",
"path" : "Tests/UpscalingTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/UpscalingTests/Resources/ladybird.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/UpscalingTests/Resources/test.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"UpscalingTests.swift"
],
"target_dependencies" : [
"Upscaling"
],
"type" : "test"
},
{
"c99name" : "Upscaling",
"module_type" : "SwiftTarget",
"name" : "Upscaling",
"path" : "Sources/Upscaling",
"product_memberships" : [
"fx-upscale",
"Upscaling"
],
"sources" : [
"CoreImage/UpscalingFilter.swift",
"CoreImage/UpscalingImageProcessorKernel.swift",
"Extensions/AVVideoCodecType+Extensions.swift",
"Extensions/CMFormatDescription+Extensions.swift",
"Extensions/CVPixelBuffer+Extensions.swift",
"Extensions/MTLFXSpatialScaler+Extensions.swift",
"Extensions/MTLFXSpatialScalerDescriptor+Extensions.swift",
"Extensions/MTLTexture+Extensions.swift",
"Extensions/URL+Extensions.swift",
"Upscaler.swift",
"UpscalingExportSession.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write sources
[3/12] Write fx-upscale-entitlement.plist
[6/12] Write sources
[8/12] Write swift-version-2F0A5646E1D333AE.txt
[10/34] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/34] Emitting module ArgumentParserToolInfo
[12/80] Compiling ArgumentParser InputKey.swift
[13/80] Compiling ArgumentParser InputOrigin.swift
[14/80] Compiling ArgumentParser Name.swift
[15/80] Compiling ArgumentParser Parsed.swift
[16/80] Compiling ArgumentParser ParsedValues.swift
[17/84] Compiling SwiftTUI Window.swift
[18/84] Compiling SwiftTUI ProgressBar.swift
[19/84] Compiling SwiftTUI Termios.swift
[20/84] Compiling SwiftTUI String+ANSI.swift
[21/84] Compiling SwiftTUI Cursor.swift
[22/84] Compiling SwiftTUI Key.swift
[23/84] Compiling SwiftTUI ActivityIndicator.swift
[24/84] Emitting module SwiftTUI
[25/84] Compiling SwiftTUI CommandLine.swift
[26/84] Compiling ArgumentParser SequenceExtensions.swift
[27/84] Compiling ArgumentParser StringExtensions.swift
[28/84] Compiling ArgumentParser SwiftExtensions.swift
[29/84] Compiling ArgumentParser Tree.swift
[30/84] Compiling ArgumentParser CodingKeyValidator.swift
[31/84] Compiling ArgumentParser ArgumentDiscussion.swift
[32/84] Compiling ArgumentParser ArgumentHelp.swift
[33/84] Compiling ArgumentParser ArgumentVisibility.swift
[34/84] Compiling ArgumentParser CompletionKind.swift
[35/84] Compiling ArgumentParser Errors.swift
[36/84] Compiling ArgumentParser Flag.swift
[37/84] Compiling ArgumentParser NameSpecification.swift
[38/84] Compiling ArgumentParser Option.swift
[39/84] Compiling ArgumentParser OptionGroup.swift
[40/84] Compiling ArgumentParser AsyncParsableCommand.swift
[41/84] Compiling ArgumentParser NonsenseFlagsValidator.swift
[42/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/84] Compiling ArgumentParser PositionalArgumentsValidator.swift
[44/84] Compiling ArgumentParser UniqueNamesValidator.swift
[45/84] Compiling ArgumentParser ParserError.swift
[46/84] Compiling ArgumentParser SplitArguments.swift
[47/84] Compiling ArgumentParser DumpHelpGenerator.swift
[48/84] Compiling ArgumentParser HelpCommand.swift
[49/84] Compiling ArgumentParser HelpGenerator.swift
[50/84] Emitting module ArgumentParser
[51/84] Compiling ArgumentParser MessageInfo.swift
[52/84] Compiling ArgumentParser UsageGenerator.swift
[53/84] Compiling ArgumentParser CollectionExtensions.swift
[54/84] Compiling ArgumentParser Mutex.swift
[55/84] Compiling ArgumentParser Platform.swift
[56/84] Compiling ArgumentParser BashCompletionsGenerator.swift
[57/84] Compiling ArgumentParser CompletionsGenerator.swift
[58/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[59/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
[60/84] Compiling ArgumentParser Argument.swift
[61/84] Compiling ArgumentParser CommandConfiguration.swift
[62/84] Compiling ArgumentParser CommandGroup.swift
[63/84] Compiling ArgumentParser EnumerableFlag.swift
[64/84] Compiling ArgumentParser ExpressibleByArgument.swift
[65/84] Compiling ArgumentParser ParsableArguments.swift
[66/84] Compiling ArgumentParser ParsableCommand.swift
[67/84] Compiling ArgumentParser ArgumentDecoder.swift
[68/84] Compiling ArgumentParser ArgumentDefinition.swift
[69/84] Compiling ArgumentParser ArgumentSet.swift
[70/84] Compiling ArgumentParser CommandParser.swift
[71/84] Compiling Upscaling MTLTexture+Extensions.swift
[72/85] Compiling Upscaling MTLFXSpatialScalerDescriptor+Extensions.swift
[73/85] Compiling Upscaling MTLFXSpatialScaler+Extensions.swift
[74/85] Compiling Upscaling CVPixelBuffer+Extensions.swift
[77/85] Compiling Upscaling AVVideoCodecType+Extensions.swift
[78/85] Emitting module Upscaling
[79/85] Compiling Upscaling CMFormatDescription+Extensions.swift
[80/85] Compiling Upscaling URL+Extensions.swift
[81/85] Compiling Upscaling Upscaler.swift
[82/85] Compiling Upscaling UpscalingExportSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:344:23: warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a '@Sendable' closure
342 | )
343 | assetWriterInput.requestMediaDataWhenReady(on: queue) {
344 | while assetWriterInput.isReadyForMoreMediaData {
| `- warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a '@Sendable' closure
345 | if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
346 | if nextSampleBuffer.presentationTimeStamp.isNumeric {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetWriterInput.h:43:12: note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
41 | */
42 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
43 | @interface AVAssetWriterInput : NSObject
| `- note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
44 | {
45 | @private
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
1 | import AVFoundation
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
2 | import VideoToolbox
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:345:47: warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a '@Sendable' closure
343 | assetWriterInput.requestMediaDataWhenReady(on: queue) {
344 | while assetWriterInput.isReadyForMoreMediaData {
345 | if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
| `- warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a '@Sendable' closure
346 | if nextSampleBuffer.presentationTimeStamp.isNumeric {
347 | let timestamp = Int64(nextSampleBuffer.presentationTimeStamp.seconds)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetReaderOutput.h:42:12: note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
40 | */
41 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
42 | @interface AVAssetReaderOutput : NSObject
| `- note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
43 | {
44 | @private
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:384:23: warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a '@Sendable' closure
382 | )
383 | assetWriterInput.requestMediaDataWhenReady(on: queue) {
384 | while assetWriterInput.isReadyForMoreMediaData {
| `- warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a '@Sendable' closure
385 | if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
386 | if nextSampleBuffer.presentationTimeStamp.isNumeric {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetWriterInput.h:43:12: note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
41 | */
42 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
43 | @interface AVAssetWriterInput : NSObject
| `- note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
44 | {
45 | @private
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:385:47: warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a '@Sendable' closure
383 | assetWriterInput.requestMediaDataWhenReady(on: queue) {
384 | while assetWriterInput.isReadyForMoreMediaData {
385 | if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
| `- warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a '@Sendable' closure
386 | if nextSampleBuffer.presentationTimeStamp.isNumeric {
387 | let timestamp = Int64(nextSampleBuffer.presentationTimeStamp.seconds)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetReaderOutput.h:42:12: note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
40 | */
41 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
42 | @interface AVAssetReaderOutput : NSObject
| `- note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
43 | {
44 | @private
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:393:55: warning: capture of 'upscaler' with non-sendable type 'Upscaler' in a '@Sendable' closure
391 | }
392 | if let imageBuffer = nextSampleBuffer.imageBuffer {
393 | let upscaledImageBuffer = upscaler.upscale(
| `- warning: capture of 'upscaler' with non-sendable type 'Upscaler' in a '@Sendable' closure
394 | imageBuffer,
395 | pixelBufferPool: adaptor.pixelBufferPool
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/Upscaler.swift:11:20: note: class 'Upscaler' does not conform to the 'Sendable' protocol
9 | // MARK: - Upscaler
10 |
11 | public final class Upscaler {
| `- note: class 'Upscaler' does not conform to the 'Sendable' protocol
12 | // MARK: Lifecycle
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:395:50: warning: capture of 'adaptor' with non-sendable type 'AVAssetWriterInputPixelBufferAdaptor' in a '@Sendable' closure
393 | let upscaledImageBuffer = upscaler.upscale(
394 | imageBuffer,
395 | pixelBufferPool: adaptor.pixelBufferPool
| `- warning: capture of 'adaptor' with non-sendable type 'AVAssetWriterInputPixelBufferAdaptor' in a '@Sendable' closure
396 | )
397 | guard adaptor.append(
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetWriterInput.h:715:12: note: class 'AVAssetWriterInputPixelBufferAdaptor' does not conform to the 'Sendable' protocol
713 | */
714 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
715 | @interface AVAssetWriterInputPixelBufferAdaptor : NSObject
| `- note: class 'AVAssetWriterInputPixelBufferAdaptor' does not conform to the 'Sendable' protocol
716 | {
717 | @private
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:437:23: warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a '@Sendable' closure
435 | )
436 | assetWriterInput.requestMediaDataWhenReady(on: queue) {
437 | while assetWriterInput.isReadyForMoreMediaData {
| `- warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a '@Sendable' closure
438 | if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
439 | if nextSampleBuffer.presentationTimeStamp.isNumeric {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetWriterInput.h:43:12: note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
41 | */
42 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
43 | @interface AVAssetWriterInput : NSObject
| `- note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
44 | {
45 | @private
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:438:47: warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a '@Sendable' closure
436 | assetWriterInput.requestMediaDataWhenReady(on: queue) {
437 | while assetWriterInput.isReadyForMoreMediaData {
438 | if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
| `- warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a '@Sendable' closure
439 | if nextSampleBuffer.presentationTimeStamp.isNumeric {
440 | let timestamp = Int64(nextSampleBuffer.presentationTimeStamp.seconds)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetReaderOutput.h:42:12: note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
40 | */
41 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
42 | @interface AVAssetReaderOutput : NSObject
| `- note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
43 | {
44 | @private
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:460:62: warning: capture of 'upscaler' with non-sendable type 'Upscaler' in a '@Sendable' closure
458 | return
459 | }
460 | let upscaledLeftEyePixelBuffer = upscaler.upscale(
| `- warning: capture of 'upscaler' with non-sendable type 'Upscaler' in a '@Sendable' closure
461 | leftEyePixelBuffer,
462 | pixelBufferPool: adaptor.pixelBufferPool
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/Upscaler.swift:11:20: note: class 'Upscaler' does not conform to the 'Sendable' protocol
9 | // MARK: - Upscaler
10 |
11 | public final class Upscaler {
| `- note: class 'Upscaler' does not conform to the 'Sendable' protocol
12 | // MARK: Lifecycle
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:462:50: warning: capture of 'adaptor' with non-sendable type 'AVAssetWriterInputTaggedPixelBufferGroupAdaptor' in a '@Sendable' closure
460 | let upscaledLeftEyePixelBuffer = upscaler.upscale(
461 | leftEyePixelBuffer,
462 | pixelBufferPool: adaptor.pixelBufferPool
| `- warning: capture of 'adaptor' with non-sendable type 'AVAssetWriterInputTaggedPixelBufferGroupAdaptor' in a '@Sendable' closure
463 | )
464 | let upscaledRightEyePixelBuffer = upscaler.upscale(
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetWriterInput.h:843:12: note: class 'AVAssetWriterInputTaggedPixelBufferGroupAdaptor' does not conform to the 'Sendable' protocol
841 | */
842 | API_AVAILABLE(macos(14.0), ios(17.0), visionos(1.0)) API_UNAVAILABLE(tvos, watchos)
843 | @interface AVAssetWriterInputTaggedPixelBufferGroupAdaptor : NSObject
| `- note: class 'AVAssetWriterInputTaggedPixelBufferGroupAdaptor' does not conform to the 'Sendable' protocol
844 | AV_INIT_UNAVAILABLE
845 |
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:145:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
143 | try await withThrowingTaskGroup(of: Void.self) { [weak self] group in
144 | for mediaTrack in mediaTracks {
145 | group.addTask { [weak self] in
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
146 | guard let self else { return }
| `- note: closure captures non-Sendable 'self'
147 | switch mediaTrack {
| `- note: closure captures non-Sendable 'mediaTrack'
148 | case let .audio(output, input):
149 | let progress = Progress(totalUnitCount: Int64(duration.seconds))
[83/87] Emitting module fx_upscale
[84/87] Compiling fx_upscale FXUpscale.swift
[84/87] Write Objects.LinkFileList
[85/87] Linking fx-upscale
[86/87] Applying fx-upscale
Build complete! (15.52s)
Fetching https://github.com/Finnvoor/SwiftTUI.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/80] Fetching swifttui
Fetched https://github.com/Finnvoor/SwiftTUI.git from cache (0.66s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.39s)
Computing version for https://github.com/Finnvoor/SwiftTUI.git
Computed https://github.com/Finnvoor/SwiftTUI.git at 1.0.4 (1.85s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.47s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/Finnvoor/SwiftTUI.git
Working copy of https://github.com/Finnvoor/SwiftTUI.git resolved at 1.0.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swifttui",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Finnvoor/SwiftTUI.git"
}
],
"manifest_display_name" : "fx-upscale",
"name" : "fx-upscale",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "fx-upscale",
"targets" : [
"fx-upscale"
],
"type" : {
"executable" : null
}
},
{
"name" : "Upscaling",
"targets" : [
"Upscaling"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "fx_upscale",
"module_type" : "SwiftTarget",
"name" : "fx-upscale",
"path" : "Sources/fx-upscale",
"product_dependencies" : [
"ArgumentParser",
"SwiftTUI"
],
"product_memberships" : [
"fx-upscale"
],
"sources" : [
"FXUpscale.swift"
],
"target_dependencies" : [
"Upscaling"
],
"type" : "executable"
},
{
"c99name" : "UpscalingTests",
"module_type" : "SwiftTarget",
"name" : "UpscalingTests",
"path" : "Tests/UpscalingTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/UpscalingTests/Resources/ladybird.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/UpscalingTests/Resources/test.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"UpscalingTests.swift"
],
"target_dependencies" : [
"Upscaling"
],
"type" : "test"
},
{
"c99name" : "Upscaling",
"module_type" : "SwiftTarget",
"name" : "Upscaling",
"path" : "Sources/Upscaling",
"product_memberships" : [
"fx-upscale",
"Upscaling"
],
"sources" : [
"CoreImage/UpscalingFilter.swift",
"CoreImage/UpscalingImageProcessorKernel.swift",
"Extensions/AVVideoCodecType+Extensions.swift",
"Extensions/CMFormatDescription+Extensions.swift",
"Extensions/CVPixelBuffer+Extensions.swift",
"Extensions/MTLFXSpatialScaler+Extensions.swift",
"Extensions/MTLFXSpatialScalerDescriptor+Extensions.swift",
"Extensions/MTLTexture+Extensions.swift",
"Extensions/URL+Extensions.swift",
"Upscaler.swift",
"UpscalingExportSession.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.