Build Information
Failed to build ASN1Codable, reference main (ecf690
), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 07:16:20 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/ASN1Codable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PADL/ASN1Codable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ecf6903 use PADL branch of Echo, uses new swift-atomics
Cloned https://github.com/PADL/ASN1Codable.git
Revision (git rev-parse @):
ecf6903cf2cec31b6c5f11956ce0cbe716d8dc20
SUCCESS checkout https://github.com/PADL/ASN1Codable.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/PADL/ASN1Codable.git
https://github.com/PADL/ASN1Codable.git
{
"dependencies" : [
{
"identity" : "asn1kit",
"requirement" : {
"branch" : [
"lhoward/pr"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/ASN1Kit"
},
{
"identity" : "echo",
"requirement" : {
"branch" : [
"fix-release-build"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/Echo"
},
{
"identity" : "swift-bigint",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mkrd/Swift-BigInt"
},
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
},
{
"identity" : "commandant",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Carthage/Commandant"
}
],
"manifest_display_name" : "ASN1Codable",
"name" : "ASN1Codable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "ASN1Codable",
"targets" : [
"ASN1Codable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "asn1json2swift",
"targets" : [
"asn1json2swift"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "asn1json2swift",
"module_type" : "SwiftTarget",
"name" : "asn1json2swift",
"path" : "Sources/CLI/asn1json2swift",
"product_dependencies" : [
"Commandant"
],
"product_memberships" : [
"asn1json2swift"
],
"sources" : [
"TranslateCommand.swift",
"VersionCommand.swift",
"main.swift"
],
"target_dependencies" : [
"HeimASN1Translator"
],
"type" : "executable"
},
{
"c99name" : "HeimASN1Translator",
"module_type" : "SwiftTarget",
"name" : "HeimASN1Translator",
"path" : "Sources/HeimASN1Translator",
"product_dependencies" : [
"ASN1Kit",
"AnyCodable"
],
"product_memberships" : [
"asn1json2swift"
],
"sources" : [
"ASN1Tag+SwiftType.swift",
"Data+Extras.swift",
"HeimASN1Decoration.swift",
"HeimASN1FieldDescriptor.swift",
"HeimASN1Module.swift",
"HeimASN1OpenType.swift",
"HeimASN1Tagging.swift",
"HeimASN1Translator.swift",
"HeimASN1Type.swift",
"HeimASN1TypeDef.swift",
"HeimASN1TypeMember.swift",
"HeimASN1UniversalType.swift"
],
"type" : "library"
},
{
"c99name" : "ASN1Codable",
"module_type" : "SwiftTarget",
"name" : "ASN1Codable",
"path" : "Sources/ASN1Codable",
"product_dependencies" : [
"ASN1Kit",
"Echo",
"BigNumber",
"AnyCodable"
],
"product_memberships" : [
"ASN1Codable"
],
"sources" : [
"ASN1KitExtras/ASN1DecodedTag+Extras.swift",
"ASN1KitExtras/ASN1ImplicitlyWrappedObject.swift",
"ASN1KitExtras/ASN1KitExported.swift",
"ASN1KitExtras/ASN1NullObject.swift",
"ASN1KitExtras/ASN1Object+Sorting.swift",
"CodingKeys/ASN1Key.swift",
"CodingKeys/ASN1PlaceholderCodingKey.swift",
"CodingKeys/ASN1TaggedDictionaryCodingKey.swift",
"Core/ASN1AutomaticTaggingContext.swift",
"Core/ASN1Metadata.swift",
"Core/ASN1UserInfoKeys.swift",
"Decoder/ASN1Decoder.swift",
"Decoder/ASN1DecoderImpl.swift",
"Decoder/ASN1DecodingContainer.swift",
"Decoder/ASN1DecodingContext.swift",
"Decoder/KeyedDecodingContainer.swift",
"Decoder/ReferencingDecoder.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/UnkeyedDecodingContainer.swift",
"Encoder/ASN1Encoder.swift",
"Encoder/ASN1EncoderImpl.swift",
"Encoder/ASN1EncodingContainer.swift",
"Encoder/ASN1EncodingContext.swift",
"Encoder/KeyedEncodingContainer.swift",
"Encoder/ReferencingEncoder.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/UnkeyedEncodingContainer.swift",
"OpenType/ASN1AnyObjectSetValue.swift",
"OpenType/ASN1ObjectSetCodable.swift",
"OpenType/ASN1ObjectSetCodingContext.swift",
"OpenType/ASN1ObjectSetType.swift",
"OpenType/ASN1ObjectSetValue.swift",
"OpenType/ASN1TaggedDictionary.swift",
"Primitive/AnyCodable.swift",
"Primitive/BInt.swift",
"Primitive/Base.swift",
"Primitive/BitString.swift",
"Primitive/BitStringOptionSet.swift",
"Primitive/Dictionary.swift",
"Primitive/FixedWidthInteger.swift",
"Primitive/Null.swift",
"Primitive/String.swift",
"Primitive/Time.swift",
"PropertyWrappers/ASN1ApplicationTagged.swift",
"PropertyWrappers/ASN1ContextTagged.swift",
"PropertyWrappers/ASN1PrivateTagged.swift",
"Protocols/ASN1CodingContext.swift",
"Protocols/ASN1CodingKey.swift",
"Protocols/ASN1ExtensibleType.swift",
"Protocols/ASN1PreserveBinary.swift",
"Protocols/ASN1SetCodable.swift",
"Protocols/ASN1TagNumberRepresentable.swift",
"Protocols/ASN1TaggedType.swift",
"Protocols/ASN1TaggedValue.swift",
"Protocols/ASN1Tagging.swift",
"Protocols/ASN1TypeMetadataRepresentable.swift",
"Protocols/ASN1UniversalTagRepresentable.swift",
"Utility/Box.swift",
"Utility/OptionalProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mkrd/Swift-BigInt
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Fetching from https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching from http://github.com/Carthage/Commandant
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/Quick/Nimble
Fetching from https://github.com/jpsim/SourceKitten.git
Fetching from https://github.com/SwiftCommon/DataKit.git
Fetching from https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching from https://github.com/ole/Echo
Fetching from https://github.com/realm/SwiftLint
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/gematik/ref-GemCommonsKit
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/Flight-School/AnyCodable
Fetching from https://github.com/drmohundro/SWXMLHash.git
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/PADL/ASN1Kit
Fetching from https://github.com/apple/swift-numerics (cached)
Creating working copy of package ‘Nimble’
Checking out 9.2.1 of package ‘Nimble’
Creating working copy of package ‘Commandant’
Checking out 0.18.0 of package ‘Commandant’
Creating working copy of package ‘AnyCodable’
Checking out 0.6.7 of package ‘AnyCodable’
Creating working copy of package ‘Echo’
Checking out fix-release-build (67dee07) of package ‘Echo’
Creating working copy of package ‘Swift-BigInt’
Checking out master (4167d2f) of package ‘Swift-BigInt’
Creating working copy of package ‘swift-atomics’
Checking out 0.0.3 of package ‘swift-atomics’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.2 of package ‘swift-numerics’
Creating working copy of package ‘Yams’
Checking out 5.0.1 of package ‘Yams’
Creating working copy of package ‘swift-algorithms’
Checking out 1.0.0 of package ‘swift-algorithms’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.1.0 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘ASN1Kit’
Checking out lhoward/pr (1ddf113) of package ‘ASN1Kit’
Couldn’t check out revision ‘1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef’:
fatal: reference is not a tree: 1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef
Creating working copy of package ‘SourceKitten’
Checking out 0.33.1 of package ‘SourceKitten’
Creating working copy of package ‘CwlCatchException’
Checking out 2.1.1 of package ‘CwlCatchException’
Creating working copy of package ‘CollectionConcurrencyKit’
Checking out 0.2.0 of package ‘CollectionConcurrencyKit’
Creating working copy of package ‘DataKit’
Checking out 1.1.0 of package ‘DataKit’
Creating working copy of package ‘swift-syntax’
Checking out e8da93046936e02ef3d700527ecdcd808c3c6bcd of package ‘swift-syntax’
Creating working copy of package ‘SwiftyTextTable’
Checking out 0.9.0 of package ‘SwiftyTextTable’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.1 of package ‘SWXMLHash’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.2.0 of package ‘swift-argument-parser’
Creating working copy of package ‘SwiftLint’
Checking out main (7a8b2d1) of package ‘SwiftLint’
Creating working copy of package ‘ref-GemCommonsKit’
Checking out 1.2.0 (699ab9c) of package ‘ref-GemCommonsKit’
fatalError
2025-04-27 00:16:19.173 xcodebuild[523:2941] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_00-16-0019.xcresult
xcodebuild: error: Could not resolve package dependencies:
fatalError
Couldn’t check out revision ‘1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef’:
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/PADL/ASN1Kit
Creating working copy of package ‘ASN1Kit’
Checking out lhoward/pr (1ddf113) of package ‘ASN1Kit’
Couldn’t check out revision ‘1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef’:
fatal: reference is not a tree: 1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef
fatalError
2025-04-27 00:16:20.468 xcodebuild[994:5070] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_00-16-0020.xcresult
xcodebuild: error: Could not resolve package dependencies:
fatalError
Couldn’t check out revision ‘1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef’:
BUILD FAILURE 6.1 tvOS