Build Information
Successful build of Winnie, reference v1.0.0 (f1feb7), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 19:51:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/25860] Fetching swift-docc-plugin, swift-collections
[701/29533] Fetching swift-docc-plugin, swift-collections, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
[1887/23583] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.51s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.4.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/patricktcoakley/Winnie.git
[1/245] Fetching winnie
Fetched https://github.com/patricktcoakley/Winnie.git from cache (0.94s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.25s)
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.4.1
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.3
Building package at path: $PWD
https://github.com/patricktcoakley/Winnie.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[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--6988338F2F200930.txt
[13/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/30] Compiling InternalCollectionsUtilities Debugging.swift
[15/30] Compiling InternalCollectionsUtilities Descriptions.swift
[16/30] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/30] Compiling InternalCollectionsUtilities Specialize.swift
[18/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/31] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[21/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[23/31] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[24/31] Emitting module InternalCollectionsUtilities
[25/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/31] Compiling InternalCollectionsUtilities Integer rank.swift
[29/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/313] Compiling HashTreeCollections _Bucket.swift
[33/313] Compiling HashTreeCollections _Hash.swift
[34/314] Compiling DequeModule _DequeBufferHeader.swift
[35/314] Compiling DequeModule _DequeBuffer.swift
[36/314] Compiling DequeModule _DequeSlot.swift
[37/314] Compiling HeapModule _HeapNode.swift
[38/314] Compiling HeapModule Heap.swift
[39/314] Compiling HeapModule Heap+Invariants.swift
[40/314] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[41/314] Compiling HeapModule Heap+Descriptions.swift
[42/314] Compiling HeapModule Heap+UnsafeHandle.swift
[43/314] Emitting module HeapModule
[44/314] Compiling HashTreeCollections _HashLevel.swift
[45/314] Compiling HashTreeCollections _HashNode+Builder.swift
[46/314] Compiling HashTreeCollections TreeSet+Equatable.swift
[47/314] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[48/314] Compiling HashTreeCollections TreeSet+Extras.swift
[49/314] Compiling HashTreeCollections TreeSet+Filter.swift
[50/314] Compiling HashTreeCollections TreeSet+Hashable.swift
[51/314] Compiling HashTreeCollections TreeSet+Sendable.swift
[52/314] Compiling HashTreeCollections TreeSet+Sequence.swift
[53/314] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[54/322] Compiling DequeModule _UnsafeWrappedBuffer.swift
[55/322] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[56/322] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[57/322] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[58/322] Compiling HashTreeCollections TreeDictionary+Values.swift
[59/322] Compiling HashTreeCollections TreeDictionary.swift
[60/322] Compiling HashTreeCollections TreeSet+Codable.swift
[61/322] Compiling HashTreeCollections TreeSet+Collection.swift
[62/322] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[63/322] Compiling HashTreeCollections TreeSet+Debugging.swift
[64/322] Compiling HashTreeCollections TreeSet+Descriptions.swift
[67/328] Compiling HashTreeCollections _HashNode+Debugging.swift
[68/328] Compiling HashTreeCollections _HashNode+Initializers.swift
[69/328] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[70/328] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[71/328] Compiling HashTreeCollections _HashNode+Invariants.swift
[72/328] Compiling HashTreeCollections _HashNode+Lookups.swift
[79/333] Emitting module BitCollections
[80/333] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[81/333] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[82/333] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[83/333] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[84/333] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[85/333] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[86/333] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[87/333] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[88/333] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[89/333] Compiling HashTreeCollections TreeDictionary+Filter.swift
[90/333] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[91/333] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[92/333] Compiling HashTreeCollections TreeDictionary+Keys.swift
[93/333] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[94/333] Compiling HashTreeCollections TreeDictionary+Merge.swift
[95/333] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[96/333] Compiling HashTreeCollections _HashNode+Storage.swift
[97/333] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[98/333] Compiling HashTreeCollections _HashNode+Structural filter.swift
[99/333] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[100/333] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[101/333] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[102/333] Compiling HashTreeCollections _AncestorHashSlots.swift
[103/333] Compiling HashTreeCollections _Bitmap.swift
[112/333] Emitting module DequeModule
[113/333] Compiling HashTreeCollections _RawHashNode.swift
[114/333] Compiling HashTreeCollections _UnmanagedHashNode.swift
[115/333] Compiling HashTreeCollections _UnsafePath.swift
[116/333] Compiling HashTreeCollections TreeDictionary+Codable.swift
[117/333] Compiling HashTreeCollections TreeDictionary+Collection.swift
[118/333] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[119/333] Compiling HashTreeCollections _HashNodeHeader.swift
[120/333] Compiling HashTreeCollections _HashSlot.swift
[121/333] Compiling HashTreeCollections _HashStack.swift
[122/333] Compiling HashTreeCollections _HashTreeIterator.swift
[123/333] Compiling HashTreeCollections _HashTreeStatistics.swift
[124/333] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[125/333] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[131/333] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[132/333] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[133/333] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[134/333] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[135/333] Compiling HashTreeCollections _HashNode.swift
[143/333] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[144/333] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[145/333] Compiling HashTreeCollections _HashNode+Structural merge.swift
[146/333] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[147/333] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[148/333] Compiling HashTreeCollections _HashNode+Structural union.swift
[155/333] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[156/333] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[157/333] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[158/333] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[159/333] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[160/333] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[161/333] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[162/333] Compiling HashTreeCollections TreeSet.swift
[169/333] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[206/333] Compiling BitCollections BitSet.swift
[207/333] Compiling BitCollections Range+Utilities.swift
[208/333] Compiling BitCollections Slice+Utilities.swift
[209/333] Compiling BitCollections UInt+Tricks.swift
[210/333] Compiling BitCollections _Word.swift
[242/340] Compiling OrderedCollections OrderedSet.swift
[243/340] Compiling OrderedCollections _UnsafeBitset.swift
[288/340] Emitting module OrderedCollections
[298/340] Emitting module _RopeModule
[315/340] Compiling _RopeModule Rope+Remove.swift
[316/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[317/340] Compiling _RopeModule Rope+Split.swift
[318/340] Compiling _RopeModule Optional Utilities.swift
[319/340] Compiling _RopeModule String Utilities.swift
[320/340] Compiling _RopeModule String.Index+ABI.swift
[321/340] Compiling _RopeModule _CharacterRecognizer.swift
[340/340] Emitting module HashTreeCollections
[341/342] Compiling Collections Collections.swift
[342/342] Emitting module Collections
[343/361] Compiling Winnie Token+CustomDebugStringConvertible.swift
[344/361] Compiling Winnie Token+CustomStringConvertible.swift
[345/362] Compiling Winnie Token.swift
[346/362] Compiling Winnie TokenError.swift
[347/362] Compiling Winnie Bool+INIValueConvertible.swift
[348/362] Compiling Winnie Double+INIValueConvertible.swift
[349/362] Compiling Winnie String+INIValueConvertible.swift
[350/362] Compiling Winnie SectionProxy.swift
[351/362] Compiling Winnie INIValueConvertible.swift
[352/362] Compiling Winnie Int+INIValueConvertible.swift
[353/362] Compiling Winnie INIValue+INIValueConvertible.swift
[354/362] Compiling Winnie INIValue.swift
[355/362] Compiling Winnie INIValue+CustomStringConvertible.swift
[356/362] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[357/362] Compiling Winnie ConfigParserError.swift
[358/362] Compiling Winnie ConfigParserOptions.swift
[359/362] Compiling Winnie Tokenizer.swift
[360/362] Compiling Winnie Config.swift
[361/362] Compiling Winnie ConfigParser.swift
[362/362] Emitting module Winnie
Build complete! (16.98s)
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.3
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Target: Winnie
Extracting symbol information for 'Winnie'...
Finished extracting symbol information for 'Winnie'. (27.44s)
Building documentation for 'Winnie'...
Finished building documentation for 'Winnie' (0.45s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/patricktcoakley/winnie/v1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Emitting module Snippets
[8/57] Compiling Snippets Snippet.swift
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit GenericConstraint.swift
[11/57] Compiling SymbolKit GenericParameter.swift
[12/57] Compiling SymbolKit Generics.swift
[13/57] Compiling SymbolKit Namespace.swift
[14/57] Compiling SymbolKit Identifier.swift
[15/57] Compiling SymbolKit KindIdentifier.swift
[16/57] Compiling SymbolKit Location.swift
[17/57] Compiling SymbolKit Mutability.swift
[18/57] Compiling SymbolKit SourceRange.swift
[19/57] Compiling SymbolKit Metadata.swift
[20/57] Compiling SymbolKit Module.swift
[21/57] Compiling SymbolKit OperatingSystem.swift
[22/57] Compiling SymbolKit Platform.swift
[23/57] Compiling SymbolKit Symbol.swift
[24/57] Compiling SymbolKit SymbolKind.swift
[25/57] Compiling SymbolKit SymbolGraph.swift
[26/57] Compiling SymbolKit GraphCollector.swift
[27/57] Compiling SymbolKit DeclarationFragments.swift
[28/57] Compiling SymbolKit Fragment.swift
[29/57] Compiling SymbolKit FragmentKind.swift
[30/57] Compiling SymbolKit FunctionParameter.swift
[31/57] Compiling SymbolKit FunctionSignature.swift
[32/57] Compiling SymbolKit Names.swift
[33/57] Compiling SymbolKit SPI.swift
[34/57] Compiling SymbolKit Snippet.swift
[35/57] Compiling SymbolKit Extension.swift
[36/57] Compiling SymbolKit SemanticVersion.swift
[37/57] Compiling SymbolKit AccessControl.swift
[38/57] Compiling SymbolKit Availability.swift
[39/57] Compiling SymbolKit AvailabilityItem.swift
[40/57] Compiling SymbolKit Domain.swift
[41/57] Compiling SymbolKit Mixin+Equals.swift
[42/57] Compiling SymbolKit Mixin+Hash.swift
[43/57] Compiling SymbolKit Mixin.swift
[44/57] Compiling SymbolKit LineList.swift
[45/57] Compiling SymbolKit Position.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.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] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.91s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Winnie' complete! (0.36s)
470
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: 470
Doc size: 4.0MB
Preparing doc bundle ...
Uploading prod-patricktcoakley-winnie-v1.0.0-a6c9014a.zip to s3://spi-docs-inbox/prod-patricktcoakley-winnie-v1.0.0-a6c9014a.zip
Copying... [16%]
Copying... [24%]
Copying... [32%]
Copying... [48%]
Copying... [55%]
Copying... [63%]
Copying... [71%]
Copying... [87%]
Copying... [95%]
Copying... [100%]
Done.