The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of fx-upscale, reference 1.2.5 (decc83), with Swift 6.0 for macOS (SPM) on 8 Jul 2025 11:37:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finnvoor/fx-upscale.git
Reference: 1.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finnvoor/fx-upscale
 * tag               1.2.5      -> FETCH_HEAD
HEAD is now at decc837 Update progress on main thread (#23)
Cloned https://github.com/finnvoor/fx-upscale.git
Revision (git rev-parse @):
decc83725992c97dfbbe9c69798588645f8f3fd3
SUCCESS checkout https://github.com/finnvoor/fx-upscale.git at 1.2.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/finnvoor/fx-upscale.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/12] Write sources
[4/12] Write fx-upscale-entitlement.plist
[6/12] Write sources
[8/12] Write swift-version-5BDAB9E9C0126B9D.txt
[10/34] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/34] Emitting module ArgumentParserToolInfo
[12/80] Compiling SwiftTUI Window.swift
[13/80] Compiling SwiftTUI Key.swift
[14/80] Compiling SwiftTUI CommandLine.swift
[15/80] Compiling SwiftTUI ActivityIndicator.swift
[16/80] Emitting module SwiftTUI
[17/80] Compiling SwiftTUI Termios.swift
[18/80] Compiling SwiftTUI String+ANSI.swift
[19/80] Compiling SwiftTUI Cursor.swift
[20/80] Compiling SwiftTUI ProgressBar.swift
[21/80] Compiling ArgumentParser SequenceExtensions.swift
[22/80] Compiling ArgumentParser StringExtensions.swift
[23/80] Compiling ArgumentParser SwiftExtensions.swift
[24/80] Compiling ArgumentParser Tree.swift
[25/80] Compiling ArgumentParser CodingKeyValidator.swift
[26/80] Compiling ArgumentParser CommandConfiguration.swift
[27/80] Compiling ArgumentParser CommandGroup.swift
[28/80] Compiling ArgumentParser EnumerableFlag.swift
[29/80] Compiling ArgumentParser ExpressibleByArgument.swift
[30/80] Compiling ArgumentParser ParsableArguments.swift
[31/84] Compiling ArgumentParser MessageInfo.swift
[32/84] Compiling ArgumentParser UsageGenerator.swift
[33/84] Compiling ArgumentParser CollectionExtensions.swift
[34/84] Compiling ArgumentParser Mutex.swift
[35/84] Compiling ArgumentParser Platform.swift
[36/84] Compiling ArgumentParser ArgumentDiscussion.swift
[37/84] Compiling ArgumentParser ArgumentHelp.swift
[38/84] Compiling ArgumentParser ArgumentVisibility.swift
[39/84] Compiling ArgumentParser CompletionKind.swift
[40/84] Compiling ArgumentParser Errors.swift
[41/84] Compiling ArgumentParser BashCompletionsGenerator.swift
[42/84] Compiling ArgumentParser CompletionsGenerator.swift
[43/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/84] Compiling ArgumentParser Argument.swift
[46/84] Compiling ArgumentParser NonsenseFlagsValidator.swift
[47/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[48/84] Compiling ArgumentParser PositionalArgumentsValidator.swift
[49/84] Compiling ArgumentParser UniqueNamesValidator.swift
[50/84] Compiling ArgumentParser ParserError.swift
[51/84] Compiling ArgumentParser SplitArguments.swift
[52/84] Compiling ArgumentParser DumpHelpGenerator.swift
[53/84] Compiling ArgumentParser HelpCommand.swift
[54/84] Compiling ArgumentParser HelpGenerator.swift
[55/84] Emitting module ArgumentParser
[56/84] Compiling ArgumentParser Flag.swift
[57/84] Compiling ArgumentParser NameSpecification.swift
[58/84] Compiling ArgumentParser Option.swift
[59/84] Compiling ArgumentParser OptionGroup.swift
[60/84] Compiling ArgumentParser AsyncParsableCommand.swift
[61/84] Compiling ArgumentParser InputKey.swift
[62/84] Compiling ArgumentParser InputOrigin.swift
[63/84] Compiling ArgumentParser Name.swift
[64/84] Compiling ArgumentParser Parsed.swift
[65/84] Compiling ArgumentParser ParsedValues.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 MTLFXSpatialScaler+Extensions.swift
[73/85] Compiling Upscaling MTLFXSpatialScalerDescriptor+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 {
AVFoundation.AVAssetWriterInput:2:12: note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.7, *)
 2 | open class AVAssetWriterInput : NSObject {
   |            `- note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 3 |     @available(*, unavailable)
 4 |     public convenience init()
/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 |                             progress.completedUnitCount = Int64(nextSampleBuffer.presentationTimeStamp.seconds)
AVFoundation.AVAssetReaderOutput:2:12: note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
1 | @available(macOS 10.7, *)
2 | open class AVAssetReaderOutput : NSObject {
  |            `- note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
3 |     open var mediaType: AVMediaType { get }
4 |     @available(macOS 10.8, *)
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:381:23: warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a `@Sendable` closure
379 |             )
380 |             assetWriterInput.requestMediaDataWhenReady(on: queue) {
381 |                 while assetWriterInput.isReadyForMoreMediaData {
    |                       `- warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a `@Sendable` closure
382 |                     if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
383 |                         if nextSampleBuffer.presentationTimeStamp.isNumeric {
AVFoundation.AVAssetWriterInput:2:12: note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.7, *)
 2 | open class AVAssetWriterInput : NSObject {
   |            `- note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 3 |     @available(*, unavailable)
 4 |     public convenience init()
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:382:47: warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a `@Sendable` closure
380 |             assetWriterInput.requestMediaDataWhenReady(on: queue) {
381 |                 while assetWriterInput.isReadyForMoreMediaData {
382 |                     if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
    |                                               `- warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a `@Sendable` closure
383 |                         if nextSampleBuffer.presentationTimeStamp.isNumeric {
384 |                             let timestamp = Int64(nextSampleBuffer.presentationTimeStamp.seconds)
AVFoundation.AVAssetReaderOutput:2:12: note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
1 | @available(macOS 10.7, *)
2 | open class AVAssetReaderOutput : NSObject {
  |            `- note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
3 |     open var mediaType: AVMediaType { get }
4 |     @available(macOS 10.8, *)
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:390:55: warning: capture of 'upscaler' with non-sendable type 'Upscaler' in a `@Sendable` closure
388 |                         }
389 |                         if let imageBuffer = nextSampleBuffer.imageBuffer {
390 |                             let upscaledImageBuffer = upscaler.upscale(
    |                                                       `- warning: capture of 'upscaler' with non-sendable type 'Upscaler' in a `@Sendable` closure
391 |                                 imageBuffer,
392 |                                 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:392:50: warning: capture of 'adaptor' with non-sendable type 'AVAssetWriterInputPixelBufferAdaptor' in a `@Sendable` closure
390 |                             let upscaledImageBuffer = upscaler.upscale(
391 |                                 imageBuffer,
392 |                                 pixelBufferPool: adaptor.pixelBufferPool
    |                                                  `- warning: capture of 'adaptor' with non-sendable type 'AVAssetWriterInputPixelBufferAdaptor' in a `@Sendable` closure
393 |                             )
394 |                             guard adaptor.append(
AVFoundation.AVAssetWriterInputPixelBufferAdaptor:2:12: note: class 'AVAssetWriterInputPixelBufferAdaptor' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.7, *)
 2 | open class AVAssetWriterInputPixelBufferAdaptor : NSObject {
   |            `- note: class 'AVAssetWriterInputPixelBufferAdaptor' does not conform to the 'Sendable' protocol
 3 |     @available(*, unavailable)
 4 |     public convenience init()
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:434:23: warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a `@Sendable` closure
432 |             )
433 |             assetWriterInput.requestMediaDataWhenReady(on: queue) {
434 |                 while assetWriterInput.isReadyForMoreMediaData {
    |                       `- warning: capture of 'assetWriterInput' with non-sendable type 'AVAssetWriterInput' in a `@Sendable` closure
435 |                     if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
436 |                         if nextSampleBuffer.presentationTimeStamp.isNumeric {
AVFoundation.AVAssetWriterInput:2:12: note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.7, *)
 2 | open class AVAssetWriterInput : NSObject {
   |            `- note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 3 |     @available(*, unavailable)
 4 |     public convenience init()
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:435:47: warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a `@Sendable` closure
433 |             assetWriterInput.requestMediaDataWhenReady(on: queue) {
434 |                 while assetWriterInput.isReadyForMoreMediaData {
435 |                     if let nextSampleBuffer = assetReaderOutput.copyNextSampleBuffer() {
    |                                               `- warning: capture of 'assetReaderOutput' with non-sendable type 'AVAssetReaderOutput' in a `@Sendable` closure
436 |                         if nextSampleBuffer.presentationTimeStamp.isNumeric {
437 |                             let timestamp = Int64(nextSampleBuffer.presentationTimeStamp.seconds)
AVFoundation.AVAssetReaderOutput:2:12: note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
1 | @available(macOS 10.7, *)
2 | open class AVAssetReaderOutput : NSObject {
  |            `- note: class 'AVAssetReaderOutput' does not conform to the 'Sendable' protocol
3 |     open var mediaType: AVMediaType { get }
4 |     @available(macOS 10.8, *)
/Users/admin/builder/spi-builder-workspace/Sources/Upscaling/UpscalingExportSession.swift:457:62: warning: capture of 'upscaler' with non-sendable type 'Upscaler' in a `@Sendable` closure
455 |                                 return
456 |                             }
457 |                             let upscaledLeftEyePixelBuffer = upscaler.upscale(
    |                                                              `- warning: capture of 'upscaler' with non-sendable type 'Upscaler' in a `@Sendable` closure
458 |                                 leftEyePixelBuffer,
459 |                                 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:459:50: warning: capture of 'adaptor' with non-sendable type 'AVAssetWriterInputTaggedPixelBufferGroupAdaptor' in a `@Sendable` closure
457 |                             let upscaledLeftEyePixelBuffer = upscaler.upscale(
458 |                                 leftEyePixelBuffer,
459 |                                 pixelBufferPool: adaptor.pixelBufferPool
    |                                                  `- warning: capture of 'adaptor' with non-sendable type 'AVAssetWriterInputTaggedPixelBufferGroupAdaptor' in a `@Sendable` closure
460 |                             )
461 |                             let upscaledRightEyePixelBuffer = upscaler.upscale(
AVFoundation.AVAssetWriterInputTaggedPixelBufferGroupAdaptor:2:12: note: class 'AVAssetWriterInputTaggedPixelBufferGroupAdaptor' does not conform to the 'Sendable' protocol
 1 | @available(macOS 14.0, *)
 2 | open class AVAssetWriterInputTaggedPixelBufferGroupAdaptor : NSObject {
   |            `- note: class 'AVAssetWriterInputTaggedPixelBufferGroupAdaptor' does not conform to the 'Sendable' protocol
 3 |     @available(*, unavailable)
 4 |     public convenience init()
[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! (18.69s)
Fetching https://github.com/Finnvoor/SwiftTUI.git
Fetching https://github.com/apple/swift-argument-parser.git
[3/80] Fetching swifttui
Fetched https://github.com/Finnvoor/SwiftTUI.git from cache (0.67s)
[1/15524] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.44s)
Computing version for https://github.com/Finnvoor/SwiftTUI.git
Computed https://github.com/Finnvoor/SwiftTUI.git at 1.0.4 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.48s)
Creating working copy for https://github.com/Finnvoor/SwiftTUI.git
Working copy of https://github.com/Finnvoor/SwiftTUI.git resolved at 1.0.4
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.1
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" : {
            }
          }
        }
      ],
      "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.