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.0 (1d4229), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 05:48:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/TextureMap.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/TextureMap
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at 1d4229d YUV to RGB
Cloned https://github.com/heestand-xyz/TextureMap.git
Revision (git rev-parse @):
1d4229d332d8882662731b2d9a178d8f43f0152c
SUCCESS checkout https://github.com/heestand-xyz/TextureMap.git at 2.2.0
========================================
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.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/16] Compiling TextureMap CGSize.swift
[4/16] Compiling TextureMap CVPixelBuffer.swift
[5/16] Emitting module TextureMap
[6/16] Compiling TextureMap TMBits.swift
[7/17] Compiling TextureMap TMSendableImage.swift
[8/17] Compiling TextureMap TexureMap+Raw.swift
[9/17] Compiling TextureMap TMAxis.swift
[10/17] Compiling TextureMap MTLTexture+sample.swift
[11/17] Compiling TextureMap TextureMap.swift
[12/17] Compiling TextureMap MTLTexture.swift
[13/17] Compiling TextureMap Array+MTLTexture.swift
[14/17] Compiling TextureMap TMColorSpace.swift
[15/17] Compiling TextureMap TMImage.swift
[16/17] Compiling TextureMap TMColor.swift
[17/17] Compiling TextureMap TMError.swift
Build complete! (8.16s)
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.