Build Information
Successful build of ULID.swift, reference 1.3.1 (e21933
), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 11 Aug 2024 15:23:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ULID.swift -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yaslab/ULID.swift.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yaslab/ULID.swift
* tag 1.3.1 -> FETCH_HEAD
HEAD is now at e21933d Merge pull request #19 from yaslab/release/1.3.1
Cloned https://github.com/yaslab/ULID.swift.git
Revision (git rev-parse @):
e21933de8ac3e8ba9e83aa71956cd27206eec6b9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/yaslab/ULID.swift.git at 1.3.1
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.8
Building package at path: $PWD
https://github.com/yaslab/ULID.swift.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
Resolve Package Graph
Resolved source packages:
ULID.swift: /Users/admin/builder/spi-builder-workspace
resolved source packages: ULID.swift
2024-08-11 11:23:32.996 xcodebuild[465:2468] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
"dependencies" : [
],
"manifest_display_name" : "ULID.swift",
"name" : "ULID.swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ULID",
"targets" : [
"ULID"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ULIDTests",
"module_type" : "SwiftTarget",
"name" : "ULIDTests",
"path" : "Tests/ULIDTests",
"sources" : [
"Data+Base32Tests.swift",
"ULIDTests.swift"
],
"target_dependencies" : [
"ULID"
],
"type" : "test"
},
{
"c99name" : "ULID",
"module_type" : "SwiftTarget",
"name" : "ULID",
"path" : "Sources/ULID",
"product_memberships" : [
"ULID"
],
"sources" : [
"Data+Base32.swift",
"ULID.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ULID.swift"
]
}
}
2024-08-11 11:23:43.280 xcodebuild[526:2821] 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 ULID.swift -destination platform=macOS,arch=arm64
Build complete.
Done.