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 Android on 2 Jul 2025 04:01:50 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: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.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 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
========================================
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"
    },
    {
      "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" : "/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",
        "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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[253/18833] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (1.17s)
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.01s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.18s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3419] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.10s)
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
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
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
[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-24593BA9C3E375BF.txt
[13/26] Compiling InternalCollectionsUtilities Descriptions.swift
[14/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/27] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/27] Compiling InternalCollectionsUtilities Debugging.swift
[19/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/27] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/27] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/27] Emitting module InternalCollectionsUtilities
[25/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/27] Compiling InternalCollectionsUtilities Integer rank.swift
[27/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[30/302] Compiling HeapModule Heap+Descriptions.swift
[31/302] Compiling _RopeModule BigString+Chunk+Counts.swift
[32/302] Compiling _RopeModule BigString+Chunk+Description.swift
[33/304] Compiling HeapModule _HeapNode.swift
[34/304] Compiling _RopeModule BigString+Debugging.swift
[35/304] Compiling _RopeModule BigString+Index.swift
[36/304] Compiling HeapModule Heap.swift
[37/304] Compiling _RopeModule BigString+Ingester.swift
[38/304] Compiling _RopeModule BigString+Invariants.swift
[39/304] Compiling HeapModule Heap+Invariants.swift
[40/304] Compiling HeapModule Heap+UnsafeHandle.swift
[41/304] Emitting module HeapModule
[43/305] Compiling _RopeModule Rope+ForEachWhile.swift
[44/305] Compiling _RopeModule Rope+Insert.swift
[45/305] Compiling HashTreeCollections TreeSet+Sequence.swift
[46/305] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[47/305] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[48/305] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[49/305] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[50/305] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[51/305] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[52/305] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[53/315] Compiling _RopeModule BigString+Insert.swift
[54/315] Compiling _RopeModule BigString+Managing Breaks.swift
[55/315] Compiling _RopeModule BigString+RemoveSubrange.swift
[56/315] Compiling _RopeModule BigString+ReplaceSubrange.swift
[57/315] Compiling _RopeModule BigString+Split.swift
[58/315] Compiling _RopeModule Range+BigString.swift
[59/315] Compiling _RopeModule BigString+UTF16View.swift
[60/315] Compiling _RopeModule Rope+Invariants.swift
[61/315] Compiling _RopeModule Rope+_Node.swift
[62/315] Compiling _RopeModule Rope+_Storage.swift
[63/315] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[64/315] Compiling _RopeModule Rope+_UnsafeHandle.swift
[65/315] Compiling _RopeModule Rope.swift
[66/315] Compiling _RopeModule RopeElement.swift
[67/322] Compiling _RopeModule BigString+Summary.swift
[68/322] Compiling _RopeModule BigString.swift
[69/322] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[70/322] Compiling _RopeModule BigString+Chunk+Breaks.swift
[73/322] Compiling DequeModule _DequeSlot.swift
[74/322] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/329] Compiling _RopeModule BigString+Iterators.swift
[78/329] Compiling _RopeModule BigString+Metrics.swift
[83/329] Emitting module BitCollections
[84/329] Compiling _RopeModule BigString+Builder.swift
[85/329] Compiling _RopeModule BigString+Contents.swift
[92/329] Compiling BitCollections Range+Utilities.swift
[93/329] Compiling BitCollections Slice+Utilities.swift
[94/329] Compiling BitCollections UInt+Tricks.swift
[95/329] Compiling BitCollections _Word.swift
[96/329] Compiling OrderedCollections OrderedSet.swift
[97/329] Compiling OrderedCollections _UnsafeBitset.swift
[98/329] Compiling _RopeModule Rope+Sequence.swift
[99/329] Compiling _RopeModule Rope+Append.swift
[100/329] Compiling _RopeModule Rope+Extract.swift
[101/329] Compiling _RopeModule Rope+Find.swift
[105/329] Compiling _RopeModule BigString+UTF8View.swift
[106/329] Compiling _RopeModule BigString+UnicodeScalarView.swift
[107/329] Compiling _RopeModule BigSubstring+UTF16View.swift
[108/329] Compiling _RopeModule BigSubstring+UTF8View.swift
[109/329] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[110/329] Compiling _RopeModule BigSubstring.swift
[111/329] Compiling _RopeModule BigString+Initializers.swift
[118/329] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[119/329] Compiling _RopeModule BigString+Hashing.swift
[120/329] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[121/329] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[122/329] Compiling _RopeModule BigString+Sequence.swift
[123/329] Compiling _RopeModule BigString+TextOutputStream.swift
[124/329] Compiling _RopeModule BigString+Append.swift
[125/329] Compiling _RopeModule Rope+Builder.swift
[126/329] Compiling _RopeModule Rope+Debugging.swift
[164/329] Compiling BitCollections BitSet.Index.swift
[165/329] Compiling BitCollections BitSet._UnsafeHandle.swift
[166/329] Compiling BitCollections BitSet.swift
[175/329] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[176/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[177/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[178/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[179/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[180/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[181/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[182/329] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[183/329] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[184/329] Compiling HashTreeCollections TreeSet.swift
[185/329] Emitting module DequeModule
[186/330] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[187/330] Compiling _RopeModule BigString+Chunk+Splitting.swift
[188/330] Compiling _RopeModule BigString+Chunk.swift
[189/330] Compiling _RopeModule BigString+BidirectionalCollection.swift
[190/330] Compiling _RopeModule BigString+Comparable.swift
[191/330] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[192/330] Compiling _RopeModule BigString+CustomStringConvertible.swift
[193/330] Compiling _RopeModule BigString+Equatable.swift
[260/340] Emitting module OrderedCollections
[302/341] Emitting module _RopeModule
[303/341] Compiling _RopeModule Rope+Join.swift
[304/341] Compiling _RopeModule Rope+MutatingForEach.swift
[305/341] Compiling _RopeModule Rope+Remove.swift
[306/341] Compiling _RopeModule Rope+RemoveSubrange.swift
[307/341] Compiling _RopeModule Rope+Split.swift
[308/341] Compiling _RopeModule Optional Utilities.swift
[309/341] Compiling _RopeModule String Utilities.swift
[310/341] Compiling _RopeModule String.Index+ABI.swift
[311/341] Compiling _RopeModule _CharacterRecognizer.swift
[342/342] Emitting module HashTreeCollections
[344/345] Compiling Collections Collections.swift
[345/345] Emitting module Collections
[347/364] Emitting module Winnie
[348/366] Compiling Winnie Int+INIValueConvertible.swift
[349/366] Compiling Winnie String+INIValueConvertible.swift
[350/366] Compiling Winnie INIValue.swift
[351/366] Compiling Winnie INIValueConvertible.swift
[352/366] Compiling Winnie Token+CustomStringConvertible.swift
[353/366] Compiling Winnie Token.swift
[354/366] Compiling Winnie INIValue+CustomStringConvertible.swift
[355/366] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[356/366] Compiling Winnie INIValue+INIValueConvertible.swift
[357/366] Compiling Winnie ConfigParserOptions.swift
[358/366] Compiling Winnie Bool+INIValueConvertible.swift
[359/366] Compiling Winnie Double+INIValueConvertible.swift
[360/366] Compiling Winnie SectionProxy.swift
[361/366] Compiling Winnie Token+CustomDebugStringConvertible.swift
[362/366] Compiling Winnie TokenError.swift
[363/366] Compiling Winnie Tokenizer.swift
[364/366] Compiling Winnie Config.swift
/host/spi-builder-workspace/Sources/Winnie/Config/ConfigParser.swift:234:24: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
232 |
233 |   public func readFile(_ path: String) throws {
234 |     let contents = try String(contentsOfFile: path)
    |                        `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
235 |     try read(contents)
236 |   }
[365/366] Compiling Winnie ConfigParser.swift
/host/spi-builder-workspace/Sources/Winnie/Config/ConfigParser.swift:234:24: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
232 |
233 |   public func readFile(_ path: String) throws {
234 |     let contents = try String(contentsOfFile: path)
    |                        `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
235 |     try read(contents)
236 |   }
[366/366] Compiling Winnie ConfigParserError.swift
/host/spi-builder-workspace/Sources/Winnie/Config/ConfigParser.swift:234:24: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
232 |
233 |   public func readFile(_ path: String) throws {
234 |     let contents = try String(contentsOfFile: path)
    |                        `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
235 |     try read(contents)
236 |   }
Build complete! (53.25s)
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" : "/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",
        "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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.