Build Information
Successful build of Winnie, reference v1.0.0 (f1feb7
), with Swift 6.1 for macOS (SPM) on 2 Jul 2025 04:00:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/patricktcoakley/Winnie.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/patricktcoakley/Winnie
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at f1feb76 Add comment preservation option; refactoring to lock in API.
Cloned https://github.com/patricktcoakley/Winnie.git
Revision (git rev-parse @):
f1feb769969c2704a0d090a445eee0850dd7d67e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/patricktcoakley/Winnie.git at v1.0.0
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git from cache
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.15s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "winnie",
"name": "Winnie",
"url": "https://github.com/patricktcoakley/Winnie.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Winnie",
"dependencies": [
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/patricktcoakley/Winnie.git
[1/245] Fetching winnie
Fetched https://github.com/patricktcoakley/Winnie.git from cache (0.79s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.58s)
Creating working copy for https://github.com/patricktcoakley/Winnie.git
Working copy of https://github.com/patricktcoakley/Winnie.git resolved at v1.0.0 (f1feb76)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
warning: '.resolve-product-dependencies': dependency 'winnie' is not used by any target
Found 1 product dependencies
- swift-collections
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/patricktcoakley/Winnie.git
https://github.com/patricktcoakley/Winnie.git
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Winnie",
"name" : "Winnie",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Winnie",
"targets" : [
"Winnie"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WinnieTests",
"module_type" : "SwiftTarget",
"name" : "WinnieTests",
"path" : "Tests/WinnieTests",
"sources" : [
"ConfigParserTests.swift",
"INIValueTests.swift",
"SectionProxyTests.swift",
"TokenizerTests.swift"
],
"target_dependencies" : [
"Winnie"
],
"type" : "test"
},
{
"c99name" : "Winnie",
"module_type" : "SwiftTarget",
"name" : "Winnie",
"path" : "Sources/Winnie",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"Winnie"
],
"sources" : [
"Config/Config.swift",
"Config/ConfigParser.swift",
"Config/ConfigParserError.swift",
"Config/ConfigParserOptions.swift",
"Config/INI/Bool+INIValueConvertible.swift",
"Config/INI/Double+INIValueConvertible.swift",
"Config/INI/INIValue+CustomStringConvertible.swift",
"Config/INI/INIValue+ExpressibleByLiteral.swift",
"Config/INI/INIValue+INIValueConvertible.swift",
"Config/INI/INIValue.swift",
"Config/INI/INIValueConvertible.swift",
"Config/INI/Int+INIValueConvertible.swift",
"Config/INI/String+INIValueConvertible.swift",
"Config/SectionProxy.swift",
"Token/Token+CustomDebugStringConvertible.swift",
"Token/Token+CustomStringConvertible.swift",
"Token/Token.swift",
"Token/TokenError.swift",
"Token/Tokenizer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/12] Write sources
[11/12] Write swift-version-2F0A5646E1D333AE.txt
[13/30] Compiling InternalCollectionsUtilities Debugging.swift
[14/30] Compiling InternalCollectionsUtilities Descriptions.swift
[15/30] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/30] Compiling InternalCollectionsUtilities Specialize.swift
[17/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/31] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[24/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/31] Emitting module InternalCollectionsUtilities
[26/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/31] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[30/31] Compiling InternalCollectionsUtilities Integer rank.swift
[31/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[32/313] Compiling DequeModule _DequeBuffer.swift
[33/313] Compiling DequeModule _DequeBufferHeader.swift
[34/313] Compiling DequeModule _DequeSlot.swift
[35/314] Compiling HeapModule _HeapNode.swift
[36/314] Compiling HashTreeCollections _Bucket.swift
[37/314] Compiling _RopeModule BigString+Index.swift
[38/314] Compiling HeapModule Heap.swift
[39/314] Compiling HeapModule Heap+UnsafeHandle.swift
[40/314] Compiling HeapModule Heap+Invariants.swift
[41/314] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[42/314] Compiling HeapModule Heap+Descriptions.swift
[43/314] Emitting module HeapModule
[44/314] Compiling HashTreeCollections _HashNode+Debugging.swift
[45/314] Compiling _RopeModule BigString+Metrics.swift
[46/314] Compiling _RopeModule BigString+Ingester.swift
[47/314] Compiling HashTreeCollections _HashNode+Builder.swift
[48/314] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[49/314] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[50/314] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[51/314] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[52/314] Compiling HashTreeCollections _HashNode.swift
[53/314] Compiling HashTreeCollections _HashNodeHeader.swift
[54/320] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[55/320] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[56/320] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[57/320] Compiling HashTreeCollections _HashNode+Structural merge.swift
[58/320] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[59/320] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[60/325] Compiling HashTreeCollections _UnmanagedHashNode.swift
[61/325] Compiling HashTreeCollections _UnsafePath.swift
[62/325] Compiling HashTreeCollections TreeDictionary+Codable.swift
[63/325] Compiling HashTreeCollections TreeDictionary+Collection.swift
[64/325] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[65/325] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[66/325] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[67/325] Compiling HashTreeCollections _HashNode+Storage.swift
[68/325] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[69/325] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[70/325] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[71/325] Compiling _RopeModule BigString+Chunk+Splitting.swift
[72/325] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/325] Compiling HashTreeCollections _RawHashNode.swift
[79/325] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[80/325] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[81/325] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[82/325] Compiling HashTreeCollections TreeDictionary+Filter.swift
[83/325] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[84/325] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[85/325] Compiling HashTreeCollections TreeDictionary+Keys.swift
[86/325] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[87/325] Compiling HashTreeCollections TreeDictionary+Merge.swift
[88/325] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[89/325] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[90/325] Compiling BitCollections BitSet.swift
[91/325] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[92/325] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[93/325] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[94/325] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[95/325] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[96/325] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[97/325] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[98/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[99/325] Compiling HashTreeCollections TreeSet+Equatable.swift
[100/325] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[101/325] Compiling HashTreeCollections TreeSet+Extras.swift
[102/325] Compiling HashTreeCollections TreeSet+Filter.swift
[103/325] Compiling HashTreeCollections TreeSet+Hashable.swift
[104/325] Compiling HashTreeCollections TreeSet+Sendable.swift
[105/325] Compiling HashTreeCollections TreeSet+Sequence.swift
[106/325] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[107/333] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[108/333] Compiling _RopeModule BigString+Chunk+Breaks.swift
[109/333] Compiling HashTreeCollections _HashNode+Invariants.swift
[110/333] Compiling HashTreeCollections _HashNode+Lookups.swift
[111/333] Emitting module BitCollections
[120/333] Compiling _RopeModule BigString+Builder.swift
[121/333] Compiling _RopeModule BigString+Contents.swift
[122/333] Compiling HashTreeCollections _HashSlot.swift
[123/333] Compiling HashTreeCollections _HashStack.swift
[124/333] Compiling HashTreeCollections _HashTreeIterator.swift
[125/333] Compiling HashTreeCollections _HashTreeStatistics.swift
[126/333] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[129/333] Compiling BitCollections Range+Utilities.swift
[130/333] Compiling BitCollections Slice+Utilities.swift
[131/333] Compiling BitCollections UInt+Tricks.swift
[132/333] Compiling BitCollections _Word.swift
[139/333] Compiling OrderedCollections OrderedSet.swift
[140/333] Compiling OrderedCollections _UnsafeBitset.swift
[158/333] Compiling HashTreeCollections _HashNode+Structural union.swift
[177/333] Emitting module DequeModule
[196/333] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[197/333] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[198/333] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[199/333] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[200/333] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[201/333] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[202/333] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[203/333] Compiling HashTreeCollections TreeSet.swift
[297/340] Emitting module OrderedCollections
[316/340] Emitting module _RopeModule
[317/340] Compiling _RopeModule Rope+Remove.swift
[318/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[319/340] Compiling _RopeModule Rope+Split.swift
[320/340] Compiling _RopeModule Optional Utilities.swift
[321/340] Compiling _RopeModule String Utilities.swift
[322/340] Compiling _RopeModule String.Index+ABI.swift
[323/340] Compiling _RopeModule _CharacterRecognizer.swift
[340/340] Emitting module HashTreeCollections
[341/342] Emitting module Collections
[342/342] Compiling Collections Collections.swift
[343/361] Compiling Winnie Token+CustomDebugStringConvertible.swift
[344/361] Compiling Winnie Token+CustomStringConvertible.swift
[345/361] Compiling Winnie Token.swift
[346/361] Compiling Winnie TokenError.swift
[347/361] Compiling Winnie INIValueConvertible.swift
[348/361] Compiling Winnie Int+INIValueConvertible.swift
[349/361] Compiling Winnie String+INIValueConvertible.swift
[350/361] Compiling Winnie SectionProxy.swift
[351/362] Compiling Winnie ConfigParserError.swift
[352/362] Compiling Winnie ConfigParserOptions.swift
[353/362] Compiling Winnie INIValue+CustomStringConvertible.swift
[354/362] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[355/362] Compiling Winnie INIValue+INIValueConvertible.swift
[356/362] Compiling Winnie INIValue.swift
[357/362] Compiling Winnie Tokenizer.swift
[358/362] Compiling Winnie Bool+INIValueConvertible.swift
[359/362] Compiling Winnie Double+INIValueConvertible.swift
[360/362] Emitting module Winnie
[361/362] Compiling Winnie Config.swift
[362/362] Compiling Winnie ConfigParser.swift
Build complete! (18.42s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Winnie",
"name" : "Winnie",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Winnie",
"targets" : [
"Winnie"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WinnieTests",
"module_type" : "SwiftTarget",
"name" : "WinnieTests",
"path" : "Tests/WinnieTests",
"sources" : [
"ConfigParserTests.swift",
"INIValueTests.swift",
"SectionProxyTests.swift",
"TokenizerTests.swift"
],
"target_dependencies" : [
"Winnie"
],
"type" : "test"
},
{
"c99name" : "Winnie",
"module_type" : "SwiftTarget",
"name" : "Winnie",
"path" : "Sources/Winnie",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"Winnie"
],
"sources" : [
"Config/Config.swift",
"Config/ConfigParser.swift",
"Config/ConfigParserError.swift",
"Config/ConfigParserOptions.swift",
"Config/INI/Bool+INIValueConvertible.swift",
"Config/INI/Double+INIValueConvertible.swift",
"Config/INI/INIValue+CustomStringConvertible.swift",
"Config/INI/INIValue+ExpressibleByLiteral.swift",
"Config/INI/INIValue+INIValueConvertible.swift",
"Config/INI/INIValue.swift",
"Config/INI/INIValueConvertible.swift",
"Config/INI/Int+INIValueConvertible.swift",
"Config/INI/String+INIValueConvertible.swift",
"Config/SectionProxy.swift",
"Token/Token+CustomDebugStringConvertible.swift",
"Token/Token+CustomStringConvertible.swift",
"Token/Token.swift",
"Token/TokenError.swift",
"Token/Tokenizer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/patricktcoakley/winnie/v1.0.0
Repository: patricktcoakley/Winnie
Swift version used: 6.1
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Target: Winnie
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Winnie'...
Finished extracting symbol information for 'Winnie'. (6.25s)
Building documentation for 'Winnie'...
Finished building documentation for 'Winnie' (0.19s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/patricktcoakley/winnie/v1.0.0
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit SourceRange.swift
[13/57] Compiling SymbolKit Metadata.swift
[14/57] Compiling SymbolKit Module.swift
[15/57] Compiling SymbolKit OperatingSystem.swift
[16/57] Compiling SymbolKit Platform.swift
[17/57] Compiling SymbolKit SemanticVersion.swift
[18/57] Compiling SymbolKit AccessControl.swift
[19/57] Compiling SymbolKit Availability.swift
[20/57] Compiling SymbolKit AvailabilityItem.swift
[21/57] Compiling SymbolKit Domain.swift
[22/57] Compiling SymbolKit Names.swift
[23/57] Compiling SymbolKit SPI.swift
[24/57] Compiling SymbolKit Snippet.swift
[25/57] Compiling SymbolKit Extension.swift
[26/57] Compiling SymbolKit DeclarationFragments.swift
[27/57] Compiling SymbolKit Fragment.swift
[28/57] Compiling SymbolKit FragmentKind.swift
[29/57] Compiling SymbolKit FunctionParameter.swift
[30/57] Compiling SymbolKit FunctionSignature.swift
[31/57] Compiling Snippets SnippetParser.swift
[32/57] Compiling Snippets Snippet.swift
[33/57] Emitting module Snippets
[34/57] Compiling SymbolKit Identifier.swift
[35/57] Compiling SymbolKit KindIdentifier.swift
[36/57] Compiling SymbolKit Location.swift
[37/57] Compiling SymbolKit Mutability.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.25s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[3/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/19] Compiling InternalCollectionsUtilities Specialize.swift
[7/19] Compiling InternalCollectionsUtilities Debugging.swift
[8/19] Compiling InternalCollectionsUtilities Descriptions.swift
[9/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/20] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[11/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[12/20] Compiling InternalCollectionsUtilities Integer rank.swift
[13/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[15/20] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[16/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/20] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/20] Emitting module InternalCollectionsUtilities
[21/302] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[22/302] Compiling _RopeModule Rope+_UnsafeHandle.swift
[23/303] Compiling HeapModule Heap.swift
[24/303] Compiling HeapModule _HeapNode.swift
[25/303] Compiling DequeModule _DequeBufferHeader.swift
[26/303] Compiling DequeModule _DequeBuffer.swift
[27/303] Compiling DequeModule _DequeSlot.swift
[28/303] Compiling _RopeModule Rope.swift
[29/303] Compiling _RopeModule RopeElement.swift
[30/303] Compiling HeapModule Heap+Descriptions.swift
[31/303] Compiling HeapModule Heap+Invariants.swift
[32/303] Compiling HeapModule Heap+UnsafeHandle.swift
[33/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/303] Emitting module HeapModule
[35/303] Compiling _RopeModule RopeMetric.swift
[36/303] Compiling _RopeModule BigString+Insert.swift
[37/303] Compiling _RopeModule _RopeVersion.swift
[38/303] Compiling _RopeModule Rope+Collection.swift
[39/303] Compiling _RopeModule Rope+Index.swift
[40/303] Compiling _RopeModule Rope+Sequence.swift
[41/303] Compiling _RopeModule BigString+Summary.swift
[42/303] Compiling _RopeModule BigString.swift
[43/309] Compiling _RopeModule Rope+ForEachWhile.swift
[44/309] Compiling _RopeModule Rope+Insert.swift
[45/309] Compiling _RopeModule Rope+Join.swift
[46/309] Compiling _RopeModule Rope+MutatingForEach.swift
[47/309] Compiling _RopeModule RopeSummary.swift
[48/309] Compiling _RopeModule _RopeItem.swift
[49/309] Compiling _RopeModule _RopePath.swift
[55/314] Compiling DequeModule _UnsafeWrappedBuffer.swift
[56/314] Compiling _RopeModule BigString+Append.swift
[57/314] Compiling _RopeModule BigString+Initializers.swift
[58/314] Compiling _RopeModule Rope+Append.swift
[59/314] Compiling _RopeModule Rope+Extract.swift
[60/314] Compiling _RopeModule Rope+Find.swift
[68/314] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[69/314] Compiling HashTreeCollections TreeDictionary+Filter.swift
[70/314] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[71/314] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[72/314] Compiling HashTreeCollections TreeDictionary+Keys.swift
[73/314] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[74/314] Compiling HashTreeCollections TreeDictionary+Merge.swift
[75/314] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[76/314] Compiling _RopeModule BigString+UnicodeScalarView.swift
[77/314] Compiling _RopeModule BigSubstring+UTF16View.swift
[78/314] Compiling _RopeModule BigSubstring+UTF8View.swift
[79/314] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[80/314] Compiling _RopeModule BigSubstring.swift
[81/314] Compiling _RopeModule Rope+Builder.swift
[82/314] Compiling _RopeModule Rope+Debugging.swift
[83/314] Compiling _RopeModule Rope+Invariants.swift
[84/322] Compiling _RopeModule BigString+Managing Breaks.swift
[85/322] Compiling _RopeModule BigString+RemoveSubrange.swift
[86/322] Compiling _RopeModule BigString+ReplaceSubrange.swift
[87/322] Compiling _RopeModule BigString+Split.swift
[89/322] Compiling BitCollections BitSet.swift
[90/322] Compiling BitCollections Range+Utilities.swift
[91/322] Compiling BitCollections Slice+Utilities.swift
[92/322] Compiling BitCollections UInt+Tricks.swift
[93/322] Compiling BitCollections _Word.swift
[94/322] Compiling OrderedCollections OrderedSet.swift
[95/322] Compiling OrderedCollections _UnsafeBitset.swift
[96/322] Compiling _RopeModule Rope+_Node.swift
[97/322] Compiling _RopeModule Rope+_Storage.swift
[98/322] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[99/322] Compiling _RopeModule BigString+Hashing.swift
[100/322] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[101/322] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[102/322] Compiling _RopeModule BigString+Sequence.swift
[103/322] Compiling _RopeModule BigString+TextOutputStream.swift
[104/322] Compiling _RopeModule BigString+Chunk.swift
[105/322] Compiling _RopeModule BigString+BidirectionalCollection.swift
[106/322] Compiling _RopeModule BigString+Comparable.swift
[107/322] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[108/322] Compiling _RopeModule BigString+CustomStringConvertible.swift
[109/322] Compiling _RopeModule BigString+Equatable.swift
[110/322] Compiling _RopeModule BigString+UTF16View.swift
[111/322] Compiling _RopeModule BigString+UTF8View.swift
[112/322] Compiling _RopeModule BigString+Builder.swift
[113/322] Compiling _RopeModule BigString+Contents.swift
[114/322] Compiling _RopeModule BigString+Debugging.swift
[115/322] Compiling _RopeModule BigString+Index.swift
[121/322] Compiling _RopeModule Range+BigString.swift
[122/322] Compiling _RopeModule BigString+Ingester.swift
[123/322] Compiling _RopeModule BigString+Invariants.swift
[124/322] Compiling _RopeModule BigString+Iterators.swift
[125/322] Compiling _RopeModule BigString+Metrics.swift
[126/322] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[127/322] Compiling _RopeModule BigString+Chunk+Splitting.swift
[175/322] Emitting module BitCollections
[176/322] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[177/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[178/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[179/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[180/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[181/322] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[182/322] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[183/322] Compiling HashTreeCollections TreeSet.swift
[184/322] Emitting module DequeModule
[281/329] Emitting module OrderedCollections
[305/329] Compiling _RopeModule Rope+Remove.swift
[306/329] Compiling _RopeModule Rope+RemoveSubrange.swift
[307/329] Compiling _RopeModule Rope+Split.swift
[308/329] Compiling _RopeModule Optional Utilities.swift
[309/329] Compiling _RopeModule String Utilities.swift
[310/329] Compiling _RopeModule String.Index+ABI.swift
[311/329] Compiling _RopeModule _CharacterRecognizer.swift
[328/329] Emitting module _RopeModule
[329/329] Emitting module HashTreeCollections
[330/331] Compiling Collections Collections.swift
[331/331] Emitting module Collections
[332/350] Compiling Winnie Token+CustomDebugStringConvertible.swift
[333/350] Compiling Winnie Token+CustomStringConvertible.swift
[334/350] Compiling Winnie Token.swift
[335/350] Compiling Winnie TokenError.swift
[336/350] Compiling Winnie INIValue+INIValueConvertible.swift
[337/350] Compiling Winnie INIValue.swift
[338/350] Compiling Winnie Bool+INIValueConvertible.swift
[339/350] Compiling Winnie Double+INIValueConvertible.swift
[340/350] Compiling Winnie ConfigParserError.swift
[341/350] Compiling Winnie ConfigParserOptions.swift
[342/350] Compiling Winnie INIValue+CustomStringConvertible.swift
[343/350] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[344/350] Compiling Winnie INIValueConvertible.swift
[345/350] Compiling Winnie Int+INIValueConvertible.swift
[346/350] Compiling Winnie String+INIValueConvertible.swift
[347/350] Compiling Winnie SectionProxy.swift
[348/351] Emitting module Winnie
[349/351] Compiling Winnie Config.swift
[350/351] Compiling Winnie ConfigParser.swift
[351/351] Compiling Winnie Tokenizer.swift
Build of target: 'Winnie' complete! (4.41s)
468
4 /Users/admin/builder/spi-builder-workspace/.docs/patricktcoakley/winnie/v1.0.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/patricktcoakley/winnie/v1.0.0
File count: 468
Doc size: 4.0MB
Preparing doc bundle ...
Uploading prod-patricktcoakley-winnie-v1.0.0-724de36f.zip to s3://spi-docs-inbox/prod-patricktcoakley-winnie-v1.0.0-724de36f.zip
Copying... [16%]
Copying... [25%]
Copying... [33%]
Copying... [41%]
Copying... [57%]
Copying... [65%]
Copying... [74%]
Copying... [82%]
Copying... [98%]
Copying... [100%]
Done.