The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreImageExtensions, reference 1.1.2 (c90afb), with Swift 6.1 for macOS (SPM) on 5 Aug 2025 13:59:28 UTC.

Swift 6 data race errors: 1

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 InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DigitalMasterpieces/CoreImageExtensions.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DigitalMasterpieces/CoreImageExtensions
 * tag               1.1.2      -> FETCH_HEAD
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 1.1.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "coreimageextensions",
      "name": "CoreImageExtensions",
      "url": "https://github.com/DigitalMasterpieces/CoreImageExtensions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreImageExtensions",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/DigitalMasterpieces/CoreImageExtensions.git
[11/523] Fetching coreimageextensions
Fetched https://github.com/DigitalMasterpieces/CoreImageExtensions.git from cache (0.83s)
Creating working copy for https://github.com/DigitalMasterpieces/CoreImageExtensions.git
Working copy of https://github.com/DigitalMasterpieces/CoreImageExtensions.git resolved at 1.1.2 (c90afb5)
warning: '.resolve-product-dependencies': dependency 'coreimageextensions' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DigitalMasterpieces/CoreImageExtensions.git
https://github.com/DigitalMasterpieces/CoreImageExtensions.git
{
  "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"
}
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
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.txt
[3/22] Compiling CoreImageExtensions CIContext+ExportQuality.swift
[4/22] Compiling CoreImageExtensions CIContext+ValueAccess.swift
[5/23] Compiling CoreImageExtensions DebugProxy+Statistics.swift
[6/23] Compiling CoreImageExtensions CIImage+ValueInit.swift
[7/23] Compiling CoreImageExtensions CIKernel+MetalSource.swift
[8/23] Compiling CoreImageExtensions CIImage+Text.swift
[9/23] Compiling CoreImageExtensions CIImage+Transformation.swift
[10/23] Emitting module CoreImageExtensions
/Users/admin/builder/spi-builder-workspace/Sources/CIContext+Async.swift:191:25: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
189 |         // ... otherwise create a new one and safe it as associated object
190 |         } else {
191 |             let actor = Actor(self)
    |                         |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                         `- note: sending task-isolated 'self' to actor-isolated initializer 'init(_:)' risks causing data races between actor-isolated and task-isolated uses
192 |             objc_setAssociatedObject(self, &Actor.ASSOCIATED_ACTOR_KEY, actor, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
193 |             return actor
[11/23] Compiling CoreImageExtensions CIImage+DebugProxy.swift
[12/23] Compiling CoreImageExtensions DebugProxy+DebugPixel.swift
[13/23] Compiling CoreImageExtensions CIContext+Async.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIContext+Async.swift:191:25: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
189 |         // ... otherwise create a new one and safe it as associated object
190 |         } else {
191 |             let actor = Actor(self)
    |                         |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                         `- note: sending task-isolated 'self' to actor-isolated initializer 'init(_:)' risks causing data races between actor-isolated and task-isolated uses
192 |             objc_setAssociatedObject(self, &Actor.ASSOCIATED_ACTOR_KEY, actor, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
193 |             return actor
[14/23] Compiling CoreImageExtensions CIContext+EXR.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIContext+Async.swift:191:25: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
189 |         // ... otherwise create a new one and safe it as associated object
190 |         } else {
191 |             let actor = Actor(self)
    |                         |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                         `- note: sending task-isolated 'self' to actor-isolated initializer 'init(_:)' risks causing data races between actor-isolated and task-isolated uses
192 |             objc_setAssociatedObject(self, &Actor.ASSOCIATED_ACTOR_KEY, actor, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
193 |             return actor
[15/23] Compiling CoreImageExtensions CIImage+Blending.swift
[16/23] Compiling CoreImageExtensions CIImage+Lookup.swift
[17/23] Compiling CoreImageExtensions CGColorSpace+Convenience.swift
[18/23] Compiling CoreImageExtensions CIColor+Extensions.swift
[19/23] Compiling CoreImageExtensions DebugProxy+Export.swift
/Users/admin/builder/spi-builder-workspace/Sources/DebugExtensions/DebugProxy+Export.swift:25:14: 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
 23 |     func export(filePrefix: String? = nil, codec: ImageCodec = .tiff, format: CIFormat = .RGBA8, quality: Float = 1.0, colorSpace: CGColorSpace? = nil) {
 24 |         let filePrefix = exportFilePrefix(filePrefix: filePrefix)
 25 |         Task {
    |              `- 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
 26 |             await openSavePanel(message: "Select folder where to save the image") { url in
 27 |                 let imageURL = url.appendingPathComponent("\(filePrefix)_image").appendingPathExtension(codec.fileExtension)
 28 |                 self.write(to: imageURL, codec: codec, format: format, quality: quality, colorSpace: colorSpace)
    |                 `- note: closure captures 'self' which is accessible to code in the current task
 29 |             }
 30 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DebugExtensions/DebugProxy+Export.swift:26:19: warning: sending value of non-Sendable type '(URL) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 24 |         let filePrefix = exportFilePrefix(filePrefix: filePrefix)
 25 |         Task {
 26 |             await openSavePanel(message: "Select folder where to save the image") { url in
    |                   |- warning: sending value of non-Sendable type '(URL) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: sending task-isolated value of non-Sendable type '(URL) -> Void' to main actor-isolated global function 'openSavePanel(message:callback:)' risks causing races in between task-isolated and main actor-isolated uses
 27 |                 let imageURL = url.appendingPathComponent("\(filePrefix)_image").appendingPathExtension(codec.fileExtension)
 28 |                 self.write(to: imageURL, codec: codec, format: format, quality: quality, colorSpace: colorSpace)
/Users/admin/builder/spi-builder-workspace/Sources/DebugExtensions/DebugProxy+Export.swift:42:14: 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
 40 |     func export(filePrefix: String? = nil) {
 41 |         let filePrefix = exportFilePrefix(filePrefix: filePrefix)
 42 |         Task {
    |              `- 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
 43 |             await openSavePanel(message: "Select folder where to save the render results") { url in
 44 |                 // Write rendering results into the picked folder.
 45 |                 self.writeResults(to: url, with: filePrefix)
    |                 `- note: closure captures 'self' which is accessible to code in the current task
 46 |             }
 47 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DebugExtensions/DebugProxy+Export.swift:43:19: warning: sending value of non-Sendable type '(URL) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 41 |         let filePrefix = exportFilePrefix(filePrefix: filePrefix)
 42 |         Task {
 43 |             await openSavePanel(message: "Select folder where to save the render results") { url in
    |                   |- warning: sending value of non-Sendable type '(URL) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: sending task-isolated value of non-Sendable type '(URL) -> Void' to main actor-isolated global function 'openSavePanel(message:callback:)' risks causing races in between task-isolated and main actor-isolated uses
 44 |                 // Write rendering results into the picked folder.
 45 |                 self.writeResults(to: url, with: filePrefix)
[20/23] Compiling CoreImageExtensions DebugProxy+RenderInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/DebugExtensions/DebugProxy+Export.swift:25:14: 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
 23 |     func export(filePrefix: String? = nil, codec: ImageCodec = .tiff, format: CIFormat = .RGBA8, quality: Float = 1.0, colorSpace: CGColorSpace? = nil) {
 24 |         let filePrefix = exportFilePrefix(filePrefix: filePrefix)
 25 |         Task {
    |              `- 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
 26 |             await openSavePanel(message: "Select folder where to save the image") { url in
 27 |                 let imageURL = url.appendingPathComponent("\(filePrefix)_image").appendingPathExtension(codec.fileExtension)
 28 |                 self.write(to: imageURL, codec: codec, format: format, quality: quality, colorSpace: colorSpace)
    |                 `- note: closure captures 'self' which is accessible to code in the current task
 29 |             }
 30 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DebugExtensions/DebugProxy+Export.swift:26:19: warning: sending value of non-Sendable type '(URL) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 24 |         let filePrefix = exportFilePrefix(filePrefix: filePrefix)
 25 |         Task {
 26 |             await openSavePanel(message: "Select folder where to save the image") { url in
    |                   |- warning: sending value of non-Sendable type '(URL) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: sending task-isolated value of non-Sendable type '(URL) -> Void' to main actor-isolated global function 'openSavePanel(message:callback:)' risks causing races in between task-isolated and main actor-isolated uses
 27 |                 let imageURL = url.appendingPathComponent("\(filePrefix)_image").appendingPathExtension(codec.fileExtension)
 28 |                 self.write(to: imageURL, codec: codec, format: format, quality: quality, colorSpace: colorSpace)
/Users/admin/builder/spi-builder-workspace/Sources/DebugExtensions/DebugProxy+Export.swift:42:14: 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
 40 |     func export(filePrefix: String? = nil) {
 41 |         let filePrefix = exportFilePrefix(filePrefix: filePrefix)
 42 |         Task {
    |              `- 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
 43 |             await openSavePanel(message: "Select folder where to save the render results") { url in
 44 |                 // Write rendering results into the picked folder.
 45 |                 self.writeResults(to: url, with: filePrefix)
    |                 `- note: closure captures 'self' which is accessible to code in the current task
 46 |             }
 47 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DebugExtensions/DebugProxy+Export.swift:43:19: warning: sending value of non-Sendable type '(URL) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 41 |         let filePrefix = exportFilePrefix(filePrefix: filePrefix)
 42 |         Task {
 43 |             await openSavePanel(message: "Select folder where to save the render results") { url in
    |                   |- warning: sending value of non-Sendable type '(URL) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: sending task-isolated value of non-Sendable type '(URL) -> Void' to main actor-isolated global function 'openSavePanel(message:callback:)' risks causing races in between task-isolated and main actor-isolated uses
 44 |                 // Write rendering results into the picked folder.
 45 |                 self.writeResults(to: url, with: filePrefix)
[21/23] Compiling CoreImageExtensions Pixel.swift
[21/23] Write Objects.LinkFileList
[22/23] Linking libCoreImageExtensions-dynamic.dylib
Build complete! (8.55s)
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.