Build Information
Successful build of TextureMap, reference 1.0.4 (bc8f1c
), with Swift 5.9 for macOS (SPM) on 14 Sep 2024 06:51:40 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/TextureMap.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/TextureMap
* tag 1.0.4 -> FETCH_HEAD
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 1.0.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/heestand-xyz/TextureMap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/13] Compiling TextureMap TMError.swift
[2/14] 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)
^
[3/14] 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)
^
[4/14] Compiling TextureMap TexureMap+Raw.swift
[5/14] Compiling TextureMap CGSize.swift
[6/14] Compiling TextureMap CVPixelBuffer.swift
[7/14] Compiling TextureMap TMColor.swift
[8/14] Compiling TextureMap TMBits.swift
[9/14] Compiling TextureMap TMAxis.swift
[10/14] 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)
^
[11/14] 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)
^
[12/14] Compiling TextureMap TMColorSpace.swift
[13/14] Emitting module TextureMap
[14/14] Compiling TextureMap TMImage.swift
Build complete! (11.84s)
Build complete.
Done.