Build Information
Successful build of swift-google-drive-client with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/swift-google-drive-client.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/darrarski/swift-google-drive-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3ca4874 Merge pull request #23 from darrarski/fix/example-app-preview-client-get-about
Cloned https://github.com/darrarski/swift-google-drive-client.git
Revision (git rev-parse @):
3ca48747bbc4d82fcf68a978c42a6f225d92ea03
SUCCESS checkout https://github.com/darrarski/swift-google-drive-client.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-google-drive-client",
"name": "swift-google-drive-client",
"url": "https://github.com/darrarski/swift-google-drive-client.git",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-google-drive-client",
"dependencies": [
]
}
]
}
Fetching https://github.com/darrarski/swift-google-drive-client.git from cache
Fetched https://github.com/darrarski/swift-google-drive-client.git from cache (0.38s)
Creating working copy for https://github.com/darrarski/swift-google-drive-client.git
Working copy of https://github.com/darrarski/swift-google-drive-client.git resolved at main (3ca4874)
warning: '.resolve-product-dependencies': dependency 'swift-google-drive-client' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/darrarski/swift-google-drive-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/24] Emitting module GoogleDriveClient
[4/26] Compiling GoogleDriveClient UpdateFileData.swift
[5/26] Compiling GoogleDriveClient User.swift
[6/26] Compiling GoogleDriveClient About.swift
[7/26] Compiling GoogleDriveClient Auth.swift
[8/26] Compiling GoogleDriveClient Client.swift
[9/26] Compiling GoogleDriveClient HTTPClient.swift
[10/26] Compiling GoogleDriveClient Keychain.swift
[11/26] Compiling GoogleDriveClient ListFiles.swift
[12/26] Compiling GoogleDriveClient Coding.swift
[13/26] Compiling GoogleDriveClient Config.swift
[14/26] Compiling GoogleDriveClient CreateFile.swift
[15/26] Compiling GoogleDriveClient DeleteFile.swift
[16/26] Compiling GoogleDriveClient File.swift
[17/26] Compiling GoogleDriveClient FilesList.swift
[18/26] Compiling GoogleDriveClient Credentials.swift
[19/26] Compiling GoogleDriveClient CurrentValueAsyncSequence.swift
[20/26] Compiling GoogleDriveClient DateGenerator.swift
[21/26] Compiling GoogleDriveClient GetAbout.swift
[22/26] Compiling GoogleDriveClient GetFile.swift
[23/26] Compiling GoogleDriveClient GetFileData.swift
[24/26] Compiling GoogleDriveClient OpenURL.swift
[25/26] Compiling GoogleDriveClient StorageQuota.swift
[26/26] Compiling GoogleDriveClient UUIDGenerator.swift
Build complete! (7.74s)
Build complete.
Done.