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 v0.3.0 (eb1f0f), with Swift 6.1 for Wasm on 10 Jun 2025 21:12:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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: v0.3.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               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
========================================
Build
========================================
Selected platform:         wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 (1.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.09s)
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/25] Compiling InternalCollectionsUtilities Descriptions.swift
[14/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/25] Emitting module InternalCollectionsUtilities
[17/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/25] Compiling InternalCollectionsUtilities Integer rank.swift
[19/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/25] Compiling InternalCollectionsUtilities Debugging.swift
[27/300] Compiling HeapModule Heap.swift
[28/300] Compiling HeapModule _HeapNode.swift
[29/300] Compiling OrderedCollections OrderedDictionary+Codable.swift
[30/300] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[31/302] Compiling OrderedCollections _HashTable+Constants.swift
[32/302] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[33/302] Compiling HeapModule Heap+Invariants.swift
[34/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[35/302] Compiling HeapModule Heap+Descriptions.swift
[36/302] Emitting module HeapModule
[37/302] Compiling HeapModule Heap+UnsafeHandle.swift
[38/303] Compiling HashTreeCollections TreeSet+Hashable.swift
[39/303] Compiling HashTreeCollections TreeSet+Sendable.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
[48/313] Compiling DequeModule _DequeSlot.swift
[49/313] Compiling DequeModule _UnsafeWrappedBuffer.swift
[50/313] Emitting module BitCollections
[52/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[53/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[54/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[55/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[56/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[57/320] Compiling BitCollections BitSet.Index.swift
[58/320] Compiling BitCollections BitSet._UnsafeHandle.swift
[59/320] Compiling BitCollections Range+Utilities.swift
[60/320] Compiling BitCollections Slice+Utilities.swift
[61/320] Compiling BitCollections UInt+Tricks.swift
[62/320] Compiling BitCollections _Word.swift
[63/320] Compiling HashTreeCollections TreeSet+Debugging.swift
[64/320] Compiling HashTreeCollections TreeSet+Descriptions.swift
[65/320] Compiling HashTreeCollections TreeSet+Equatable.swift
[66/320] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[67/320] Compiling HashTreeCollections TreeSet+Extras.swift
[68/320] Compiling HashTreeCollections TreeSet+Filter.swift
[69/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[70/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[71/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[72/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[73/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[74/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[75/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[76/327] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[77/327] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[78/327] Compiling OrderedCollections _HashTable.swift
[79/327] Compiling OrderedCollections _Hashtable+Header.swift
[80/327] Compiling OrderedCollections _HashTable+Testing.swift
[81/327] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[82/327] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[83/327] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/327] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/327] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/327] Compiling OrderedCollections OrderedSet+Hashable.swift
[94/327] Compiling OrderedCollections OrderedSet+Sendable.swift
[110/327] Compiling OrderedCollections OrderedSet+Initializers.swift
[118/327] Compiling OrderedCollections OrderedDictionary.swift
[119/327] Compiling OrderedCollections OrderedSet+Codable.swift
[120/327] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[121/327] Compiling OrderedCollections OrderedSet+Descriptions.swift
[122/327] Compiling OrderedCollections OrderedSet+Diffing.swift
[127/327] Compiling OrderedCollections OrderedSet+Insertions.swift
[128/327] Compiling OrderedCollections OrderedSet+Invariants.swift
[129/327] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[130/327] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[131/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[132/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[133/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[134/327] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[135/327] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[136/327] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[137/327] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[138/327] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[139/327] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[140/327] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[141/327] Compiling OrderedCollections OrderedDictionary+Values.swift
[163/327] Compiling OrderedCollections _HashTable+Bucket.swift
[164/327] Compiling OrderedCollections _HashTable+BucketIterator.swift
[173/327] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[174/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[175/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[176/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[177/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[178/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[179/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[180/327] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[181/327] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[182/327] Compiling HashTreeCollections TreeSet.swift
[183/327] Emitting module DequeModule
[196/328] Compiling OrderedCollections OrderedSet+SubSequence.swift
[197/328] Compiling OrderedCollections OrderedSet+Testing.swift
[198/328] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[199/328] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[201/328] Compiling OrderedCollections OrderedSet.swift
[202/328] Compiling OrderedCollections _UnsafeBitset.swift
[265/338] Emitting module OrderedCollections
[277/339] Emitting module HashTreeCollections
[278/339] Emitting module _RopeModule
[332/340] Compiling _RopeModule Rope+Join.swift
[333/340] Compiling _RopeModule Rope+MutatingForEach.swift
[334/340] Compiling _RopeModule Rope+Remove.swift
[335/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[336/340] Compiling _RopeModule Rope+Split.swift
[337/340] Compiling _RopeModule Optional Utilities.swift
[338/340] Compiling _RopeModule String Utilities.swift
[339/340] Compiling _RopeModule String.Index+ABI.swift
[340/340] Compiling _RopeModule _CharacterRecognizer.swift
[342/343] Emitting module Collections
[343/343] Compiling Collections Collections.swift
[345/361] Compiling Winnie Int+INIValueConvertible.swift
[346/361] Compiling Winnie String+INIValueConvertible.swift
[347/361] Compiling Winnie Token+CustomStringConvertible.swift
[348/361] Compiling Winnie Token.swift
[349/363] Compiling Winnie INIValue.swift
[350/363] Compiling Winnie INIValueConvertible.swift
[351/363] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[352/363] Compiling Winnie INIValue+INIValueConvertible.swift
[353/363] Compiling Winnie SectionProxy.swift
[354/363] Compiling Winnie Token+CustomDebugStringConvertible.swift
[355/363] Compiling Winnie Bool+INIValueConvertible.swift
[356/363] Compiling Winnie Double+INIValueConvertible.swift
[357/363] Compiling Winnie INIValue+CustomStringConvertible.swift
[358/363] Compiling Winnie TokenError.swift
[359/363] Compiling Winnie Tokenizer.swift
[360/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 |   }
[361/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 |   }
[362/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 |   }
[363/363] Emitting module Winnie
Build complete! (29.44s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.