The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TextureMap, reference main (68af37), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 04:32:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/TextureMap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/TextureMap
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 68af37e EXR Support
Cloned https://github.com/heestand-xyz/TextureMap.git
Revision (git rev-parse @):
68af37ee298b46be37c45d248003ffde795e1861
SUCCESS checkout https://github.com/heestand-xyz/TextureMap.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/heestand-xyz/TextureMap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/16] Compiling TextureMap TMBits.swift
[4/16] Compiling TextureMap MTLTexture.swift
[5/16] Compiling TextureMap Array+MTLTexture.swift
[6/16] Compiling TextureMap TexureMap+Raw.swift
[7/16] Compiling TextureMap TMAxis.swift
[8/16] Compiling TextureMap MTLTexture+sample.swift
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/TextureMap.swift:585:46: warning: 'pixelBuffer(texture:colorSpace:)' is deprecated: Moving from a CGImage based approach to a raw bytes approach. [#DeprecatedDeclaration]
583 |     public static func sampleBuffer(texture: MTLTexture, colorSpace: TMColorSpace) throws -> CMSampleBuffer {
584 |
585 |         let pixelBuffer: CVPixelBuffer = try pixelBuffer(texture: texture, colorSpace: colorSpace)
    |                                              |- warning: 'pixelBuffer(texture:colorSpace:)' is deprecated: Moving from a CGImage based approach to a raw bytes approach. [#DeprecatedDeclaration]
    |                                              `- note: use 'pixelBuffer(texture:)' instead
586 |
587 |         var sampleBuffer: CMSampleBuffer?
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[9/16] Compiling TextureMap TextureMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/TextureMap.swift:585:46: warning: 'pixelBuffer(texture:colorSpace:)' is deprecated: Moving from a CGImage based approach to a raw bytes approach. [#DeprecatedDeclaration]
583 |     public static func sampleBuffer(texture: MTLTexture, colorSpace: TMColorSpace) throws -> CMSampleBuffer {
584 |
585 |         let pixelBuffer: CVPixelBuffer = try pixelBuffer(texture: texture, colorSpace: colorSpace)
    |                                              |- warning: 'pixelBuffer(texture:colorSpace:)' is deprecated: Moving from a CGImage based approach to a raw bytes approach. [#DeprecatedDeclaration]
    |                                              `- note: use 'pixelBuffer(texture:)' instead
586 |
587 |         var sampleBuffer: CMSampleBuffer?
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/16] Emitting module TextureMap
[11/16] Compiling TextureMap TMError.swift
[12/16] Compiling TextureMap CGSize.swift
[13/16] Compiling TextureMap CVPixelBuffer.swift
[14/16] Compiling TextureMap TMImage.swift
[15/16] Compiling TextureMap TMColorSpace.swift
[16/16] Compiling TextureMap TMColor.swift
[17/17] Compiling TextureMap TMSendableImage.swift
Build complete! (9.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TextureMap",
  "name" : "TextureMap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "TextureMap",
      "targets" : [
        "TextureMap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextureMapTests",
      "module_type" : "SwiftTarget",
      "name" : "TextureMapTests",
      "path" : "Tests/TextureMapTests",
      "sources" : [
        "TextureMapTests.swift"
      ],
      "target_dependencies" : [
        "TextureMap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TextureMap",
      "module_type" : "SwiftTarget",
      "name" : "TextureMap",
      "path" : "Sources/TextureMap",
      "product_memberships" : [
        "TextureMap"
      ],
      "sources" : [
        "Extensions/CGSize.swift",
        "Extensions/CVPixelBuffer.swift",
        "Extensions/MTLTexture.swift",
        "Texture/Array+MTLTexture.swift",
        "Texture/MTLTexture+sample.swift",
        "TextureMap.swift",
        "TexureMap+Raw.swift",
        "Types/TMAxis.swift",
        "Types/TMBits.swift",
        "Types/TMColor.swift",
        "Types/TMColorSpace.swift",
        "Types/TMError.swift",
        "Types/TMImage.swift",
        "Types/TMSendableImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.