Build Information
Successful build of SwiftCBOR with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.41.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MasterJ93/SwiftCBOR.git
Reference: 0.4.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/MasterJ93/SwiftCBOR
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at 0b01caa Switch to Apple's version of swift-collections
Cloned https://github.com/MasterJ93/SwiftCBOR.git
Revision (git rev-parse @):
0b01caa633889f6d64f73f1c01607358d36fe6e6
SUCCESS checkout https://github.com/MasterJ93/SwiftCBOR.git at 0.4.0
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.04s)
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-collections-9a58d5cf is not valid git repository for 'https://github.com/apple/swift-collections', will fetch again.
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.65s)
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-collections-9a58d5cf is not valid git repository for 'https://github.com/apple/swift-collections', will fetch again.
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.38s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftcbor",
"name": "SwiftCBOR",
"url": "https://github.com/MasterJ93/SwiftCBOR.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCBOR",
"dependencies": [
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.1.1",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/MasterJ93/SwiftCBOR.git from cache
Fetched https://github.com/MasterJ93/SwiftCBOR.git from cache (0.16s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.1 (0.03s)
Creating working copy for https://github.com/MasterJ93/SwiftCBOR.git
Working copy of https://github.com/MasterJ93/SwiftCBOR.git resolved at 0.4.0 (0b01caa)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.1
warning: '.resolve-product-dependencies': dependency 'swiftcbor' is not used by any target
Found 1 product dependencies
- swift-collections
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/MasterJ93/SwiftCBOR.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-33747A42983211AE.txt
[11/27] Emitting module _CollectionsUtilities
[12/27] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[13/27] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[14/27] Compiling _CollectionsUtilities UInt+reversed.swift
[15/27] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[16/27] Compiling _CollectionsUtilities Debugging.swift
[17/27] Compiling _CollectionsUtilities Descriptions.swift
[18/27] Compiling _CollectionsUtilities _SortedCollection.swift
[19/27] Compiling _CollectionsUtilities _UniqueCollection.swift
[20/27] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[21/27] Compiling _CollectionsUtilities Specialize.swift
[22/27] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[23/27] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[24/27] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[25/27] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/27] Compiling _CollectionsUtilities Integer rank.swift
[27/27] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[28/29] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/29] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/304] Compiling HeapModule _HeapNode.swift
[31/304] Compiling HeapModule Heap.swift
[32/304] Compiling HeapModule Heap+Invariants.swift
[33/304] Compiling HeapModule Heap+Descriptions.swift
[34/304] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[35/304] Compiling HeapModule Heap+UnsafeHandle.swift
[36/304] Emitting module HeapModule
[37/304] Compiling _RopeModule BigString+Summary.swift
[38/304] Compiling _RopeModule BigString.swift
[39/304] Compiling HashTreeCollections TreeSet+Sequence.swift
[40/304] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[41/304] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[42/304] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[43/304] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[44/304] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[45/304] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[46/304] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[47/314] Compiling _RopeModule Rope+Invariants.swift
[48/314] Compiling _RopeModule Rope+_Node.swift
[49/314] Compiling _RopeModule BigString+Comparable.swift
[50/314] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[51/314] Compiling _RopeModule BigString+CustomStringConvertible.swift
[52/314] Compiling _RopeModule BigString+Equatable.swift
[53/314] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[54/314] Compiling _RopeModule BigString+UnicodeScalarView.swift
[55/314] Compiling _RopeModule BigSubstring+UTF16View.swift
[56/314] Compiling _RopeModule BigSubstring+UTF8View.swift
[57/314] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[58/314] Compiling _RopeModule BigSubstring.swift
[59/314] Compiling _RopeModule Rope+Builder.swift
[60/314] Compiling _RopeModule Rope+Debugging.swift
[61/321] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[62/321] Compiling _RopeModule Rope+_UnsafeHandle.swift
[63/321] Compiling _RopeModule Rope.swift
[64/321] Compiling _RopeModule RopeElement.swift
[65/321] Compiling _RopeModule RopeMetric.swift
[66/321] Compiling _RopeModule RopeSummary.swift
[67/321] Compiling _RopeModule _RopeItem.swift
[68/321] Compiling _RopeModule _RopePath.swift
[77/328] Compiling _RopeModule BigString+BidirectionalCollection.swift
[78/328] Compiling _RopeModule BigString+Append.swift
[79/328] Compiling _RopeModule BigString+Initializers.swift
[80/328] Compiling _RopeModule BigString+Insert.swift
[81/328] Compiling _RopeModule BigString+Chunk+Splitting.swift
[82/328] Compiling _RopeModule BigString+Chunk.swift
[83/330] Emitting module BitCollections
[92/330] Compiling _RopeModule Rope+Index.swift
[93/330] Compiling _RopeModule Rope+Sequence.swift
[94/330] Compiling _RopeModule Rope+Append.swift
[95/330] Compiling _RopeModule Rope+Extract.swift
[96/330] Compiling _RopeModule Rope+Find.swift
[97/330] Compiling _RopeModule Rope+ForEachWhile.swift
[98/330] Compiling _RopeModule Rope+Insert.swift
[99/330] Compiling _RopeModule Rope+_Storage.swift
[108/330] Compiling _RopeModule BigString+Managing Breaks.swift
[109/330] Compiling _RopeModule BigString+RemoveSubrange.swift
[110/330] Compiling DequeModule _DequeSlot.swift
[111/330] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[112/330] Compiling _RopeModule BigString+Chunk+Breaks.swift
[113/330] Compiling _RopeModule BigString+Chunk+Counts.swift
[114/330] Compiling _RopeModule BigString+Chunk+Description.swift
[115/330] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[116/330] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[117/330] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[128/330] Emitting module DequeModule
[130/330] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/330] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[132/330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[133/330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[134/330] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[135/330] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[136/330] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[137/330] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[138/330] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[139/330] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[140/330] Compiling HashTreeCollections TreeSet.swift
[143/330] Compiling _RopeModule Range+BigString.swift
[144/330] Compiling _RopeModule BigString+UTF16View.swift
[145/330] Compiling _RopeModule BigString+UTF8View.swift
[146/330] Compiling _RopeModule _RopeVersion.swift
[147/330] Compiling _RopeModule Rope+Collection.swift
[171/330] Compiling BitCollections BitSet.Index.swift
[172/330] Compiling BitCollections BitSet._UnsafeHandle.swift
[173/330] Compiling OrderedCollections OrderedSet+Sendable.swift
[174/330] Compiling OrderedCollections OrderedSet+SubSequence.swift
[175/330] Compiling OrderedCollections OrderedSet+Testing.swift
[176/330] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[177/330] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[215/339] Compiling OrderedCollections OrderedSet.swift
[216/339] Compiling OrderedCollections _UnsafeBitset.swift
[217/339] Emitting module OrderedCollections
[222/339] Compiling _RopeModule BigString+Ingester.swift
[223/339] Compiling _RopeModule BigString+Invariants.swift
[224/339] Compiling _RopeModule BigString+Iterators.swift
[225/339] Compiling _RopeModule BigString+Metrics.swift
[270/339] Emitting module _RopeModule
[271/339] Compiling _RopeModule Rope+Join.swift
[272/339] Compiling _RopeModule Rope+MutatingForEach.swift
[273/339] Compiling _RopeModule Rope+Remove.swift
[274/339] Compiling _RopeModule Rope+RemoveSubrange.swift
[275/339] Compiling _RopeModule Rope+Split.swift
[276/339] Compiling _RopeModule Optional Utilities.swift
[277/339] Compiling _RopeModule String Utilities.swift
[278/339] Compiling _RopeModule String.Index+ABI.swift
[279/339] Compiling _RopeModule _CharacterRecognizer.swift
[302/339] Emitting module HashTreeCollections
[340/341] Emitting module Collections
[341/341] Compiling Collections Collections.swift
[342/357] Emitting module SwiftCBOR
[343/357] Compiling SwiftCBOR AnyCodingKey.swift
[344/357] Compiling SwiftCBOR CBOR.swift
[345/357] Compiling SwiftCBOR CBORDecoder.swift
[346/357] Compiling SwiftCBOR CodableCBORDecoder.swift
[347/357] Compiling SwiftCBOR KeyedDecodingContainer.swift
[348/357] Compiling SwiftCBOR CBORInputStream.swift
[349/357] Compiling SwiftCBOR CBOROptions.swift
[350/359] Compiling SwiftCBOR CodableCBOREncoder.swift
[351/359] Compiling SwiftCBOR KeyedEncodingContainer.swift
[352/359] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[353/359] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[354/359] Compiling SwiftCBOR CBOREncodable.swift
[355/359] Compiling SwiftCBOR CBOREncoder.swift
[356/359] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[357/359] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[358/359] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[359/359] Compiling SwiftCBOR Util.swift
Build complete! (18.54s)
Build complete.
Done.