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 TextureMap, reference 2.2.1 (fd4d8f), with Swift 6.1 for macOS (SPM) on 20 Aug 2025 16:32:47 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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/TextureMap.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/TextureMap
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at fd4d8f4 Optical Flow
Cloned https://github.com/heestand-xyz/TextureMap.git
Revision (git rev-parse @):
fd4d8f4bbebd7451634c1f5257d3298f5faffd57
SUCCESS checkout https://github.com/heestand-xyz/TextureMap.git at 2.2.1
========================================
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": "texturemap",
      "name": "TextureMap",
      "url": "https://github.com/heestand-xyz/TextureMap.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TextureMap",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/heestand-xyz/TextureMap.git
[1/667] Fetching texturemap
Fetched https://github.com/heestand-xyz/TextureMap.git from cache (0.73s)
Creating working copy for https://github.com/heestand-xyz/TextureMap.git
Working copy of https://github.com/heestand-xyz/TextureMap.git resolved at 2.2.1 (fd4d8f4)
warning: '.resolve-product-dependencies': dependency 'texturemap' 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/heestand-xyz/TextureMap.git
https://github.com/heestand-xyz/TextureMap.git
{
  "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"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/16] Compiling TextureMap TMError.swift
[4/17] Compiling TextureMap TMSendableImage.swift
[5/17] Compiling TextureMap TMColorSpace.swift
[6/17] Compiling TextureMap MTLTexture.swift
[7/17] Compiling TextureMap Array+MTLTexture.swift
[8/17] Compiling TextureMap TMBits.swift
[9/17] Compiling TextureMap CGSize.swift
[10/17] Compiling TextureMap CVPixelBuffer.swift
[11/17] Compiling TextureMap TMImage.swift
[12/17] Compiling TextureMap MTLTexture+sample.swift
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/TextureMap.swift:586:46: warning: 'pixelBuffer(texture:colorSpace:)' is deprecated: Moving from a CGImage based approach to a raw bytes approach.
584 |     public static func sampleBuffer(texture: MTLTexture, colorSpace: TMColorSpace) throws -> CMSampleBuffer {
585 |
586 |         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.
    |                                              `- note: use 'pixelBuffer(texture:)' instead
587 |
588 |         var sampleBuffer: CMSampleBuffer?
[13/17] Compiling TextureMap TextureMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/TextureMap.swift:586:46: warning: 'pixelBuffer(texture:colorSpace:)' is deprecated: Moving from a CGImage based approach to a raw bytes approach.
584 |     public static func sampleBuffer(texture: MTLTexture, colorSpace: TMColorSpace) throws -> CMSampleBuffer {
585 |
586 |         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.
    |                                              `- note: use 'pixelBuffer(texture:)' instead
587 |
588 |         var sampleBuffer: CMSampleBuffer?
[14/17] Compiling TextureMap TMColor.swift
[15/17] Compiling TextureMap TexureMap+Raw.swift
[16/17] Compiling TextureMap TMAxis.swift
[17/17] Emitting module TextureMap
Build complete! (10.39s)
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.