Build Information
Failed to build ASN1Codable, reference 0.1.3 (fce875
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 07:14:07 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: 0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PADL/ASN1Codable
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at fce8757 remove unused isString method
Cloned https://github.com/PADL/ASN1Codable.git
Revision (git rev-parse @):
fce8757cc6d98686a8b7cc9cb8722848eadb8e70
SUCCESS checkout https://github.com/PADL/ASN1Codable.git at 0.1.3
========================================
Build
========================================
Selected platform: macosXcodebuild
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/ole/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.12"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.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.2"
}
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/PADL/ASN1Kit
could not find the commit 1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef in https://github.com/PADL/ASN1Kit
2025-04-27 00:14:06.750 xcodebuild[520:2925] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_00-14-0006.xcresult
xcodebuild: error: Could not resolve package dependencies:
could not find the commit 1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef in https://github.com/PADL/ASN1Kit
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
could not find the commit 1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef in https://github.com/PADL/ASN1Kit
2025-04-27 00:14:07.876 xcodebuild[578:3258] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_00-14-0007.xcresult
xcodebuild: error: Could not resolve package dependencies:
could not find the commit 1ddf11354735d8262bbda3ec2a9bf0fa1d9aedef in https://github.com/PADL/ASN1Kit
BUILD FAILURE 6.1 macosXcodebuild