Build Information
Successful build of SwiftCoreSymbolication, reference main (d974ad
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 01:17:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/SwiftCoreSymbolication.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/SwiftCoreSymbolication
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d974ad0 Add editorconfig
Cloned https://github.com/ChimeHQ/SwiftCoreSymbolication.git
Revision (git rev-parse @):
d974ad02a1b16554c0b57584210b3a9f60988f3b
SUCCESS checkout https://github.com/ChimeHQ/SwiftCoreSymbolication.git at main
Fetching https://github.com/ChimeHQ/CoreSymbolication
[1/115] Fetching coresymbolication
Fetched https://github.com/ChimeHQ/CoreSymbolication from cache (1.07s)
Computing version for https://github.com/ChimeHQ/CoreSymbolication
Computed https://github.com/ChimeHQ/CoreSymbolication at 0.1.0 (0.67s)
Creating working copy for https://github.com/ChimeHQ/CoreSymbolication
Working copy of https://github.com/ChimeHQ/CoreSymbolication resolved at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/ChimeHQ/SwiftCoreSymbolication.git
[3/71] Fetching swiftcoresymbolication
Fetched https://github.com/ChimeHQ/SwiftCoreSymbolication.git from cache (1.08s)
Fetching https://github.com/ChimeHQ/CoreSymbolication from cache
Fetched https://github.com/ChimeHQ/CoreSymbolication from cache (0.57s)
Computing version for https://github.com/ChimeHQ/CoreSymbolication
Computed https://github.com/ChimeHQ/CoreSymbolication at 0.2.0 (0.70s)
Creating working copy for https://github.com/ChimeHQ/CoreSymbolication
Working copy of https://github.com/ChimeHQ/CoreSymbolication resolved at 0.2.0
Creating working copy for https://github.com/ChimeHQ/SwiftCoreSymbolication.git
Working copy of https://github.com/ChimeHQ/SwiftCoreSymbolication.git resolved at main (d974ad0)
error: multiple packages ('coresymbolication', 'swiftcoresymbolication') declare targets with a conflicting name: 'SwiftCoreSymbolication’; target names need to be unique across the package graph
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ChimeHQ/SwiftCoreSymbolication.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/8] Compiling SwiftCoreSymbolication Architecture.swift
[4/8] Compiling SwiftCoreSymbolication SourceInfo.swift
[5/8] Emitting module SwiftCoreSymbolication
[6/8] Compiling SwiftCoreSymbolication Symbolicator.swift
[7/8] Compiling SwiftCoreSymbolication SymbolOwner.swift
[8/8] Compiling SwiftCoreSymbolication Symbol.swift
Build complete! (8.14s)
Build complete.
{
"dependencies" : [
{
"identity" : "coresymbolication",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/CoreSymbolication"
}
],
"manifest_display_name" : "SwiftCoreSymbolication",
"name" : "SwiftCoreSymbolication",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftCoreSymbolication",
"targets" : [
"SwiftCoreSymbolication"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftCoreSymbolicationTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCoreSymbolicationTests",
"path" : "Tests/SwiftCoreSymbolicationTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftCoreSymbolicationTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SwiftCoreSymbolicationTests.swift"
],
"target_dependencies" : [
"SwiftCoreSymbolication"
],
"type" : "test"
},
{
"c99name" : "SwiftCoreSymbolication",
"module_type" : "SwiftTarget",
"name" : "SwiftCoreSymbolication",
"path" : "Sources/SwiftCoreSymbolication",
"product_dependencies" : [
"CoreSymbolication"
],
"product_memberships" : [
"SwiftCoreSymbolication"
],
"sources" : [
"Architecture.swift",
"SourceInfo.swift",
"Symbol.swift",
"SymbolOwner.swift",
"Symbolicator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.