Build Information
Successful build of Winnie, reference v0.3.0 (eb1f0f
), with Swift 6.1 for macOS (SPM) on 10 Jun 2025 21:12:43 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/patricktcoakley/Winnie.git
Reference: v0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/patricktcoakley/Winnie
* tag v0.3.0 -> FETCH_HEAD
HEAD is now at eb1f0f1 Add ConfigParserOption type to decouple customization from the ConfigParser; add explicit padding options.
Cloned https://github.com/patricktcoakley/Winnie.git
Revision (git rev-parse @):
eb1f0f15ac8a8cdd69469e32f736fc1e7840a023
SUCCESS checkout https://github.com/patricktcoakley/Winnie.git at v0.3.0
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.01s)
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/211] Fetching winnie
Fetched https://github.com/patricktcoakley/Winnie.git from cache (0.72s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
Creating working copy for https://github.com/patricktcoakley/Winnie.git
Working copy of https://github.com/patricktcoakley/Winnie.git resolved at v0.3.0 (eb1f0f1)
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"
}
],
"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",
"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/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
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/28] Compiling InternalCollectionsUtilities Debugging.swift
[15/28] Compiling InternalCollectionsUtilities Descriptions.swift
[16/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/28] Compiling InternalCollectionsUtilities Specialize.swift
[18/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[21/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[22/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[23/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/29] Compiling InternalCollectionsUtilities Integer rank.swift
[25/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/29] Emitting module InternalCollectionsUtilities
[27/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/311] Compiling HashTreeCollections _Bucket.swift
[31/311] Compiling HashTreeCollections _Hash.swift
[32/312] Compiling DequeModule _DequeBuffer.swift
[33/312] Compiling DequeModule _DequeBufferHeader.swift
[34/312] Compiling DequeModule _DequeSlot.swift
[35/312] Compiling HeapModule _HeapNode.swift
[36/312] Compiling HeapModule Heap.swift
[37/312] Compiling HeapModule Heap+Descriptions.swift
[38/312] Compiling HeapModule Heap+Invariants.swift
[39/312] Compiling HeapModule Heap+UnsafeHandle.swift
[40/312] Compiling HashTreeCollections _HashLevel.swift
[41/312] Compiling HashTreeCollections _HashNode+Builder.swift
[42/312] Emitting module HeapModule
[43/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[44/312] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/312] Compiling HashTreeCollections TreeSet+Equatable.swift
[46/312] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[47/312] Compiling HashTreeCollections TreeSet+Extras.swift
[48/312] Compiling HashTreeCollections TreeSet+Filter.swift
[49/312] Compiling HashTreeCollections TreeSet+Hashable.swift
[50/312] Compiling HashTreeCollections TreeSet+Sendable.swift
[51/312] Compiling HashTreeCollections TreeSet+Sequence.swift
[52/312] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[53/320] Compiling _RopeModule Range+BigString.swift
[54/320] Compiling _RopeModule BigString+UTF16View.swift
[55/320] Compiling _RopeModule BigString+UTF8View.swift
[56/320] Compiling _RopeModule BigString+UnicodeScalarView.swift
[57/320] Compiling _RopeModule BigSubstring+UTF16View.swift
[58/320] Compiling _RopeModule BigSubstring+UTF8View.swift
[59/326] Compiling HashTreeCollections _HashNode+Structural filter.swift
[60/326] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[61/326] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[62/326] Compiling _RopeModule BigString+Chunk+Breaks.swift
[63/326] Compiling _RopeModule BigString+Chunk+Counts.swift
[64/326] Compiling _RopeModule BigString+Chunk+Description.swift
[65/326] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[66/326] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[67/326] Compiling _RopeModule BigString+Insert.swift
[68/326] Compiling _RopeModule BigString+Managing Breaks.swift
[69/326] Compiling _RopeModule BigString+RemoveSubrange.swift
[70/326] Compiling _RopeModule BigString+ReplaceSubrange.swift
[71/326] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[72/326] Compiling _RopeModule BigSubstring.swift
[73/326] Compiling _RopeModule Rope+Builder.swift
[74/326] Compiling HashTreeCollections TreeDictionary+Filter.swift
[75/326] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[76/326] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[77/326] Compiling HashTreeCollections TreeDictionary+Keys.swift
[78/326] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[79/326] Compiling HashTreeCollections TreeDictionary+Merge.swift
[80/326] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[81/326] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[82/326] Compiling HashTreeCollections TreeDictionary+Values.swift
[83/331] Compiling _RopeModule BigString+Split.swift
[95/331] Compiling HashTreeCollections _HashNode+Invariants.swift
[96/331] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[97/331] Compiling HashTreeCollections _HashNode+Debugging.swift
[98/331] Compiling HashTreeCollections _HashNode+Initializers.swift
[99/331] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[100/331] Compiling HashTreeCollections _HashNode.swift
[101/331] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[102/331] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[103/331] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[104/331] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[105/331] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[106/331] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[107/331] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[108/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[109/331] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[110/331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[111/331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[112/331] Compiling HashTreeCollections _HashNode+Storage.swift
[113/331] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[115/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[116/331] Compiling HashTreeCollections _Bitmap.swift
[123/331] Compiling HashTreeCollections _HashNodeHeader.swift
[124/331] Compiling HashTreeCollections _HashSlot.swift
[125/331] Compiling HashTreeCollections _HashStack.swift
[126/331] Compiling HashTreeCollections _HashTreeIterator.swift
[127/331] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[128/331] Compiling OrderedCollections OrderedDictionary+Values.swift
[129/331] Compiling HashTreeCollections _HashNode+Lookups.swift
[156/331] Compiling BitCollections BitSet.swift
[157/331] Compiling BitCollections Range+Utilities.swift
[158/331] Compiling BitCollections Slice+Utilities.swift
[159/331] Compiling BitCollections UInt+Tricks.swift
[160/331] Compiling BitCollections _Word.swift
[161/331] Compiling OrderedCollections OrderedSet.swift
[162/331] Compiling OrderedCollections _UnsafeBitset.swift
[175/331] Emitting module DequeModule
[182/331] Emitting module BitCollections
[183/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[184/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[185/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[186/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[187/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[188/331] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[189/331] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[190/331] Compiling HashTreeCollections TreeSet.swift
[303/338] Emitting module OrderedCollections
[322/338] Emitting module _RopeModule
[323/338] Compiling _RopeModule Rope+Remove.swift
[324/338] Compiling _RopeModule Rope+RemoveSubrange.swift
[325/338] Compiling _RopeModule Rope+Split.swift
[326/338] Compiling _RopeModule Optional Utilities.swift
[327/338] Compiling _RopeModule String Utilities.swift
[328/338] Compiling _RopeModule String.Index+ABI.swift
[329/338] Compiling _RopeModule _CharacterRecognizer.swift
[338/338] Emitting module HashTreeCollections
[339/340] Emitting module Collections
[340/340] Compiling Collections Collections.swift
[341/358] Compiling Winnie TokenError.swift
[342/359] Compiling Winnie Tokenizer.swift
[343/359] Compiling Winnie Token+CustomStringConvertible.swift
[344/359] Compiling Winnie Token.swift
[345/359] Compiling Winnie ConfigParserOptions.swift
[346/359] Compiling Winnie Bool+INIValueConvertible.swift
[347/359] Compiling Winnie SectionProxy.swift
[348/359] Compiling Winnie Token+CustomDebugStringConvertible.swift
[349/359] Compiling Winnie Int+INIValueConvertible.swift
[350/359] Compiling Winnie String+INIValueConvertible.swift
[351/359] Compiling Winnie Double+INIValueConvertible.swift
[352/359] Compiling Winnie INIValue+CustomStringConvertible.swift
[353/359] Compiling Winnie INIValue.swift
[354/359] Compiling Winnie INIValueConvertible.swift
[355/359] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[356/359] Compiling Winnie INIValue+INIValueConvertible.swift
[357/359] Compiling Winnie ConfigParser.swift
[358/359] Compiling Winnie ConfigParserError.swift
[359/359] Emitting module Winnie
Build complete! (8.14s)
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"
}
],
"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",
"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/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"
}
Done.