Build Information
Failed to build DoccGPT, reference 0.4.3 (0a3eeb
), with Swift 6.0 for iOS using Xcode 16.2 on 29 Nov 2024 14:32:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DoccGPT-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalonunez/docc-gpt.git
Reference: 0.4.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gonzalonunez/docc-gpt
* tag 0.4.3 -> FETCH_HEAD
HEAD is now at 0a3eeb6 Add new models (#24)
Cloned https://github.com/gonzalonunez/docc-gpt.git
Revision (git rev-parse @):
0a3eeb6aebfeff5dcafc302d0b2f2e53b6ad237e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gonzalonunez/docc-gpt.git at 0.4.3
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/gonzalonunez/docc-gpt.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
}
],
"manifest_display_name" : "DoccGPT",
"name" : "DoccGPT",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "docc-gpt",
"targets" : [
"docc-gpt"
],
"type" : {
"executable" : null
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "docc_gpt",
"module_type" : "SwiftTarget",
"name" : "docc-gpt",
"path" : "Sources/docc-gpt",
"product_dependencies" : [
"ArgumentParser",
"Dependencies",
"Logging"
],
"product_memberships" : [
"docc-gpt"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex1-assistant.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex1-user.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex2-assistant.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex2-user.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex3-assistant.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex3-user.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/system.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Dependencies.swift",
"DoccGPT.swift",
"DoccGPTRunner.swift",
"DoccGPTRunnerError.swift",
"NetworkSession.swift",
"OpenAI.swift",
"OpenAIService.swift",
"RateLimiter.swift",
"Request.swift"
],
"type" : "executable"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"GifLoop.swift",
"GifWritingOptions.swift",
"MovieWritingOptions.swift",
"Post.swift",
"User.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Command line invocation:
/Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-dependencies.git
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/apple/swift-log
Fetching from https://github.com/pointfreeco/swift-clocks
Fetching from https://github.com/pointfreeco/combine-schedulers
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching from https://github.com/pointfreeco/swift-concurrency-extras
Creating working copy of package ‘swift-dependencies’
Checking out 0.6.0 of package ‘swift-dependencies’
Creating working copy of package ‘combine-schedulers’
Checking out 0.11.0 of package ‘combine-schedulers’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-log’
Checking out 1.6.2 of package ‘swift-log’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 0.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-clocks’
Checking out 0.4.0 of package ‘swift-clocks’
Creating working copy of package ‘swift-concurrency-extras’
Checking out 0.1.2 of package ‘swift-concurrency-extras’
Resolve Package Graph
Resolved source packages:
DoccGPT: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log @ 1.6.2
swift-clocks: https://github.com/pointfreeco/swift-clocks @ 0.4.0
swift-dependencies: https://github.com/pointfreeco/swift-dependencies.git @ 0.6.0
combine-schedulers: https://github.com/pointfreeco/combine-schedulers @ 0.11.0
swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 0.1.2
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
resolved source packages: DoccGPT, swift-log, swift-clocks, swift-dependencies, combine-schedulers, swift-concurrency-extras, xctest-dynamic-overlay, swift-argument-parser
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
}
],
"manifest_display_name" : "DoccGPT",
"name" : "DoccGPT",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "docc-gpt",
"targets" : [
"docc-gpt"
],
"type" : {
"executable" : null
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "docc_gpt",
"module_type" : "SwiftTarget",
"name" : "docc-gpt",
"path" : "Sources/docc-gpt",
"product_dependencies" : [
"ArgumentParser",
"Dependencies",
"Logging"
],
"product_memberships" : [
"docc-gpt"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex1-assistant.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex1-user.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex2-assistant.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex2-user.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex3-assistant.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/ex3-user.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/docc-gpt/Resources/system.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Dependencies.swift",
"DoccGPT.swift",
"DoccGPTRunner.swift",
"DoccGPTRunnerError.swift",
"NetworkSession.swift",
"OpenAI.swift",
"OpenAIService.swift",
"RateLimiter.swift",
"Request.swift"
],
"type" : "executable"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"GifLoop.swift",
"GifWritingOptions.swift",
"MovieWritingOptions.swift",
"Post.swift",
"User.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"docc-gpt",
"DoccGPT-Package",
"Example"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DoccGPT-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.1.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 DoccGPT-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
DoccGPT: /Users/admin/builder/spi-builder-workspace
combine-schedulers: https://github.com/pointfreeco/combine-schedulers @ 0.11.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
swift-log: https://github.com/apple/swift-log @ 1.6.2
swift-clocks: https://github.com/pointfreeco/swift-clocks @ 0.4.0
swift-dependencies: https://github.com/pointfreeco/swift-dependencies.git @ 0.6.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 0.1.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
Target 'docc-gpt' in project 'DoccGPT'
➜ Explicit dependency on target 'DoccGPT_docc-gpt' in project 'DoccGPT'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Dependencies' in project 'swift-dependencies'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'Dependencies' in project 'swift-dependencies'
➜ Explicit dependency on target 'Dependencies' in project 'swift-dependencies'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'Dependencies' in project 'swift-dependencies'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay' (no dependencies)
Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'DoccGPT_docc-gpt' in project 'DoccGPT' (no dependencies)
Target 'Example' in project 'DoccGPT'
➜ Explicit dependency on target 'Example' in project 'DoccGPT'
Target 'Example' in project 'DoccGPT' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a76a10d4b75833481e99ab8424eac835
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a76a10d4b75833481e99ab8424eac835.xcbuilddata
error: The package product 'Dependencies' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'docc-gpt' from project 'DoccGPT')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme DoccGPT-Package
(1 failure)
Command line invocation:
/Applications/Xcode-16.1.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 DoccGPT-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
swift-log: https://github.com/apple/swift-log @ 1.6.2
swift-clocks: https://github.com/pointfreeco/swift-clocks @ 0.4.0
combine-schedulers: https://github.com/pointfreeco/combine-schedulers @ 0.11.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 0.1.2
swift-dependencies: https://github.com/pointfreeco/swift-dependencies.git @ 0.6.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
DoccGPT: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
Target 'docc-gpt' in project 'DoccGPT'
➜ Explicit dependency on target 'DoccGPT_docc-gpt' in project 'DoccGPT'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Dependencies' in project 'swift-dependencies'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'Dependencies' in project 'swift-dependencies'
➜ Explicit dependency on target 'Dependencies' in project 'swift-dependencies'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'Dependencies' in project 'swift-dependencies'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CombineSchedulers' in project 'combine-schedulers'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay' (no dependencies)
Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'DoccGPT_docc-gpt' in project 'DoccGPT' (no dependencies)
Target 'Example' in project 'DoccGPT'
➜ Explicit dependency on target 'Example' in project 'DoccGPT'
Target 'Example' in project 'DoccGPT' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: The package product 'Dependencies' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'docc-gpt' from project 'DoccGPT')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme DoccGPT-Package
(1 failure)
BUILD FAILURE 6.0 iOS