The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ChatGPTUI, reference main (f3ff0d), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 14 Apr 2026 08:07:59 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ChatGPTUI -destination platform=macOS,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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tichise/chatgpt-ui
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tichise/chatgpt-ui.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/tichise/TILogger.git
Fetching from https://github.com/MacPaw/OpenAI.git
Fetching from https://github.com/apple/swift-openapi-runtime
Fetching from https://github.com/apple/swift-http-types
Creating working copy of package ‘TILogger’
Checking out 1.4.2 of package ‘TILogger’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.11.0 of package ‘swift-openapi-runtime’
Creating working copy of package ‘swift-http-types’
Checking out 1.5.1 of package ‘swift-http-types’
Creating working copy of package ‘OpenAI’
Checking out 0.4.8 of package ‘OpenAI’
Resolve Package Graph
Resolved source packages:
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.8
resolved source packages: swift-openapi-runtime, swift-http-types, ChatGPTUI, TILogger, OpenAI
2026-04-14 04:07:41.144 xcodebuild[525:3023] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "tilogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tichise/TILogger.git"
    },
    {
      "identity" : "openai",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MacPaw/OpenAI.git"
    }
  ],
  "manifest_display_name" : "ChatGPTUI",
  "name" : "ChatGPTUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ChatGPTUI",
      "targets" : [
        "ChatGPTUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChatGPTUITests",
      "module_type" : "SwiftTarget",
      "name" : "ChatGPTUITests",
      "path" : "Tests/ChatGPTUITests",
      "sources" : [
        "ChatGPTUITests.swift"
      ],
      "target_dependencies" : [
        "ChatGPTUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChatGPTUI",
      "module_type" : "SwiftTarget",
      "name" : "ChatGPTUI",
      "path" : "Sources/ChatGPTUI",
      "product_dependencies" : [
        "TILogger",
        "OpenAI"
      ],
      "product_memberships" : [
        "ChatGPTUI"
      ],
      "sources" : [
        "Model/Conversation.swift",
        "Model/Message.swift",
        "ObservableObject/AvailableModelsViewModel.swift",
        "ObservableObject/ChatViewModel.swift",
        "View/AvailableModelsView.swift",
        "View/ChatBubbleView.swift",
        "View/ChatView.swift",
        "View/ConversationsView.swift",
        "View/DetailView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ChatGPTUI"
    ]
  }
}
2026-04-14 04:07:49.255 xcodebuild[761:4388] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ChatGPTUI -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ChatGPTUI -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.8
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'ChatGPTUI' in project 'ChatGPTUI'
        ➜ Explicit dependency on target 'ChatGPTUI' in project 'ChatGPTUI'
        ➜ Explicit dependency on target 'TILogger' in project 'TILogger'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'ChatGPTUI' in project 'ChatGPTUI'
        ➜ Explicit dependency on target 'TILogger' in project 'TILogger'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
    Target 'TILogger' in project 'TILogger'
        ➜ Explicit dependency on target 'TILogger' in project 'TILogger'
    Target 'TILogger' in project 'TILogger' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: cfb1c96808541bbc6d2e5c19e5c52a81
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cfb1c96808541bbc6d2e5c19e5c52a81.xcbuilddata
error: The package product 'OpenAI' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'ChatGPTUI' from project 'ChatGPTUI')
2026-04-14 04:07:53.670 xcodebuild[765:4445] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1ce68809601bf626be7ada253c82e75513c9de4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1ce68809601bf626be7ada253c82e75513c9de4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1ce68809601bf626be7ada253c82e75513c9de4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1ce68809601bf626be7ada253c82e75513c9de4c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ChatGPTUI
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.8
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
resolved source packages: OpenAI, ChatGPTUI, TILogger, swift-openapi-runtime, swift-http-types
2026-04-14 04:07:55.977 xcodebuild[812:4728] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "tilogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tichise/TILogger.git"
    },
    {
      "identity" : "openai",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MacPaw/OpenAI.git"
    }
  ],
  "manifest_display_name" : "ChatGPTUI",
  "name" : "ChatGPTUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ChatGPTUI",
      "targets" : [
        "ChatGPTUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChatGPTUITests",
      "module_type" : "SwiftTarget",
      "name" : "ChatGPTUITests",
      "path" : "Tests/ChatGPTUITests",
      "sources" : [
        "ChatGPTUITests.swift"
      ],
      "target_dependencies" : [
        "ChatGPTUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChatGPTUI",
      "module_type" : "SwiftTarget",
      "name" : "ChatGPTUI",
      "path" : "Sources/ChatGPTUI",
      "product_dependencies" : [
        "TILogger",
        "OpenAI"
      ],
      "product_memberships" : [
        "ChatGPTUI"
      ],
      "sources" : [
        "Model/Conversation.swift",
        "Model/Message.swift",
        "ObservableObject/AvailableModelsViewModel.swift",
        "ObservableObject/ChatViewModel.swift",
        "View/AvailableModelsView.swift",
        "View/ChatBubbleView.swift",
        "View/ChatView.swift",
        "View/ConversationsView.swift",
        "View/DetailView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ChatGPTUI"
    ]
  }
}
2026-04-14 04:07:57.263 xcodebuild[821:4795] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ChatGPTUI -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ChatGPTUI -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.8
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'ChatGPTUI' in project 'ChatGPTUI'
        ➜ Explicit dependency on target 'ChatGPTUI' in project 'ChatGPTUI'
        ➜ Explicit dependency on target 'TILogger' in project 'TILogger'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'ChatGPTUI' in project 'ChatGPTUI'
        ➜ Explicit dependency on target 'TILogger' in project 'TILogger'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
    Target 'TILogger' in project 'TILogger'
        ➜ Explicit dependency on target 'TILogger' in project 'TILogger'
    Target 'TILogger' in project 'TILogger' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: cfb1c96808541bbc6d2e5c19e5c52a81
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cfb1c96808541bbc6d2e5c19e5c52a81.xcbuilddata
error: The package product 'OpenAI' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'ChatGPTUI' from project 'ChatGPTUI')
2026-04-14 04:07:58.287 xcodebuild[823:4823] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1ce68809601bf626be7ada253c82e75513c9de4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1ce68809601bf626be7ada253c82e75513c9de4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1ce68809601bf626be7ada253c82e75513c9de4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1ce68809601bf626be7ada253c82e75513c9de4c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ChatGPTUI
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild