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 (f1feb7), with Swift 6.1 for macOS (SPM) on 2 Jul 2025 03:59:21 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.64.0
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 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 main
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git from cache
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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
========================================
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/245] Fetching winnie
Fetched https://github.com/patricktcoakley/Winnie.git from cache (0.67s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.52s)
Creating working copy for https://github.com/patricktcoakley/Winnie.git
Working copy of https://github.com/patricktcoakley/Winnie.git resolved at main (f1feb76)
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"
    },
    {
      "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" : "/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",
        "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"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/12] Write sources
[11/12] Write swift-version-2F0A5646E1D333AE.txt
[13/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/30] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/30] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/30] Compiling InternalCollectionsUtilities Specialize.swift
[18/31] Compiling InternalCollectionsUtilities Debugging.swift
[19/31] Compiling InternalCollectionsUtilities Descriptions.swift
[20/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/31] Compiling InternalCollectionsUtilities Integer rank.swift
[23/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[25/31] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[26/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/31] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[29/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/31] Emitting module InternalCollectionsUtilities
[31/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/313] Compiling DequeModule _DequeBuffer.swift
[33/314] Compiling DequeModule _DequeBufferHeader.swift
[34/314] Compiling DequeModule _DequeSlot.swift
[35/314] Compiling HeapModule _HeapNode.swift
[36/314] Compiling HeapModule Heap.swift
[37/314] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/314] Compiling HeapModule Heap+UnsafeHandle.swift
[39/314] Compiling HeapModule Heap+Invariants.swift
[40/314] Compiling HashTreeCollections _Bucket.swift
[41/314] Compiling HashTreeCollections _Hash.swift
[42/314] Emitting module HeapModule
[43/314] Compiling HeapModule Heap+Descriptions.swift
[44/314] Compiling HashTreeCollections _HashLevel.swift
[45/314] Compiling HashTreeCollections _HashNode+Builder.swift
[46/314] Compiling HashTreeCollections _HashNode+Debugging.swift
[47/314] Compiling HashTreeCollections _HashNode+Initializers.swift
[48/314] Compiling HashTreeCollections _HashNode+Structural union.swift
[49/314] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[50/314] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[51/314] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[52/314] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[53/314] Compiling HashTreeCollections _HashNode.swift
[54/319] Compiling DequeModule _UnsafeWrappedBuffer.swift
[55/319] Compiling HashTreeCollections _HashNodeHeader.swift
[56/319] Compiling HashTreeCollections _HashSlot.swift
[57/319] Compiling HashTreeCollections _HashStack.swift
[58/319] Compiling HashTreeCollections _HashTreeIterator.swift
[59/319] Compiling HashTreeCollections _HashTreeStatistics.swift
[60/319] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[61/319] Compiling HashTreeCollections TreeDictionary+Keys.swift
[62/319] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[63/319] Compiling HashTreeCollections TreeDictionary+Merge.swift
[64/319] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[65/319] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[66/319] Compiling BitCollections BitSet.swift
[72/325] Compiling HashTreeCollections _RawHashNode.swift
[73/325] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[74/325] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[75/325] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[76/325] Compiling HashTreeCollections TreeDictionary+Filter.swift
[77/325] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[78/325] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[80/325] Compiling HashTreeCollections _UnmanagedHashNode.swift
[81/325] Compiling HashTreeCollections _UnsafePath.swift
[82/325] Compiling HashTreeCollections TreeDictionary+Codable.swift
[83/325] Compiling HashTreeCollections TreeDictionary+Collection.swift
[84/325] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[85/325] Emitting module BitCollections
[86/325] Compiling HashTreeCollections TreeSet+Equatable.swift
[87/325] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[88/325] Compiling HashTreeCollections TreeSet+Extras.swift
[89/325] Compiling HashTreeCollections TreeSet+Filter.swift
[90/325] Compiling HashTreeCollections TreeSet+Hashable.swift
[91/325] Compiling HashTreeCollections TreeSet+Sendable.swift
[92/325] Compiling HashTreeCollections TreeSet+Sequence.swift
[93/325] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[94/325] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[95/325] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[96/325] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[97/325] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[98/325] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[99/325] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[100/325] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[101/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[102/333] Compiling HashTreeCollections _HashNode+Invariants.swift
[103/333] Compiling HashTreeCollections _HashNode+Lookups.swift
[104/333] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[105/333] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[106/333] Compiling HashTreeCollections _AncestorHashSlots.swift
[107/333] Compiling HashTreeCollections _Bitmap.swift
[119/333] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[120/333] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[121/333] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[122/333] Compiling HashTreeCollections _HashNode+Structural merge.swift
[123/333] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[124/333] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[136/333] Compiling OrderedCollections OrderedSet+SubSequence.swift
[137/333] Compiling OrderedCollections OrderedSet+Testing.swift
[138/333] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[139/333] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[140/333] Compiling OrderedCollections OrderedSet.swift
[141/333] Compiling OrderedCollections _UnsafeBitset.swift
[142/333] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[143/333] Compiling HashTreeCollections _HashNode+Storage.swift
[144/333] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[145/333] Compiling HashTreeCollections _HashNode+Structural filter.swift
[146/333] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[147/333] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[148/333] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[165/333] Emitting module DequeModule
[196/333] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[197/333] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[198/333] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[199/333] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[200/333] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[201/333] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[202/333] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[203/333] Compiling HashTreeCollections TreeSet.swift
[297/340] Emitting module OrderedCollections
[316/340] Emitting module _RopeModule
[317/340] Compiling _RopeModule Rope+Remove.swift
[318/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[319/340] Compiling _RopeModule Rope+Split.swift
[320/340] Compiling _RopeModule Optional Utilities.swift
[321/340] Compiling _RopeModule String Utilities.swift
[322/340] Compiling _RopeModule String.Index+ABI.swift
[323/340] Compiling _RopeModule _CharacterRecognizer.swift
[340/340] Emitting module HashTreeCollections
[341/342] Compiling Collections Collections.swift
[342/342] Emitting module Collections
[343/361] Compiling Winnie Token+CustomDebugStringConvertible.swift
[344/361] Compiling Winnie Token+CustomStringConvertible.swift
[345/361] Compiling Winnie INIValue+CustomStringConvertible.swift
[346/361] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[347/361] Compiling Winnie INIValueConvertible.swift
[348/361] Compiling Winnie Int+INIValueConvertible.swift
[349/361] Compiling Winnie String+INIValueConvertible.swift
[350/361] Compiling Winnie SectionProxy.swift
[351/361] Compiling Winnie INIValue+INIValueConvertible.swift
[352/361] Compiling Winnie INIValue.swift
[353/361] Compiling Winnie Bool+INIValueConvertible.swift
[354/361] Compiling Winnie Double+INIValueConvertible.swift
[355/361] Compiling Winnie ConfigParserError.swift
[356/361] Compiling Winnie ConfigParserOptions.swift
[357/361] Compiling Winnie Token.swift
[358/361] Compiling Winnie TokenError.swift
[359/362] Compiling Winnie Tokenizer.swift
[360/362] Emitting module Winnie
[361/362] Compiling Winnie Config.swift
[362/362] Compiling Winnie ConfigParser.swift
Build complete! (17.64s)
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" : "/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",
        "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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/patricktcoakley/winnie/main
Repository:               patricktcoakley/Winnie
Swift version used:       6.1
    .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Target:                   Winnie
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Winnie'...
Finished extracting symbol information for 'Winnie'. (6.76s)
Building documentation for 'Winnie'...
Finished building documentation for 'Winnie' (0.19s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/patricktcoakley/winnie/main
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling Snippets Snippet.swift
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Emitting module Snippets
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit GenericConstraint.swift
[20/57] Compiling SymbolKit GenericParameter.swift
[21/57] Compiling SymbolKit Generics.swift
[22/57] Compiling SymbolKit Namespace.swift
[23/57] Compiling SymbolKit DeclarationFragments.swift
[24/57] Compiling SymbolKit Fragment.swift
[25/57] Compiling SymbolKit FragmentKind.swift
[26/57] Compiling SymbolKit FunctionParameter.swift
[27/57] Compiling SymbolKit FunctionSignature.swift
[28/57] Compiling SymbolKit Names.swift
[29/57] Compiling SymbolKit SPI.swift
[30/57] Compiling SymbolKit Snippet.swift
[31/57] Compiling SymbolKit Extension.swift
[32/57] Compiling SymbolKit Mixin+Equals.swift
[33/57] Compiling SymbolKit Mixin+Hash.swift
[34/57] Compiling SymbolKit Mixin.swift
[35/57] Compiling SymbolKit LineList.swift
[36/57] Compiling SymbolKit Position.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.14s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[4/19] Compiling InternalCollectionsUtilities Specialize.swift
[5/19] Compiling InternalCollectionsUtilities Debugging.swift
[6/19] Compiling InternalCollectionsUtilities Descriptions.swift
[7/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/19] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[12/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[14/19] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[15/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/19] Emitting module InternalCollectionsUtilities
[18/19] Compiling InternalCollectionsUtilities Integer rank.swift
[19/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/302] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[22/302] Compiling _RopeModule Rope+_UnsafeHandle.swift
[23/303] Compiling DequeModule _DequeBuffer.swift
[24/303] Compiling HeapModule _HeapNode.swift
[25/303] Compiling HeapModule Heap.swift
[26/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[27/303] Compiling HeapModule Heap+Descriptions.swift
[28/303] Compiling HeapModule Heap+UnsafeHandle.swift
[29/303] Compiling HeapModule Heap+Invariants.swift
[30/303] Compiling DequeModule _DequeSlot.swift
[31/303] Compiling DequeModule _DequeBufferHeader.swift
[32/303] Emitting module HeapModule
[33/303] Compiling _RopeModule Rope.swift
[34/303] Compiling _RopeModule RopeElement.swift
[35/303] Compiling DequeModule _UnsafeWrappedBuffer.swift
[36/303] Compiling _RopeModule _RopeVersion.swift
[37/303] Compiling _RopeModule Rope+Collection.swift
[38/303] Compiling _RopeModule Rope+Index.swift
[39/303] Compiling _RopeModule Rope+Sequence.swift
[40/303] Compiling _RopeModule BigString+Builder.swift
[41/303] Compiling _RopeModule BigString+Contents.swift
[42/303] Compiling _RopeModule BigString+Debugging.swift
[43/303] Compiling _RopeModule BigString+Index.swift
[44/303] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[45/303] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[46/303] Compiling _RopeModule Rope+Append.swift
[47/303] Compiling _RopeModule Rope+Extract.swift
[48/303] Compiling HashTreeCollections TreeSet+Hashable.swift
[49/303] Compiling HashTreeCollections TreeSet+Sendable.swift
[50/303] Compiling HashTreeCollections TreeSet+Sequence.swift
[51/303] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[55/311] Compiling _RopeModule BigString+Ingester.swift
[56/311] Compiling _RopeModule BigString+Invariants.swift
[57/311] Compiling _RopeModule BigString+Iterators.swift
[58/311] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[59/311] Compiling _RopeModule BigSubstring.swift
[60/311] Compiling _RopeModule Rope+Builder.swift
[61/311] Compiling _RopeModule Rope+Debugging.swift
[62/311] Compiling _RopeModule Rope+Invariants.swift
[63/311] Compiling _RopeModule BigString+Summary.swift
[64/311] Compiling _RopeModule BigString+Metrics.swift
[65/311] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[66/311] Compiling _RopeModule BigString+Chunk+Splitting.swift
[67/311] Compiling _RopeModule BigString+Chunk.swift
[68/311] Compiling _RopeModule BigString+BidirectionalCollection.swift
[69/311] Compiling _RopeModule BigString+Comparable.swift
[70/317] Compiling _RopeModule BigString+ReplaceSubrange.swift
[71/317] Compiling _RopeModule BigString+Split.swift
[72/317] Compiling _RopeModule RopeMetric.swift
[73/317] Compiling _RopeModule BigString+Insert.swift
[74/317] Compiling _RopeModule BigString+Managing Breaks.swift
[75/317] Compiling _RopeModule BigString+RemoveSubrange.swift
[76/317] Compiling _RopeModule Rope+_Node.swift
[77/317] Compiling _RopeModule Rope+_Storage.swift
[92/317] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[93/317] Compiling _RopeModule BigString+Sequence.swift
[94/317] Compiling _RopeModule BigString+TextOutputStream.swift
[95/317] Compiling _RopeModule BigString+Append.swift
[96/317] Compiling _RopeModule BigString+Initializers.swift
[97/317] Compiling _RopeModule RopeSummary.swift
[98/317] Compiling _RopeModule _RopeItem.swift
[99/317] Compiling _RopeModule _RopePath.swift
[100/317] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[101/317] Compiling _RopeModule BigString+CustomStringConvertible.swift
[102/317] Compiling _RopeModule BigString+Equatable.swift
[103/317] Compiling _RopeModule BigString+UnicodeScalarView.swift
[104/317] Compiling _RopeModule BigSubstring+UTF16View.swift
[105/317] Compiling _RopeModule BigSubstring+UTF8View.swift
[118/317] Compiling _RopeModule BigString+UTF16View.swift
[119/317] Compiling _RopeModule BigString+UTF8View.swift
[120/317] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[121/317] Compiling _RopeModule BigString+Hashing.swift
[122/317] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[124/317] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[125/317] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[126/317] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[127/317] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[128/317] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[129/317] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[130/317] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[131/317] Compiling HashTreeCollections TreeSet.swift
[168/317] Compiling _RopeModule Range+BigString.swift
[180/317] Emitting module BitCollections
[187/322] Emitting module DequeModule
[191/322] Compiling BitCollections BitSet.swift
[192/322] Compiling BitCollections Range+Utilities.swift
[193/322] Compiling BitCollections Slice+Utilities.swift
[194/322] Compiling BitCollections UInt+Tricks.swift
[195/322] Compiling BitCollections _Word.swift
[196/322] Compiling OrderedCollections OrderedSet.swift
[212/322] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[244/329] Compiling OrderedCollections _UnsafeBitset.swift
[255/329] Compiling _RopeModule Rope+Remove.swift
[256/329] Compiling _RopeModule Rope+RemoveSubrange.swift
[257/329] Compiling _RopeModule Rope+Split.swift
[258/329] Compiling _RopeModule Optional Utilities.swift
[259/329] Compiling _RopeModule String Utilities.swift
[260/329] Compiling _RopeModule String.Index+ABI.swift
[261/329] Compiling _RopeModule _CharacterRecognizer.swift
[262/329] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[272/329] Emitting module OrderedCollections
[328/329] Emitting module _RopeModule
[329/329] Emitting module HashTreeCollections
[330/331] Compiling Collections Collections.swift
[331/331] Emitting module Collections
[332/350] Compiling Winnie ConfigParserError.swift
[333/350] Compiling Winnie ConfigParserOptions.swift
[334/351] Compiling Winnie Token.swift
[335/351] Compiling Winnie TokenError.swift
[336/351] Compiling Winnie INIValue+INIValueConvertible.swift
[337/351] Compiling Winnie INIValue.swift
[338/351] Compiling Winnie Bool+INIValueConvertible.swift
[339/351] Compiling Winnie Double+INIValueConvertible.swift
[340/351] Compiling Winnie Token+CustomDebugStringConvertible.swift
[341/351] Compiling Winnie Token+CustomStringConvertible.swift
[342/351] Compiling Winnie INIValueConvertible.swift
[343/351] Compiling Winnie Int+INIValueConvertible.swift
[344/351] Compiling Winnie String+INIValueConvertible.swift
[345/351] Compiling Winnie SectionProxy.swift
[346/351] Compiling Winnie INIValue+CustomStringConvertible.swift
[347/351] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[348/351] Emitting module Winnie
[349/351] Compiling Winnie Config.swift
[350/351] Compiling Winnie ConfigParser.swift
[351/351] Compiling Winnie Tokenizer.swift
Build of target: 'Winnie' complete! (4.81s)
     468
4	/Users/admin/builder/spi-builder-workspace/.docs/patricktcoakley/winnie/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/patricktcoakley/winnie/main
File count: 468
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-patricktcoakley-winnie-main-bd5c171b.zip to s3://spi-docs-inbox/prod-patricktcoakley-winnie-main-bd5c171b.zip
Copying... [16%]
Copying... [25%]
Copying... [33%]
Copying... [41%]
Copying... [57%]
Copying... [66%]
Copying... [74%]
Copying... [82%]
Copying... [90%]
Copying... [100%]
Done.