Build Information
Successful build of SwiftyGPT, reference master (611d5c
), with Swift 5.10 for macOS (SPM) on 15 Sep 2024 17:04:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/antonio-war/SwiftyGPT.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/antonio-war/SwiftyGPT
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 611d5ca Create FUNDING.yml
Cloned https://github.com/antonio-war/SwiftyGPT.git
Revision (git rev-parse @):
611d5ca6caeac40e8ec187ee7e61f07e7b9f6ff2
SUCCESS checkout https://github.com/antonio-war/SwiftyGPT.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftygpt",
"name": "SwiftyGPT",
"url": "https://github.com/antonio-war/SwiftyGPT.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyGPT",
"dependencies": [
]
}
]
}
Fetching https://github.com/antonio-war/SwiftyGPT.git
[1/1504] Fetching swiftygpt
Fetched https://github.com/antonio-war/SwiftyGPT.git from cache (1.32s)
Creating working copy for https://github.com/antonio-war/SwiftyGPT.git
Working copy of https://github.com/antonio-war/SwiftyGPT.git resolved at master (611d5ca)
warning: '.resolve-product-dependencies': dependency 'swiftygpt' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/antonio-war/SwiftyGPT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/8] Emitting module SwiftyGPTNetworking
[5/8] Compiling SwiftyGPTNetworking SwiftyGPTNetworkingRequest.swift
[6/8] Compiling SwiftyGPTNetworking SwiftyGPTNetworkingMethod.swift
[7/8] Compiling SwiftyGPTNetworking SwiftyGPTNetworkingClient.swift
[8/8] Compiling SwiftyGPTNetworking SwiftyGPTNetworkingResponse.swift
[9/25] Compiling SwiftyGPTChat SwiftyGPTChatResponseError.swift
[10/25] Compiling SwiftyGPTChat SwiftyGPTChatResponseFinishReason.swift
[11/26] Compiling SwiftyGPTChat SwiftyGPTChatResponseFormat.swift
[12/26] Compiling SwiftyGPTChat SwiftyGPTChatResponseObject.swift
[13/26] Compiling SwiftyGPTChat SwiftyGPTChatResponseBody.swift
[14/26] Compiling SwiftyGPTChat SwiftyGPTChatResponseChoice.swift
[15/26] Compiling SwiftyGPTChat SwiftyGPTChatModel.swift
[16/26] Compiling SwiftyGPTChat SwiftyGPTChatRequest.swift
[17/26] Compiling SwiftyGPTChat SwiftyGPTChatRequestBody.swift
[18/26] Compiling SwiftyGPTChat SwiftyGPTChatResponse.swift
[19/26] Compiling SwiftyGPTChat SwiftyGPTChatNetworkingService.swift
[20/26] Compiling SwiftyGPTChat SwiftyGPTChatResponseTokenUsage.swift
[21/26] Compiling SwiftyGPTChat SwiftyGPTChatRole.swift
[22/26] Compiling SwiftyGPTChat SwiftyGPTChatMockService.swift
[23/26] Compiling SwiftyGPTChat SwiftyGPTChatService.swift
[24/26] Compiling SwiftyGPTChat SwiftyGPTChatManager.swift
[25/26] Compiling SwiftyGPTChat SwiftyGPTChatMessage.swift
[26/26] Emitting module SwiftyGPTChat
Build complete! (4.99s)
Build complete.
Done.