Build Information
Successful build of Winnie, reference main (eb1f0f
), with Swift 6.1 for Android on 10 Jun 2025 21:11:59 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/patricktcoakley/Winnie.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/patricktcoakley/Winnie.git
https://github.com/patricktcoakley/Winnie.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/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",
"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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.70s)
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
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/24] Compiling InternalCollectionsUtilities Descriptions.swift
[12/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/25] Emitting module InternalCollectionsUtilities
[15/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/25] Compiling InternalCollectionsUtilities Integer rank.swift
[17/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/25] Compiling InternalCollectionsUtilities Debugging.swift
[19/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/300] Compiling HeapModule Heap+Invariants.swift
[28/300] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/300] Compiling HeapModule Heap+Descriptions.swift
[30/300] Compiling _RopeModule BigString+Comparable.swift
[31/300] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[32/302] Compiling HeapModule _HeapNode.swift
[33/302] Compiling _RopeModule BigString+Debugging.swift
[34/302] Compiling _RopeModule BigString+Index.swift
[35/302] Compiling HeapModule Heap.swift
[36/302] Emitting module HeapModule
[37/302] Compiling HeapModule Heap+UnsafeHandle.swift
[38/303] Compiling _RopeModule _RopeItem.swift
[39/303] Compiling _RopeModule _RopePath.swift
[40/303] Compiling HashTreeCollections TreeSet+Sequence.swift
[41/303] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[42/303] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[43/303] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[44/303] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[45/303] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[46/303] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[47/303] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[49/313] Compiling _RopeModule BigString+UnicodeScalarView.swift
[50/313] Compiling _RopeModule BigSubstring+UTF16View.swift
[51/313] Compiling _RopeModule BigSubstring+UTF8View.swift
[52/313] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[53/313] Compiling _RopeModule BigSubstring.swift
[54/313] Compiling _RopeModule Rope+Builder.swift
[55/313] Compiling _RopeModule Rope+Debugging.swift
[56/313] Compiling _RopeModule Rope+Invariants.swift
[57/313] Compiling _RopeModule Rope+_Node.swift
[58/313] Compiling _RopeModule _RopeVersion.swift
[59/313] Compiling _RopeModule Rope+Collection.swift
[60/313] Compiling _RopeModule Rope+Index.swift
[61/313] Compiling _RopeModule Rope+Sequence.swift
[62/313] Compiling _RopeModule Rope+Append.swift
[63/320] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[64/320] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[65/320] Compiling _RopeModule BigString+Sequence.swift
[66/320] Compiling _RopeModule BigString+TextOutputStream.swift
[67/320] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[68/320] Compiling _RopeModule BigString+Chunk+Breaks.swift
[69/320] Compiling _RopeModule BigString+Chunk+Counts.swift
[70/320] Compiling _RopeModule BigString+Chunk+Description.swift
[71/320] Compiling _RopeModule BigString+Summary.swift
[72/320] Compiling _RopeModule BigString.swift
[73/320] Compiling _RopeModule BigString+CustomStringConvertible.swift
[74/320] Compiling _RopeModule BigString+Equatable.swift
[75/320] Compiling _RopeModule BigString+Iterators.swift
[76/320] Compiling _RopeModule BigString+Metrics.swift
[77/320] Compiling _RopeModule BigString+Ingester.swift
[78/320] Compiling _RopeModule BigString+Invariants.swift
[79/320] Compiling _RopeModule BigString+Managing Breaks.swift
[80/320] Compiling _RopeModule BigString+RemoveSubrange.swift
[81/320] Compiling _RopeModule BigString+ReplaceSubrange.swift
[82/320] Compiling _RopeModule BigString+Split.swift
[83/320] Compiling _RopeModule Range+BigString.swift
[84/320] Compiling _RopeModule BigString+UTF16View.swift
[85/320] Compiling _RopeModule BigString+UTF8View.swift
[90/320] Compiling OrderedCollections OrderedSet+SubSequence.swift
[91/320] Compiling OrderedCollections OrderedSet+Testing.swift
[92/320] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[93/320] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[94/320] Compiling OrderedCollections OrderedSet.swift
[95/320] Compiling OrderedCollections _UnsafeBitset.swift
[96/320] Compiling _RopeModule Rope.swift
[97/320] Compiling _RopeModule RopeElement.swift
[98/320] Compiling _RopeModule RopeMetric.swift
[99/320] Compiling _RopeModule RopeSummary.swift
[100/320] Compiling DequeModule _DequeSlot.swift
[101/320] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/320] Compiling _RopeModule BigString+Builder.swift
[110/320] Compiling _RopeModule BigString+Contents.swift
[123/327] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[124/327] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[125/327] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[126/327] Compiling _RopeModule BigString+Chunk+Splitting.swift
[127/327] Compiling _RopeModule BigString+Chunk.swift
[128/327] Compiling _RopeModule BigString+BidirectionalCollection.swift
[129/327] Compiling _RopeModule BigString+Append.swift
[130/327] Compiling _RopeModule BigString+Initializers.swift
[131/327] Compiling _RopeModule BigString+Insert.swift
[171/327] Emitting module BitCollections
[179/327] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[180/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[181/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[182/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[183/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[184/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[185/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[186/327] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[187/327] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[188/327] Compiling HashTreeCollections TreeSet.swift
[191/327] Emitting module DequeModule
[202/337] Compiling BitCollections _Word.swift
[214/337] Compiling BitCollections BitSet.Index.swift
[215/337] Compiling BitCollections BitSet._UnsafeHandle.swift
[216/337] Compiling BitCollections BitSet.swift
[217/337] Compiling BitCollections Range+Utilities.swift
[218/337] Compiling BitCollections Slice+Utilities.swift
[219/337] Compiling BitCollections UInt+Tricks.swift
[249/337] Emitting module OrderedCollections
[310/339] Emitting module _RopeModule
[311/339] Compiling _RopeModule Rope+Join.swift
[312/339] Compiling _RopeModule Rope+MutatingForEach.swift
[313/339] Compiling _RopeModule Rope+Remove.swift
[314/339] Compiling _RopeModule Rope+RemoveSubrange.swift
[315/339] Compiling _RopeModule Rope+Split.swift
[316/339] Compiling _RopeModule Optional Utilities.swift
[317/339] Compiling _RopeModule String Utilities.swift
[318/339] Compiling _RopeModule String.Index+ABI.swift
[319/339] Compiling _RopeModule _CharacterRecognizer.swift
[320/339] Emitting module HashTreeCollections
[342/343] Emitting module Collections
[343/343] Compiling Collections Collections.swift
[345/361] Compiling Winnie SectionProxy.swift
[346/361] Compiling Winnie Token+CustomDebugStringConvertible.swift
[347/361] Compiling Winnie INIValue.swift
[348/361] Compiling Winnie INIValueConvertible.swift
[349/361] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[350/361] Compiling Winnie INIValue+INIValueConvertible.swift
[351/361] Compiling Winnie Int+INIValueConvertible.swift
[352/361] Compiling Winnie String+INIValueConvertible.swift
[353/361] Compiling Winnie Token+CustomStringConvertible.swift
[354/361] Compiling Winnie Token.swift
[355/361] Compiling Winnie Bool+INIValueConvertible.swift
[356/361] Compiling Winnie Double+INIValueConvertible.swift
[357/361] Compiling Winnie INIValue+CustomStringConvertible.swift
[358/363] Compiling Winnie TokenError.swift
[359/363] Compiling Winnie Tokenizer.swift
[360/363] Emitting module Winnie
[361/363] Compiling Winnie ConfigParser.swift
/host/spi-builder-workspace/Sources/Winnie/Config/ConfigParser.swift:160:24: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
158 |
159 | public func readFile(_ path: String) throws {
160 | let contents = try String(contentsOfFile: path)
| `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
161 | try read(contents)
162 | }
[362/363] Compiling Winnie ConfigParserError.swift
/host/spi-builder-workspace/Sources/Winnie/Config/ConfigParser.swift:160:24: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
158 |
159 | public func readFile(_ path: String) throws {
160 | let contents = try String(contentsOfFile: path)
| `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
161 | try read(contents)
162 | }
[363/363] Compiling Winnie ConfigParserOptions.swift
/host/spi-builder-workspace/Sources/Winnie/Config/ConfigParser.swift:160:24: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
158 |
159 | public func readFile(_ path: String) throws {
160 | let contents = try String(contentsOfFile: path)
| `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
161 | try read(contents)
162 | }
Build complete! (47.83s)
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" : "/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",
"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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.