Build Information
Successful build of Winnie, reference v1.0.0 (f1feb7
), with Swift 6.0 for Linux on 2 Jul 2025 04:01:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/patricktcoakley/Winnie.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[2095/18833] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.98s)
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.08s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.34s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3419] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.53s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.05s)
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
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/27] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/27] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/27] Emitting module InternalCollectionsUtilities
[17/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/27] Compiling InternalCollectionsUtilities Integer rank.swift
[19/27] Compiling InternalCollectionsUtilities Descriptions.swift
[20/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/27] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/27] Compiling InternalCollectionsUtilities Debugging.swift
[26/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/302] Compiling HeapModule _HeapNode.swift
[30/302] Compiling HeapModule Heap+Descriptions.swift
[31/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/302] Compiling BitCollections BitArray+Copy.swift
[33/302] Compiling BitCollections BitArray+CustomReflectable.swift
[34/304] Compiling BitCollections BitArray+Invariants.swift
[35/304] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[36/304] Compiling BitCollections BitArray+Extras.swift
[37/304] Compiling BitCollections BitArray+Fill.swift
[38/304] Compiling BitCollections BitArray+Hashable.swift
[39/304] Compiling BitCollections BitArray+Initializers.swift
[40/304] Compiling BitCollections BitArray+BitwiseOperations.swift
[41/304] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[42/304] Emitting module HeapModule
[43/304] Compiling HeapModule Heap.swift
[44/304] Compiling HeapModule Heap+Invariants.swift
[45/304] Compiling HeapModule Heap+UnsafeHandle.swift
[46/304] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[47/304] Compiling BitCollections BitSet+CustomReflectable.swift
[48/304] Compiling BitCollections BitSet+CustomStringConvertible.swift
[49/304] Compiling BitCollections BitSet+Equatable.swift
[50/304] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[51/304] Compiling BitCollections BitSet+Extras.swift
[52/304] Compiling BitCollections BitSet+Hashable.swift
[53/312] Compiling BitCollections BitSet+Initializers.swift
[54/312] Compiling BitCollections BitSet+Invariants.swift
[55/312] Compiling BitCollections BitSet+Random.swift
[56/312] Compiling BitCollections BitSet+SetAlgebra basics.swift
[57/312] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[58/312] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[59/312] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[60/312] Compiling HashTreeCollections TreeSet+Hashable.swift
[61/312] Compiling HashTreeCollections TreeSet+Sendable.swift
[62/312] Compiling HashTreeCollections TreeSet+Sequence.swift
[63/312] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[64/312] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[65/312] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[66/312] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[67/312] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[68/312] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[69/312] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[71/322] Compiling DequeModule _DequeSlot.swift
[72/322] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/322] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[74/322] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[75/322] Compiling BitCollections BitSet+SetAlgebra union.swift
[76/322] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[77/322] Compiling BitCollections BitSet.Counted.swift
[78/322] Compiling BitCollections BitSet.Index.swift
[79/322] Compiling BitCollections BitSet._UnsafeHandle.swift
[80/322] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[81/322] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[82/322] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[83/322] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[84/322] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[85/322] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[86/322] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[87/329] Compiling BitCollections BitArray+Codable.swift
[88/329] Compiling BitCollections BitArray+Collection.swift
[89/329] Compiling OrderedCollections OrderedSet+SubSequence.swift
[90/329] Compiling OrderedCollections OrderedSet+Testing.swift
[91/329] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[92/329] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[93/329] Compiling OrderedCollections OrderedSet.swift
[94/329] Compiling OrderedCollections _UnsafeBitset.swift
[95/329] Compiling HashTreeCollections TreeSet+Equatable.swift
[96/329] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[97/329] Compiling HashTreeCollections TreeSet+Extras.swift
[98/329] Compiling HashTreeCollections TreeSet+Filter.swift
[99/329] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[100/329] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[111/329] Compiling OrderedCollections OrderedSet+Sendable.swift
[112/329] Emitting module DequeModule
[129/330] Compiling BitCollections BitArray+RandomBits.swift
[130/330] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[131/330] Compiling BitCollections BitArray+Shifts.swift
[132/330] Compiling BitCollections BitArray+Testing.swift
[133/330] Compiling BitCollections BitArray._UnsafeHandle.swift
[134/330] Compiling BitCollections BitArray.swift
[135/330] Compiling BitCollections BitSet+BidirectionalCollection.swift
[136/330] Compiling BitCollections BitSet+Codable.swift
[143/330] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[144/330] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[160/330] Emitting module BitCollections
[161/330] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[162/330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[163/330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[164/330] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[165/330] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[166/330] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[167/330] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[168/330] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[169/330] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[170/330] Compiling HashTreeCollections TreeSet.swift
[267/340] Emitting module OrderedCollections
[279/341] Emitting module _RopeModule
[332/341] Compiling _RopeModule Rope+Join.swift
[333/341] Compiling _RopeModule Rope+MutatingForEach.swift
[334/341] Compiling _RopeModule Rope+Remove.swift
[335/341] Compiling _RopeModule Rope+RemoveSubrange.swift
[336/341] Compiling _RopeModule Rope+Split.swift
[337/341] Compiling _RopeModule Optional Utilities.swift
[338/341] Compiling _RopeModule String Utilities.swift
[339/341] Compiling _RopeModule String.Index+ABI.swift
[340/341] Compiling _RopeModule _CharacterRecognizer.swift
[341/341] Emitting module HashTreeCollections
[344/345] Emitting module Collections
[345/345] Compiling Collections Collections.swift
[347/364] Compiling Winnie Int+INIValueConvertible.swift
[348/364] Compiling Winnie String+INIValueConvertible.swift
[349/364] Compiling Winnie INIValue+CustomStringConvertible.swift
[350/364] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[351/364] Compiling Winnie INIValue+INIValueConvertible.swift
[352/366] Emitting module Winnie
[353/366] Compiling Winnie Token+CustomStringConvertible.swift
[354/366] Compiling Winnie Token.swift
[355/366] Compiling Winnie ConfigParserOptions.swift
[356/366] Compiling Winnie Bool+INIValueConvertible.swift
[357/366] Compiling Winnie Double+INIValueConvertible.swift
[358/366] Compiling Winnie INIValue.swift
[359/366] Compiling Winnie INIValueConvertible.swift
[360/366] Compiling Winnie SectionProxy.swift
[361/366] Compiling Winnie Token+CustomDebugStringConvertible.swift
[362/366] Compiling Winnie TokenError.swift
[363/366] Compiling Winnie Tokenizer.swift
[364/366] Compiling Winnie Config.swift
/host/spi-builder-workspace/Sources/Winnie/Config/ConfigParser.swift:234:24: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
232 |
233 | public func readFile(_ path: String) throws {
234 | let contents = try String(contentsOfFile: path)
| `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
235 | try read(contents)
236 | }
[365/366] Compiling Winnie ConfigParser.swift
/host/spi-builder-workspace/Sources/Winnie/Config/ConfigParser.swift:234:24: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
232 |
233 | public func readFile(_ path: String) throws {
234 | let contents = try String(contentsOfFile: path)
| `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
235 | try read(contents)
236 | }
[366/366] Compiling Winnie ConfigParserError.swift
/host/spi-builder-workspace/Sources/Winnie/Config/ConfigParser.swift:234:24: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
232 |
233 | public func readFile(_ path: String) throws {
234 | let contents = try String(contentsOfFile: path)
| `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
235 | try read(contents)
236 | }
Build complete! (50.67s)
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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.