The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ChatGPTUI, reference 1.1.0 (f3ff0d), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 08:07:21 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tichise/chatgpt-ui.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tichise/chatgpt-ui
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at f3ff0d7 Merge pull request #9 from tichise/feature/update-lib
Cloned https://github.com/tichise/chatgpt-ui.git
Revision (git rev-parse @):
f3ff0d76beff94f2220d141a8525c9d694fba456
SUCCESS checkout https://github.com/tichise/chatgpt-ui.git at 1.1.0
Fetching https://github.com/tichise/TILogger.git
Fetching https://github.com/MacPaw/OpenAI.git
[1/282] Fetching tilogger
Fetched https://github.com/tichise/TILogger.git from cache (0.76s)
[1/7918] Fetching openai
Fetched https://github.com/MacPaw/OpenAI.git from cache (1.29s)
Computing version for https://github.com/MacPaw/OpenAI.git
Computed https://github.com/MacPaw/OpenAI.git at 0.2.6 (4.50s)
Computing version for https://github.com/tichise/TILogger.git
Computed https://github.com/tichise/TILogger.git at 1.3.2 (0.69s)
Creating working copy for https://github.com/MacPaw/OpenAI.git
Working copy of https://github.com/MacPaw/OpenAI.git resolved at 0.2.6
Creating working copy for https://github.com/tichise/TILogger.git
Working copy of https://github.com/tichise/TILogger.git resolved at 1.3.2
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "chatgpt-ui",
      "name": "ChatGPTUI",
      "url": "https://github.com/tichise/chatgpt-ui.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/chatgpt-ui",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "tilogger",
          "name": "TILogger",
          "url": "https://github.com/tichise/TILogger.git",
          "version": "1.4.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TILogger",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "openai",
          "name": "OpenAI",
          "url": "https://github.com/MacPaw/OpenAI.git",
          "version": "0.4.8",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAI",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "swift-openapi-runtime",
              "name": "swift-openapi-runtime",
              "url": "https://github.com/apple/swift-openapi-runtime",
              "version": "1.11.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-openapi-runtime",
              "traits": [
                "FullFoundation"
              ],
              "dependencies": [
                {
                  "identity": "swift-http-types",
                  "name": "swift-http-types",
                  "url": "https://github.com/apple/swift-http-types",
                  "version": "1.5.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
                  "traits": [
                    "default"
                  ],
                  "dependencies": [
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/tichise/chatgpt-ui.git
[1/95] Fetching chatgpt-ui
Fetched https://github.com/tichise/chatgpt-ui.git from cache (0.66s)
Fetching https://github.com/tichise/TILogger.git from cache
Fetching https://github.com/MacPaw/OpenAI.git from cache
Fetched https://github.com/MacPaw/OpenAI.git from cache (0.56s)
Fetched https://github.com/tichise/TILogger.git from cache (0.56s)
Computing version for https://github.com/tichise/TILogger.git
Computed https://github.com/tichise/TILogger.git at 1.4.2 (0.63s)
Computing version for https://github.com/MacPaw/OpenAI.git
Computed https://github.com/MacPaw/OpenAI.git at 0.4.8 (0.61s)
Fetching https://github.com/apple/swift-openapi-runtime
[1/6568] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.08s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (1.76s)
Fetching https://github.com/apple/swift-http-types
[1/1033] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.91s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.49s)
Creating working copy for https://github.com/tichise/TILogger.git
Working copy of https://github.com/tichise/TILogger.git resolved at 1.4.2
Creating working copy for https://github.com/tichise/chatgpt-ui.git
Working copy of https://github.com/tichise/chatgpt-ui.git resolved at 1.1.0 (f3ff0d7)
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.11.0
Creating working copy for https://github.com/MacPaw/OpenAI.git
Working copy of https://github.com/MacPaw/OpenAI.git resolved at 0.4.8
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
warning: '.resolve-product-dependencies': dependency 'chatgpt-ui' is not used by any target
Found 2 product dependencies
  - TILogger
  - OpenAI
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tichise/chatgpt-ui.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/45] Emitting module OpenAI
[6/49] Compiling OpenAI OpenAIProtocol+Combine.swift
[7/49] Compiling OpenAI OpenAIProtocol.swift
[8/49] Compiling OpenAI ArrayWithThreadSafety.swift
[9/49] Compiling OpenAI Utilities.swift
[10/49] Compiling OpenAI EditsQuery.swift
[11/49] Compiling OpenAI EditsResult.swift
[12/49] Compiling OpenAI EmbeddingsQuery.swift
[13/49] Compiling OpenAI EmbeddingsResult.swift
[14/49] Compiling OpenAI ImageEditsQuery.swift
[15/49] Compiling OpenAI ImageVariationsQuery.swift
[16/49] Compiling OpenAI ImagesQuery.swift
[17/49] Compiling OpenAI ImagesResult.swift
[18/49] Compiling OpenAI ChatResult.swift
[19/49] Compiling OpenAI ChatStreamResult.swift
[20/49] Compiling OpenAI CompletionsQuery.swift
[21/49] Compiling OpenAI CompletionsResult.swift
[22/49] Compiling OpenAI OpenAI.swift
[23/49] Compiling OpenAI JSONRequest.swift
[24/49] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[25/49] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[26/49] Compiling OpenAI MultipartFormDataEntry.swift
[27/49] Compiling OpenAI ModelQuery.swift
[28/49] Compiling OpenAI ModelResult.swift
[29/49] Compiling OpenAI Models.swift
[30/49] Compiling OpenAI ModelsResult.swift
[31/49] Compiling OpenAI APIError.swift
[32/49] Compiling OpenAI AudioSpeechQuery.swift
[33/49] Compiling OpenAI AudioSpeechResult.swift
[34/49] Compiling OpenAI AudioTranscriptionQuery.swift
[35/49] Compiling OpenAI AudioTranscriptionResult.swift
[36/49] Compiling OpenAI AudioTranslationQuery.swift
[37/49] Compiling OpenAI AudioTranslationResult.swift
[38/49] Compiling OpenAI ChatQuery.swift
[39/49] Compiling OpenAI MultipartFormDataRequest.swift
[40/49] Compiling OpenAI StreamingSession.swift
[41/49] Compiling OpenAI URLRequestBuildable.swift
[42/49] Compiling OpenAI URLSessionDataTaskProtocol.swift
[43/49] Compiling OpenAI URLSessionProtocol.swift
[44/49] Compiling OpenAI ModerationsQuery.swift
[45/49] Compiling OpenAI ModerationsResult.swift
[46/49] Compiling OpenAI StreamableQuery.swift
[47/49] Compiling OpenAI OpenAIProtocol+Async.swift
[48/49] Compiling TILogger TILogger.swift
[49/49] Emitting module TILogger
[50/59] Compiling ChatGPTUI ConversationsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
[51/59] Compiling ChatGPTUI DetailView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
[52/59] Compiling ChatGPTUI ChatView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/59] Compiling ChatGPTUI ChatBubbleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
[54/59] Emitting module ChatGPTUI
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
[55/59] Compiling ChatGPTUI ChatViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
[56/59] Compiling ChatGPTUI AvailableModelsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
[57/59] Compiling ChatGPTUI Conversation.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
[58/59] Compiling ChatGPTUI Message.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
[59/59] Compiling ChatGPTUI AvailableModelsViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPTUI/View/DetailView.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import OpenAI
  7 | import SwiftUI
BUILD FAILURE 6.3 macosSpm