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.1 for macOS (SPM) on 10 Jun 2025 21:13:38 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.33s)
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.68s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.13s)
Creating working copy for https://github.com/patricktcoakley/Winnie.git
Working copy of https://github.com/patricktcoakley/Winnie.git resolved at main (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 UnsafeBufferPointer+Extras.swift
[12/28] Compiling InternalCollectionsUtilities Debugging.swift
[13/28] Compiling InternalCollectionsUtilities Descriptions.swift
[14/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/28] Compiling InternalCollectionsUtilities Specialize.swift
[18/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/29] Compiling InternalCollectionsUtilities Integer rank.swift
[20/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[25/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[26/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[29/29] Emitting module InternalCollectionsUtilities
[30/311] Compiling DequeModule _DequeBuffer.swift
[31/312] Compiling DequeModule _DequeBufferHeader.swift
[32/312] Compiling DequeModule _DequeSlot.swift
[33/312] Compiling HeapModule Heap.swift
[34/312] Compiling HeapModule _HeapNode.swift
[35/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/312] Compiling HeapModule Heap+UnsafeHandle.swift
[37/312] Compiling HeapModule Heap+Descriptions.swift
[38/312] Compiling HeapModule Heap+Invariants.swift
[39/312] Compiling _RopeModule BigString+Ingester.swift
[40/312] Compiling _RopeModule BigString+Invariants.swift
[41/312] Compiling _RopeModule BigString+Debugging.swift
[42/312] Compiling _RopeModule BigString+Index.swift
[43/312] Compiling HashTreeCollections _HashNode+Debugging.swift
[44/312] Compiling _RopeModule BigString+Metrics.swift
[45/312] Compiling _RopeModule BigString+Summary.swift
[46/312] Compiling HashTreeCollections _HashNode+Lookups.swift
[47/312] Emitting module HeapModule
[48/312] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[49/312] Compiling HashTreeCollections _HashNode+Storage.swift
[50/312] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[51/312] Compiling HashTreeCollections _HashNode+Structural filter.swift
[52/312] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[53/312] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[54/317] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[55/317] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[56/317] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[57/317] Compiling HashTreeCollections _HashNode+Structural merge.swift
[58/317] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[59/317] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[60/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[61/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[62/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[63/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[64/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[65/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[66/323] Compiling _RopeModule Rope+_Storage.swift
[67/323] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[68/323] Compiling _RopeModule Rope+_UnsafeHandle.swift
[69/323] Compiling _RopeModule Rope.swift
[70/323] Compiling _RopeModule RopeElement.swift
[71/323] Compiling BitCollections BitSet.swift
[72/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[73/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[74/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[75/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[76/323] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[77/323] Compiling _RopeModule Rope+_Node.swift
[78/323] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/323] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[91/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[92/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[93/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[94/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[95/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[96/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[97/323] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[98/323] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[99/323] Compiling _RopeModule Rope+Sequence.swift
[100/323] Compiling _RopeModule Rope+Append.swift
[101/323] Compiling _RopeModule Rope+Extract.swift
[102/323] Compiling _RopeModule Rope+Find.swift
[103/323] Compiling HashTreeCollections TreeSet+Hashable.swift
[104/323] Compiling HashTreeCollections TreeSet+Sendable.swift
[105/323] Compiling HashTreeCollections TreeSet+Sequence.swift
[106/323] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[107/331] Emitting module BitCollections
[111/331] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[112/331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[116/331] Compiling HashTreeCollections _HashSlot.swift
[117/331] Compiling HashTreeCollections _HashStack.swift
[118/331] Compiling HashTreeCollections _HashTreeIterator.swift
[119/331] Compiling OrderedCollections OrderedSet+Invariants.swift
[120/331] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[122/331] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[123/331] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[124/331] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[125/331] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[126/331] Compiling HashTreeCollections _HashNode.swift
[127/331] Compiling HashTreeCollections _HashNodeHeader.swift
[128/331] Compiling _RopeModule BigString+Builder.swift
[129/331] Compiling _RopeModule BigString+Contents.swift
[140/331] Compiling OrderedCollections OrderedSet+SubSequence.swift
[141/331] Compiling OrderedCollections OrderedSet+Testing.swift
[142/331] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[143/331] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[144/331] Compiling OrderedCollections OrderedSet.swift
[145/331] Compiling OrderedCollections _UnsafeBitset.swift
[152/331] Compiling HashTreeCollections _HashNode+Structural union.swift
[193/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[194/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[195/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[196/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[197/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[198/331] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[199/331] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[200/331] Compiling HashTreeCollections TreeSet.swift
[201/331] Emitting module DequeModule
[304/338] Emitting module OrderedCollections
[314/338] Emitting module _RopeModule
[315/338] Compiling _RopeModule Rope+Remove.swift
[316/338] Compiling _RopeModule Rope+RemoveSubrange.swift
[317/338] Compiling _RopeModule Rope+Split.swift
[318/338] Compiling _RopeModule Optional Utilities.swift
[319/338] Compiling _RopeModule String Utilities.swift
[320/338] Compiling _RopeModule String.Index+ABI.swift
[321/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/358] Compiling Winnie Token+CustomStringConvertible.swift
[343/358] Compiling Winnie Token.swift
[344/359] Compiling Winnie SectionProxy.swift
[345/359] Compiling Winnie Token+CustomDebugStringConvertible.swift
[346/359] Compiling Winnie INIValue.swift
[347/359] Compiling Winnie INIValueConvertible.swift
[348/359] Compiling Winnie Tokenizer.swift
[349/359] Compiling Winnie Int+INIValueConvertible.swift
[350/359] Compiling Winnie String+INIValueConvertible.swift
[351/359] Compiling Winnie ConfigParserOptions.swift
[352/359] Compiling Winnie Bool+INIValueConvertible.swift
[353/359] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[354/359] Compiling Winnie INIValue+INIValueConvertible.swift
[355/359] Compiling Winnie Double+INIValueConvertible.swift
[356/359] Compiling Winnie INIValue+CustomStringConvertible.swift
[357/359] Emitting module Winnie
[358/359] Compiling Winnie ConfigParser.swift
[359/359] Compiling Winnie ConfigParserError.swift
Build complete! (7.99s)
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.