Build Information
Failed to build Poes, reference master (530ab4
), with Swift 6.0 for iOS using Xcode 16.0 on 1 Nov 2024 10:57:06 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Poes-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AvdLee/Poes.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AvdLee/Poes
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 530ab44 Update stale.yml
Submodule path 'Submodules/WeTransfer-iOS-CI': checked out 'c2122f81f98515f3e292dff1a5e03c6899870646'
Submodule 'Submodules/WeTransfer-iOS-CI' (https://github.com/WeTransfer/WeTransfer-iOS-CI.git) registered for path 'Submodules/WeTransfer-iOS-CI'
Cloning into '/Users/admin/builder/spi-builder-workspace/Submodules/WeTransfer-iOS-CI'...
Cloned https://github.com/AvdLee/Poes.git
Revision (git rev-parse @):
530ab4428083f0ad8935d165684a1b5a70dc2399
SUCCESS checkout https://github.com/AvdLee/Poes.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/AvdLee/Poes.git
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
resolved source packages:
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Poes",
"name" : "Poes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Poes",
"targets" : [
"Poes"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PoesCore",
"module_type" : "SwiftTarget",
"name" : "PoesCore",
"path" : "Sources/PoesCore",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Poes"
],
"sources" : [
"Helpers/Log.swift",
"Helpers/Shell.swift",
"Payload.swift",
"Poes.swift",
"Send.swift"
],
"type" : "library"
},
{
"c99name" : "Poes",
"module_type" : "SwiftTarget",
"name" : "Poes",
"path" : "Sources/Poes",
"product_memberships" : [
"Poes"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"PoesCore"
],
"type" : "executable"
}
],
"tools_version" : "5.1"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Poes",
"schemes" : [
"Poes",
"Poes-Package"
],
"targets" : [
"ArgumentParser",
"Poes",
"PoesCore",
"PoesPackageDescription",
"PoesPackageTests",
"PoesTests",
"swift-argument-parserPackageDescription"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Poes-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
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 Poes-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'Poes' in project 'Poes'
➜ Explicit dependency on target 'PoesCore' in project 'Poes'
➜ Explicit dependency on target 'ArgumentParser' in project 'Poes'
Target 'PoesCore' in project 'Poes'
➜ Explicit dependency on target 'ArgumentParser' in project 'Poes'
Target 'ArgumentParser' in project 'Poes' (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
Build description signature: c107767f0898422516232cdecaaaee49
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c107767f0898422516232cdecaaaee49.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Poes.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.1.99. (in target 'Poes' from project 'Poes')
/Users/admin/builder/spi-builder-workspace/Poes.xcodeproj: error: Signing for "Poes" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Poes' from project 'Poes')
/Users/admin/builder/spi-builder-workspace/Poes.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.1.99. (in target 'PoesCore' from project 'Poes')
/Users/admin/builder/spi-builder-workspace/Poes.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.1.99. (in target 'ArgumentParser' from project 'Poes')
** BUILD FAILED **
The following build commands failed:
Building project Poes with scheme Poes-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 Poes-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'Poes' in project 'Poes'
➜ Explicit dependency on target 'PoesCore' in project 'Poes'
➜ Explicit dependency on target 'ArgumentParser' in project 'Poes'
Target 'PoesCore' in project 'Poes'
➜ Explicit dependency on target 'ArgumentParser' in project 'Poes'
Target 'ArgumentParser' in project 'Poes' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/Poes.xcodeproj: error: Signing for "Poes" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Poes' from project 'Poes')
/Users/admin/builder/spi-builder-workspace/Poes.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.1.99. (in target 'Poes' from project 'Poes')
/Users/admin/builder/spi-builder-workspace/Poes.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.1.99. (in target 'PoesCore' from project 'Poes')
/Users/admin/builder/spi-builder-workspace/Poes.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.1.99. (in target 'ArgumentParser' from project 'Poes')
** BUILD FAILED **
The following build commands failed:
Building project Poes with scheme Poes-Package
(1 failure)
BUILD FAILURE 6.0 iOS