Build Information
Successful build of Chord, reference main (fd232f
), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 3 Aug 2024 05:56:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Chord -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Chord.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Chord
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fd232f4 A wild new take on async queues
Cloned https://github.com/OperatorFoundation/Chord.git
Revision (git rev-parse @):
fd232f43fe53b509c340a8a50699ef1a9423e820
SUCCESS checkout https://github.com/OperatorFoundation/Chord.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.8
Building package at path: $PWD
https://github.com/OperatorFoundation/Chord.git
Command line invocation:
/Applications/Xcode-14.3.1.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/OperatorFoundation/Datable
Fetching from https://github.com/OperatorFoundation/SwiftQueue
Creating working copy of package ‘Datable’
Checking out main of package ‘Datable’
Creating working copy of package ‘SwiftQueue’
Checking out main of package ‘SwiftQueue’
Resolve Package Graph
Resolved source packages:
Datable: https://github.com/OperatorFoundation/Datable @ main
Chord: /Users/admin/builder/spi-builder-workspace
SwiftQueue: https://github.com/OperatorFoundation/SwiftQueue @ main
resolved source packages: Datable, Chord, SwiftQueue
2024-08-03 01:55:33.318 xcodebuild[467:2443] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
"dependencies" : [
{
"identity" : "datable",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OperatorFoundation/Datable"
},
{
"identity" : "swiftqueue",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OperatorFoundation/SwiftQueue"
}
],
"manifest_display_name" : "Chord",
"name" : "Chord",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Chord",
"targets" : [
"Chord"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ChordTests",
"module_type" : "SwiftTarget",
"name" : "ChordTests",
"path" : "Tests/ChordTests",
"product_dependencies" : [
"Datable"
],
"sources" : [
"ChordTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Chord"
],
"type" : "test"
},
{
"c99name" : "Chord",
"module_type" : "SwiftTarget",
"name" : "Chord",
"path" : "Sources/Chord",
"product_dependencies" : [
"SwiftQueue"
],
"product_memberships" : [
"Chord"
],
"sources" : [
"AsyncBufferingQueue.swift",
"AsyncLock.swift",
"AsyncQueue.swift",
"AsyncTimer.swift",
"Asynchronizer.swift",
"BlockingQueue.swift",
"Chord.swift",
"Collector.swift",
"ConcurrencyTester.swift",
"Data+async.swift",
"FilteredQueue.swift",
"InvertedLockedCounter.swift",
"LockedCounter.swift",
"MultiQueue.swift",
"Promise.swift",
"RepeatingTask.swift",
"SleepingTimer.swift",
"Synchronizer.swift",
"ThreadSafeDictionary.swift",
"ThreadSafeSet.swift",
"Timeout.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Chord"
]
}
}
2024-08-03 01:55:44.559 xcodebuild[659:3130] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Chord -destination platform=macOS,arch=arm64
Build complete.
Done.