Build Information
Successful build of DLKit, reference main (f12ceb
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 23 Jul 2024 18:13:40 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DLKit-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.47.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/DLKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/DLKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f12cebd Flatten sub-packages.
Cloned https://github.com/johnno1962/DLKit.git
Revision (git rev-parse @):
f12cebd9b0a39962b6b3f94b7b4946c903da0027
SUCCESS checkout https://github.com/johnno1962/DLKit.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.9
Building package at path: $PWD
https://github.com/johnno1962/DLKit.git
Command line invocation:
/Applications/Xcode-15.2.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
Fetching from https://github.com/johnno1962/fishhook
Creating working copy of package ‘fishhook’
Checking out 1.2.1 of package ‘fishhook’
Resolve Package Graph
Resolved source packages:
DLKit: /Users/admin/builder/spi-builder-workspace
fishhook: https://github.com/johnno1962/fishhook @ 1.2.1
resolved source packages: DLKit, fishhook
{
"dependencies" : [
{
"identity" : "fishhook",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "1.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnno1962/fishhook"
}
],
"manifest_display_name" : "DLKit",
"name" : "DLKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DLKit",
"targets" : [
"DLKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DLKitC",
"targets" : [
"DLKitC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DLKitD",
"targets" : [
"DLKitD"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DLKitCD",
"targets" : [
"DLKitCD"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DLKitTests",
"module_type" : "SwiftTarget",
"name" : "DLKitTests",
"path" : "Tests/DLKitTests",
"sources" : [
"DLKitTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DLKit"
],
"type" : "test"
},
{
"c99name" : "DLKitD",
"module_type" : "SwiftTarget",
"name" : "DLKitD",
"path" : "Sources/DLKitD",
"product_dependencies" : [
"fishhookD"
],
"product_memberships" : [
"DLKitD"
],
"sources" : [
"DLKit.swift",
"Demangling.swift",
"FileSymbols.swift",
"ImageSymbols.swift",
"Interposing.swift",
"Iterators.swift"
],
"target_dependencies" : [
"DLKitCD"
],
"type" : "library"
},
{
"c99name" : "DLKitCD",
"module_type" : "ClangTarget",
"name" : "DLKitCD",
"path" : "Sources/DLKitCD",
"product_dependencies" : [
"fishhookD"
],
"product_memberships" : [
"DLKitD",
"DLKitCD"
],
"sources" : [
"DLKitC.c",
"trie_dladdr.mm",
"trie_dlops.mm"
],
"type" : "library"
},
{
"c99name" : "DLKitC",
"module_type" : "ClangTarget",
"name" : "DLKitC",
"path" : "Sources/DLKitC",
"product_memberships" : [
"DLKit",
"DLKitC"
],
"sources" : [
"DLKitC.c",
"trie_dladdr.mm",
"trie_dlops.mm"
],
"type" : "library"
},
{
"c99name" : "DLKit",
"module_type" : "SwiftTarget",
"name" : "DLKit",
"path" : "Sources/DLKit",
"product_dependencies" : [
"fishhook"
],
"product_memberships" : [
"DLKit"
],
"sources" : [
"DLKit.swift",
"Demangling.swift",
"FileSymbols.swift",
"ImageSymbols.swift",
"Interposing.swift",
"Iterators.swift"
],
"target_dependencies" : [
"DLKitC"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DLKit",
"DLKit-Package",
"DLKitC",
"DLKitCD",
"DLKitD"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DLKit-Package -destination platform=macOS,arch=arm64
Build complete.
Done.