Build Information
Successful build of OctoKit, reference 0.13.0 (441924
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 2 Aug 2024 09:25:07 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OctoKit -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdishbynature/octokit.swift.git
Reference: 0.13.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerdishbynature/octokit.swift
* tag 0.13.0 -> FETCH_HEAD
HEAD is now at 4419245 Async notifications support + added endpoints (#183)
Cloned https://github.com/nerdishbynature/octokit.swift.git
Revision (git rev-parse @):
44192458beb89180c3a3a1245d904aacac8be0ae
SUCCESS checkout https://github.com/nerdishbynature/octokit.swift.git at 0.13.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/nerdishbynature/octokit.swift.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
Fetching from https://github.com/nerdishbynature/RequestKit.git
Creating working copy of package ‘RequestKit’
Checking out 3.3.0 of package ‘RequestKit’
Resolved source packages:
RequestKit: https://github.com/nerdishbynature/RequestKit.git @ 3.3.0
resolved source packages: RequestKit
{
"dependencies" : [
{
"identity" : "requestkit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.3.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdishbynature/RequestKit.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.52.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "OctoKit",
"name" : "OctoKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OctoKit",
"targets" : [
"OctoKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OctoKitTests",
"module_type" : "SwiftTarget",
"name" : "OctoKitTests",
"path" : "Tests/OctoKitTests",
"sources" : [
"ConfigurationTests.swift",
"FollowTests.swift",
"GistTests.swift",
"IssueTests.swift",
"LabelTests.swift",
"MilestoneTests.swift",
"NotificationTests.swift",
"OctoKitURLTestSession.swift",
"OctokitSwiftTests.swift",
"PlanTests.swift",
"PreviewHeaderTests.swift",
"PublicKeyTests.swift",
"PullRequestTests.swift",
"ReactionsTests.swift",
"ReleasesTests.swift",
"RepositoryTests.swift",
"ReviewTests.swift",
"SearchTests.swift",
"StarsTests.swift",
"StatusesTests.swift",
"TestHelper.swift",
"UserTests.swift"
],
"target_dependencies" : [
"OctoKit"
],
"type" : "test"
},
{
"c99name" : "OctoKit",
"module_type" : "SwiftTarget",
"name" : "OctoKit",
"path" : "OctoKit",
"product_dependencies" : [
"RequestKit"
],
"product_memberships" : [
"OctoKit"
],
"sources" : [
"Configuration.swift",
"File.swift",
"Follow.swift",
"Gist.swift",
"Git.swift",
"Issue.swift",
"Label.swift",
"Milestone.swift",
"NotificationThread.swift",
"Octokit.swift",
"Parameters.swift",
"Plan.swift",
"PreviewHeader.swift",
"PublicKey.swift",
"PullRequest.swift",
"Reactions.swift",
"Releases.swift",
"Repositories.swift",
"Review.swift",
"Search.swift",
"Stars.swift",
"Statuses.swift",
"String+PercentEncoding.swift",
"Time.swift",
"URL+URLParameters.swift",
"User.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "OctoKit",
"schemes" : [
"OctoKit",
"OctoKit Mac",
"OctoKit MacTests",
"OctoKit tvOS",
"OctoKit watchOS"
],
"targets" : [
"OctoKit",
"OctoKitTests",
"OctoKit tvOS",
"OctoKit tvOSTests",
"OctoKit Mac",
"OctoKit MacTests",
"OctoKit watchOS"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OctoKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OctoKit -destination platform=macOS,arch=arm64
Build complete.
Done.