Build Information
Successful build of TextureMap, reference main (bc8f1c
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 25 Jul 2024 17:04:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TextureMap -destination platform=macOS,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
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/heestand-xyz/TextureMap.git
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
TextureMap: /Users/admin/builder/spi-builder-workspace
resolved source packages: TextureMap
{
"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"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"TextureMap"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TextureMap -destination platform=macOS,arch=arm64
Build complete.
Done.