Build Information
Successful build of TextureMap, reference main (1d4229
), with Swift 6.0 for macOS (SPM) on 1 Mar 2025 07:25:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 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 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/643] Fetching texturemap
Fetched https://github.com/heestand-xyz/TextureMap.git from cache (0.83s)
Creating working copy for https://github.com/heestand-xyz/TextureMap.git
Working copy of https://github.com/heestand-xyz/TextureMap.git resolved at main (1d4229d)
warning: '.resolve-product-dependencies': dependency 'texturemap' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
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.2.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-5BDAB9E9C0126B9D.txt
[3/16] Compiling TextureMap CGSize.swift
[4/16] Compiling TextureMap CVPixelBuffer.swift
[5/16] Compiling TextureMap TMColorSpace.swift
[6/16] Compiling TextureMap MTLTexture.swift
[7/16] Compiling TextureMap Array+MTLTexture.swift
[8/16] Compiling TextureMap TMError.swift
[9/16] Compiling TextureMap TMImage.swift
[10/16] Emitting module TextureMap
[11/16] Compiling TextureMap TMColor.swift
[12/16] Compiling TextureMap TMBits.swift
[13/16] Compiling TextureMap TexureMap+Raw.swift
[14/16] Compiling TextureMap TMAxis.swift
[15/16] Compiling TextureMap MTLTexture+sample.swift
[16/16] Compiling TextureMap TextureMap.swift
[17/17] Compiling TextureMap TMSendableImage.swift
Build complete! (19.01s)
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.