The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ChatGPTUI, reference main (f3ff0d), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 21 Jun 2025 05:39:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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.64.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.2
Building package at path:  $PWD
https://github.com/tichise/chatgpt-ui.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/MacPaw/OpenAI.git
Fetching from https://github.com/tichise/TILogger.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-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘OpenAI’
Checking out 0.4.3 of package ‘OpenAI’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.8.2 of package ‘swift-openapi-runtime’
Resolve Package Graph
Resolved source packages:
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.2
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.3
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
  swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
resolved source packages: swift-openapi-runtime, TILogger, OpenAI, ChatGPTUI, swift-http-types
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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.0.0-Beta.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:
  swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.2
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.3
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: e2c2c9fc3df5e0966ec28a49a0d4eecd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e2c2c9fc3df5e0966ec28a49a0d4eecd.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')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:c785f316d429c99df9cc838545e4c6b5df5ebbe0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:c785f316d429c99df9cc838545e4c6b5df5ebbe0, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:c785f316d429c99df9cc838545e4c6b5df5ebbe0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:c785f316d429c99df9cc838545e4c6b5df5ebbe0, 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.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  TILogger: https://github.com/tichise/TILogger.git @ 1.4.2
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
  swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.3
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.2
resolved source packages: TILogger, ChatGPTUI, swift-http-types, OpenAI, swift-openapi-runtime
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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.0.0-Beta.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.4.0
  ChatGPTUI: /Users/admin/builder/spi-builder-workspace
  OpenAI: https://github.com/MacPaw/OpenAI.git @ 0.4.3
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.2
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: e2c2c9fc3df5e0966ec28a49a0d4eecd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e2c2c9fc3df5e0966ec28a49a0d4eecd.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')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:c785f316d429c99df9cc838545e4c6b5df5ebbe0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:c785f316d429c99df9cc838545e4c6b5df5ebbe0, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:c785f316d429c99df9cc838545e4c6b5df5ebbe0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:c785f316d429c99df9cc838545e4c6b5df5ebbe0, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ChatGPTUI
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild