Build Information
Successful build of LLMChatAnthropic, reference main (3cd8e5
), with Swift 5.10 for macOS (SPM) on 3 Nov 2024 12:15:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kevinhermawan/swift-llm-chat-anthropic.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kevinhermawan/swift-llm-chat-anthropic
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3cd8e5d release: 1.3.1
Cloned https://github.com/kevinhermawan/swift-llm-chat-anthropic.git
Revision (git rev-parse @):
3cd8e5d9bb10f03e9d673dbb7ef40cebd02a29c5
SUCCESS checkout https://github.com/kevinhermawan/swift-llm-chat-anthropic.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/kevinhermawan/swift-llm-chat-anthropic.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-33747A42983211AE.txt
[6/15] Compiling JSONSchema JSONSchema.swift
[7/15] Compiling JSONSchema JSONSchema+String.swift
[8/15] Compiling JSONSchema JSONSchema+Object.swift
[9/15] Compiling JSONSchema JSONSchema+Null.swift
[10/15] Compiling JSONSchema JSONSchema+Integer.swift
[11/15] Emitting module JSONSchema
[12/15] Compiling JSONSchema JSONSchema+Number.swift
[13/15] Compiling JSONSchema JSONSchema+Array.swift
[14/15] Compiling JSONSchema JSONSchema+Boolean.swift
[15/15] Compiling JSONSchema JSONSchema+Enum.swift
[16/23] Emitting module LLMChatAnthropic
[17/23] Compiling LLMChatAnthropic ChatOptions.swift
[18/23] Compiling LLMChatAnthropic LLMChatAnthropic+Typealias.swift
[19/23] Compiling LLMChatAnthropic ChatCompletion.swift
[20/23] Compiling LLMChatAnthropic ChatMessage.swift
[21/23] Compiling LLMChatAnthropic ChatCompletionChunk.swift
[22/23] Compiling LLMChatAnthropic LLMChatAnthropic.swift
[23/23] Compiling LLMChatAnthropic LLMChatAnthropicError.swift
Build complete! (24.74s)
Fetching https://github.com/kevinhermawan/swift-json-schema.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/130] Fetching swift-json-schema
[131/2168] Fetching swift-json-schema, swift-docc-plugin
Fetched https://github.com/kevinhermawan/swift-json-schema.git from cache (1.83s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.83s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (2.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/kevinhermawan/swift-json-schema.git
Computed https://github.com/kevinhermawan/swift-json-schema.git at 2.0.1 (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.62s)
Creating working copy for https://github.com/kevinhermawan/swift-json-schema.git
Working copy of https://github.com/kevinhermawan/swift-json-schema.git resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
Done.