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 (Xcode) using Xcode 26.4 on 14 Apr 2026 08:08:25 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: 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
========================================
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 ‘OpenAI’
Checking out 0.4.8 of package ‘OpenAI’
Creating working copy of package ‘TILogger’
Checking out 1.4.2 of package ‘TILogger’
Creating working copy of package ‘swift-http-types’
Checking out 1.5.1 of package ‘swift-http-types’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.11.0 of package ‘swift-openapi-runtime’
Resolve Package Graph
Resolved source packages:
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  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
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.8
resolved source packages: swift-openapi-runtime, ChatGPTUI, swift-http-types, TILogger, OpenAI
2026-04-14 04:08:07.568 xcodebuild[529:3073] [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:08:15.457 xcodebuild[765:4459] [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:
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.8
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  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:08:19.434 xcodebuild[769:4514] [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:453a32b9c766d1a5dc2eef3401368d56713ed052, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:453a32b9c766d1a5dc2eef3401368d56713ed052, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:453a32b9c766d1a5dc2eef3401368d56713ed052, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:453a32b9c766d1a5dc2eef3401368d56713ed052, 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
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: OpenAI, swift-http-types, swift-openapi-runtime, TILogger, ChatGPTUI
2026-04-14 04:08:22.004 xcodebuild[838:5004] [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:08:23.256 xcodebuild[851:5099] [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:
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.8
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
  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:08:24.241 xcodebuild[853:5127] [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:453a32b9c766d1a5dc2eef3401368d56713ed052, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:453a32b9c766d1a5dc2eef3401368d56713ed052, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:453a32b9c766d1a5dc2eef3401368d56713ed052, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:453a32b9c766d1a5dc2eef3401368d56713ed052, 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