I'm not clear why this is returning one instead of zero, from 29.0.
xcode:
Command PhaseScriptExecution failed with a nonzero exit code
% swift package clean
% swift run
lastneutrino/Test1263/Codegen/.build/checkouts/PathKit/Sources/PathKit.swift:98:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
lastneutrino/Test1263/Codegen/.build/checkouts/Stencil/Sources/Template.swift:11:3: warning: 'internal(set)' modifier is redundant for an internal property
internal(set) var environment: Environment
^~~~~~~~~~~~~~
[63/63] Linking Codegen
[DEBUG - ApolloCodegenLib:CLIDownloader.swift:43] - Zip file with the CLI is already downloaded!
[DEBUG - ApolloCodegenLib:CLIExtractor.swift:39] - Apollo folder doesn't exist, extracting CLI from zip file.
SHASUM: 0b11aa7973afed9a6b66fbff8c4a09421068a3fe0f50975f7c5d4ca791236b0c
% echo $?
1
I'm not clear why this is returning one instead of zero, from 29.0.
xcode:
Command PhaseScriptExecution failed with a nonzero exit code