Build Information
Successful build of TextureMap, reference 1.0.4 (bc8f1c
), with Swift 5.10 for macOS (SPM) on 14 Sep 2024 06:52:24 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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
========================================
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/575] Fetching texturemap
Fetched https://github.com/heestand-xyz/TextureMap.git from cache (1.23s)
Creating working copy for https://github.com/heestand-xyz/TextureMap.git
Working copy of https://github.com/heestand-xyz/TextureMap.git resolved at 1.0.4 (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 TMAxis.swift
[4/16] Compiling TextureMap TMError.swift
[5/16] Compiling TextureMap TMBits.swift
[6/16] Compiling TextureMap TMColor.swift
[7/16] Compiling TextureMap TexureMap+Raw.swift
[8/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)
^
[9/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)
^
[10/16] Compiling TextureMap CGSize.swift
[11/16] Compiling TextureMap CVPixelBuffer.swift
[12/16] Compiling TextureMap TMColorSpace.swift
[13/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)
^
[14/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)
^
[15/16] Emitting module TextureMap
[16/16] Compiling TextureMap TMImage.swift
Build complete! (8.61s)
Build complete.
Done.