The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Winnie, reference main (eb1f0f), with Swift 6.2 (beta) for Linux on 24 Jun 2025 14:01:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-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: 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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/patricktcoakley/Winnie.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.12s)
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 _UnsafeBitSet+Index.swift
[12/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[13/24] Emitting module InternalCollectionsUtilities
[14/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/25] Compiling InternalCollectionsUtilities Integer rank.swift
[18/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/25] Compiling InternalCollectionsUtilities Descriptions.swift
[20/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/25] Compiling InternalCollectionsUtilities Debugging.swift
[23/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/156] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[28/300] Compiling HashTreeCollections _HashLevel.swift
[29/300] Compiling HashTreeCollections _HashNode+Builder.swift
[30/300] Compiling HashTreeCollections _Bucket.swift
[31/300] Compiling HashTreeCollections _Hash.swift
[32/302] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[33/302] Compiling HashTreeCollections _HashNode+Storage.swift
[34/302] Compiling DequeModule _DequeSlot.swift
[35/302] Compiling DequeModule _UnsafeWrappedBuffer.swift
[36/302] Compiling HeapModule Heap.swift
[37/302] Compiling HeapModule _HeapNode.swift
[38/302] Compiling HeapModule Heap+Descriptions.swift
[39/302] Compiling HeapModule Heap+UnsafeHandle.swift
[40/302] Compiling HeapModule Heap+Invariants.swift
[41/302] Emitting module HeapModule
[43/303] Compiling HashTreeCollections _HashNode+Debugging.swift
[44/303] Compiling HashTreeCollections _HashNode+Initializers.swift
[45/303] Compiling HashTreeCollections _HashStack.swift
[46/303] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[47/303] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[48/303] Compiling HashTreeCollections TreeDictionary+Filter.swift
[49/303] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[50/303] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[51/303] Compiling HashTreeCollections TreeDictionary+Keys.swift
[52/310] Compiling HashTreeCollections TreeSet+Hashable.swift
[53/310] Compiling HashTreeCollections TreeSet+Sendable.swift
[54/310] Compiling HashTreeCollections TreeSet+Sequence.swift
[55/310] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[56/310] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[57/310] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[58/310] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[59/310] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[60/310] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[61/310] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[62/320] Compiling HashTreeCollections _HashNode+Structural union.swift
[63/320] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[64/320] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[65/320] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[66/320] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[67/320] Compiling HashTreeCollections _HashNode.swift
[68/320] Compiling HashTreeCollections _HashNodeHeader.swift
[69/327] Compiling HashTreeCollections _RawHashNode.swift
[70/327] Compiling HashTreeCollections _UnmanagedHashNode.swift
[71/327] Compiling HashTreeCollections _UnsafePath.swift
[72/327] Compiling HashTreeCollections TreeDictionary+Codable.swift
[73/327] Compiling HashTreeCollections TreeDictionary+Collection.swift
[74/327] Compiling BitCollections BitSet.Index.swift
[75/327] Compiling BitCollections BitSet._UnsafeHandle.swift
[77/327] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[78/327] Compiling HashTreeCollections TreeDictionary+Merge.swift
[79/327] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[80/327] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[81/327] Compiling HashTreeCollections TreeDictionary+Values.swift
[82/327] Compiling HashTreeCollections _HashTreeIterator.swift
[83/327] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[84/327] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[85/327] Compiling HashTreeCollections _HashNode+Invariants.swift
[86/327] Compiling HashTreeCollections _HashNode+Lookups.swift
[87/327] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[88/327] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[89/327] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[90/327] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[91/327] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[92/327] Compiling HashTreeCollections _HashNode+Structural merge.swift
[93/327] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[94/327] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[106/327] Compiling BitCollections Range+Utilities.swift
[107/327] Compiling BitCollections Slice+Utilities.swift
[108/327] Compiling BitCollections UInt+Tricks.swift
[109/327] Compiling BitCollections _Word.swift
[110/327] Compiling OrderedCollections OrderedSet.swift
[111/327] Compiling OrderedCollections _UnsafeBitset.swift
[112/327] Compiling HashTreeCollections TreeSet+Equatable.swift
[113/327] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[114/327] Compiling HashTreeCollections TreeSet+Extras.swift
[115/327] Compiling HashTreeCollections TreeSet+Filter.swift
[116/327] Compiling HashTreeCollections _HashSlot.swift
[137/327] Compiling HashTreeCollections _HashTreeStatistics.swift
[138/327] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[147/327] Compiling HashTreeCollections _AncestorHashSlots.swift
[148/327] Compiling HashTreeCollections _Bitmap.swift
[166/336] Compiling _RopeModule _CharacterRecognizer.swift
[167/336] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[168/336] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[169/336] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[170/336] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[171/336] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[172/336] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[173/336] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[174/336] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[175/336] Compiling HashTreeCollections TreeSet.swift
[176/336] Emitting module DequeModule
[178/337] Emitting module BitCollections
[187/337] Compiling BitCollections BitSet.swift
[257/338] 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
[320/339] Emitting module HashTreeCollections
[342/343] Compiling Collections Collections.swift
[343/343] Emitting module Collections
[345/361] Emitting module Winnie
[346/363] Compiling Winnie Token+CustomStringConvertible.swift
[347/363] Compiling Winnie Token.swift
[348/363] Compiling Winnie SectionProxy.swift
[349/363] Compiling Winnie Token+CustomDebugStringConvertible.swift
[350/363] Compiling Winnie Int+INIValueConvertible.swift
[351/363] Compiling Winnie String+INIValueConvertible.swift
[352/363] Compiling Winnie INIValue.swift
[353/363] Compiling Winnie INIValueConvertible.swift
[354/363] Compiling Winnie Bool+INIValueConvertible.swift
[355/363] Compiling Winnie Double+INIValueConvertible.swift
[356/363] Compiling Winnie INIValue+CustomStringConvertible.swift
[357/363] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[358/363] Compiling Winnie INIValue+INIValueConvertible.swift
[359/363] Compiling Winnie TokenError.swift
[360/363] Compiling Winnie Tokenizer.swift
[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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
161 |     try read(contents)
162 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
161 |     try read(contents)
162 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
161 |     try read(contents)
162 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (49.53s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.