Build Information
Successful build of LLMChatOpenAI, reference 1.3.2 (3ffffb
), with Swift 5.10 for macOS (SPM) on 12 Nov 2024 20:45:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kevinhermawan/swift-llm-chat-openai.git
Reference: 1.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kevinhermawan/swift-llm-chat-openai
* tag 1.3.2 -> FETCH_HEAD
HEAD is now at 3ffffb4 release: 1.3.2
Cloned https://github.com/kevinhermawan/swift-llm-chat-openai.git
Revision (git rev-parse @):
3ffffb4b85b3b764d72ef49adedce142bbd49e6c
SUCCESS checkout https://github.com/kevinhermawan/swift-llm-chat-openai.git at 1.3.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/kevinhermawan/swift-llm-chat-openai.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+String.swift
[7/15] Compiling JSONSchema JSONSchema+Null.swift
[8/15] Compiling JSONSchema JSONSchema+Number.swift
[9/15] Compiling JSONSchema JSONSchema+Object.swift
[10/15] Compiling JSONSchema JSONSchema+Integer.swift
[11/15] Compiling JSONSchema JSONSchema+Array.swift
[12/15] Compiling JSONSchema JSONSchema+Enum.swift
[13/15] Compiling JSONSchema JSONSchema+Boolean.swift
[14/15] Emitting module JSONSchema
[15/15] Compiling JSONSchema JSONSchema.swift
[16/23] Compiling LLMChatOpenAI LLMChatOpenAIError.swift
[17/23] Compiling LLMChatOpenAI LLMChatOpenAI.swift
[18/23] Compiling LLMChatOpenAI LLMChatOpenAI+Typealias.swift
[19/23] Compiling LLMChatOpenAI ChatMessage.swift
[20/23] Compiling LLMChatOpenAI ChatCompletionChunk.swift
[21/23] Emitting module LLMChatOpenAI
[22/23] Compiling LLMChatOpenAI ChatCompletion.swift
[23/23] Compiling LLMChatOpenAI ChatOptions.swift
Build complete! (22.47s)
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/kevinhermawan/swift-json-schema.git
[1/2038] Fetching swift-docc-plugin
[2/2168] Fetching swift-docc-plugin, swift-json-schema
Fetched https://github.com/kevinhermawan/swift-json-schema.git from cache (1.82s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.82s)
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.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3182] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.43s)
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.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.51s)
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
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
Build complete.
Done.