The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of TextureMap, reference main (bc8f1c), with Swift 5.10 for macOS (SPM) on 25 Jul 2024 17:03:47 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.48.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 bc8f1cb Render Tweaks
Cloned https://github.com/heestand-xyz/TextureMap.git
Revision (git rev-parse @):
bc8f1cb56c1b558eeebb1ae15c2e24c04bfb6ead
SUCCESS checkout https://github.com/heestand-xyz/TextureMap.git at main
========================================
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/574] Fetching texturemap
Fetched https://github.com/heestand-xyz/TextureMap.git from cache (1.27s)
Creating working copy for https://github.com/heestand-xyz/TextureMap.git
Working copy of https://github.com/heestand-xyz/TextureMap.git resolved at main (bc8f1cb)
warning: '.resolve-product-dependencies': dependency 'texturemap' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/heestand-xyz/TextureMap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/15] Compiling TextureMap TMError.swift
[4/16] Compiling TextureMap TMBits.swift
[5/16] Compiling TextureMap TMColor.swift
[6/16] Compiling TextureMap TMColorSpace.swift
[7/16] Compiling TextureMap TMAxis.swift
[8/16] Compiling TextureMap MTLTexture+sample.swift
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/Texture/MTLTexture+sample.swift:63:52: warning: 'empty(resolution:bits:swapRedAndBlue:usage:)' is deprecated: Please use the sync function in a task.
        let targetTexture: MTLTexture = try await .empty(resolution: resolution, bits: bits)
                                                   ^
[9/16] Compiling TextureMap TextureMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/Texture/MTLTexture+sample.swift:63:52: warning: 'empty(resolution:bits:swapRedAndBlue:usage:)' is deprecated: Please use the sync function in a task.
        let targetTexture: MTLTexture = try await .empty(resolution: resolution, bits: bits)
                                                   ^
[10/16] Compiling TextureMap MTLTexture.swift
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/Extensions/MTLTexture.swift:15:30: warning: 'image(texture:colorSpace:bits:)' is deprecated: Please use the sync function in a task.
        try await TextureMap.image(texture: self, colorSpace: colorSpace, bits: bits)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/Extensions/MTLTexture.swift:43:52: warning: 'empty(resolution:bits:swapRedAndBlue:usage:)' is deprecated: Please use the sync function in a task.
        let targetTexture: MTLTexture = try await .empty(resolution: resolution, bits: bits, usage: .write)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/Extensions/MTLTexture.swift:163:50: warning: 'empty(resolution:bits:swapRedAndBlue:usage:)' is deprecated: Please use the sync function in a task.
        let textureCopy: MTLTexture = try await .empty(resolution: CGSize(width: width, height: height), bits: bits)
                                                 ^
[11/16] Compiling TextureMap Array+MTLTexture.swift
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/Extensions/MTLTexture.swift:15:30: warning: 'image(texture:colorSpace:bits:)' is deprecated: Please use the sync function in a task.
        try await TextureMap.image(texture: self, colorSpace: colorSpace, bits: bits)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/Extensions/MTLTexture.swift:43:52: warning: 'empty(resolution:bits:swapRedAndBlue:usage:)' is deprecated: Please use the sync function in a task.
        let targetTexture: MTLTexture = try await .empty(resolution: resolution, bits: bits, usage: .write)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/TextureMap/Extensions/MTLTexture.swift:163:50: warning: 'empty(resolution:bits:swapRedAndBlue:usage:)' is deprecated: Please use the sync function in a task.
        let textureCopy: MTLTexture = try await .empty(resolution: CGSize(width: width, height: height), bits: bits)
                                                 ^
[12/16] Compiling TextureMap CGSize.swift
[13/16] Compiling TextureMap CVPixelBuffer.swift
[14/16] Compiling TextureMap TexureMap+Raw.swift
[15/16] Emitting module TextureMap
[16/16] Compiling TextureMap TMImage.swift
Build complete! (9.40s)
Build complete.
Done.