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 Android on 10 Jun 2025 21:12:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.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:         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"
    }
  ],
  "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-4609320-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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.08s)
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 Descriptions.swift
[12/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/25] Compiling InternalCollectionsUtilities Debugging.swift
[15/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/25] Emitting module InternalCollectionsUtilities
[24/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/25] Compiling InternalCollectionsUtilities Integer rank.swift
[27/300] Compiling BitCollections BitArray._UnsafeHandle.swift
[28/300] Compiling BitCollections BitArray.swift
[29/300] Compiling BitCollections BitArray+Shifts.swift
[30/300] Compiling BitCollections BitArray+Testing.swift
[31/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/302] Compiling BitCollections BitArray+Hashable.swift
[33/302] Compiling BitCollections BitArray+Initializers.swift
[34/302] Compiling HeapModule Heap+Descriptions.swift
[35/302] Compiling HeapModule Heap.swift
[36/302] Compiling HeapModule _HeapNode.swift
[37/302] Compiling BitCollections BitSet+BidirectionalCollection.swift
[38/302] Compiling BitCollections BitSet+Codable.swift
[39/302] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[40/302] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[41/302] Compiling HeapModule Heap+Invariants.swift
[42/302] Compiling HeapModule Heap+UnsafeHandle.swift
[43/302] Emitting module HeapModule
[44/303] Compiling _RopeModule Rope+ForEachWhile.swift
[45/303] Compiling _RopeModule Rope+Insert.swift
[46/303] Compiling HashTreeCollections TreeSet+Sequence.swift
[47/303] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[48/303] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[49/303] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[50/303] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[51/303] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[52/303] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[53/303] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[55/313] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[56/313] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[57/313] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[58/313] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[59/313] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[60/313] Compiling _RopeModule Rope.swift
[61/313] Compiling _RopeModule RopeElement.swift
[62/313] Compiling DequeModule _DequeSlot.swift
[63/313] Compiling DequeModule _UnsafeWrappedBuffer.swift
[64/313] Compiling BitCollections BitSet+CustomReflectable.swift
[65/313] Compiling BitCollections BitSet+CustomStringConvertible.swift
[66/313] Compiling BitCollections BitSet+Equatable.swift
[67/313] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[68/313] Compiling BitCollections BitSet+Extras.swift
[69/313] Compiling BitCollections BitSet+Hashable.swift
[70/313] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[77/320] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[78/320] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[79/320] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[80/320] Compiling BitCollections BitSet+SetAlgebra union.swift
[81/320] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[82/320] Compiling BitCollections BitSet+Initializers.swift
[83/320] Compiling BitCollections BitSet+Invariants.swift
[84/320] Compiling BitCollections BitSet+Random.swift
[85/320] Compiling BitCollections BitSet+SetAlgebra basics.swift
[86/320] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[87/320] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[88/320] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[89/320] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[90/320] Emitting module BitCollections
[91/327] Compiling BitCollections BitArray+Extras.swift
[92/327] Compiling BitCollections BitArray+Fill.swift
[98/327] Compiling BitCollections BitSet.Counted.swift
[99/327] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[100/327] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[101/327] Compiling BitCollections Range+Utilities.swift
[102/327] Compiling BitCollections Slice+Utilities.swift
[103/327] Compiling BitCollections UInt+Tricks.swift
[104/327] Compiling BitCollections _Word.swift
[105/327] Compiling OrderedCollections OrderedSet.swift
[106/327] Compiling OrderedCollections _UnsafeBitset.swift
[107/327] Compiling _RopeModule Rope+Sequence.swift
[108/327] Compiling _RopeModule Rope+Append.swift
[109/327] Compiling _RopeModule Rope+Extract.swift
[110/327] Compiling _RopeModule Rope+Find.swift
[119/327] Compiling BitCollections BitArray+BitwiseOperations.swift
[120/327] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[121/327] Compiling BitCollections BitArray+Codable.swift
[122/327] Compiling BitCollections BitArray+Collection.swift
[123/327] Compiling BitCollections BitArray+Copy.swift
[124/327] Compiling BitCollections BitArray+CustomReflectable.swift
[125/327] Compiling BitCollections BitArray+Descriptions.swift
[126/327] Compiling BitCollections BitArray+Equatable.swift
[127/327] Compiling BitCollections BitArray+RandomBits.swift
[128/327] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[150/327] Compiling BitCollections BitSet.swift
[157/327] Emitting module DequeModule
[158/328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[159/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[160/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[161/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[162/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[163/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[164/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[165/328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[166/328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[167/328] Compiling HashTreeCollections TreeSet.swift
[219/328] Compiling BitCollections BitSet.Index.swift
[220/328] Compiling BitCollections BitSet._UnsafeHandle.swift
[255/338] Emitting module OrderedCollections
[257/339] Emitting module _RopeModule
[291/339] Emitting module HashTreeCollections
[293/340] Compiling _RopeModule Rope+Join.swift
[294/340] Compiling _RopeModule Rope+MutatingForEach.swift
[295/340] Compiling _RopeModule Rope+Remove.swift
[296/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[297/340] Compiling _RopeModule Rope+Split.swift
[298/340] Compiling _RopeModule Optional Utilities.swift
[299/340] Compiling _RopeModule String Utilities.swift
[300/340] Compiling _RopeModule String.Index+ABI.swift
[301/340] Compiling _RopeModule _CharacterRecognizer.swift
[342/343] Emitting module Collections
[343/343] Compiling Collections Collections.swift
[345/361] Emitting module Winnie
[346/363] Compiling Winnie INIValue.swift
[347/363] Compiling Winnie INIValueConvertible.swift
[348/363] Compiling Winnie Token+CustomStringConvertible.swift
[349/363] Compiling Winnie Token.swift
[350/363] Compiling Winnie Int+INIValueConvertible.swift
[351/363] Compiling Winnie String+INIValueConvertible.swift
[352/363] Compiling Winnie TokenError.swift
[353/363] Compiling Winnie Tokenizer.swift
[354/363] Compiling Winnie INIValue+ExpressibleByLiteral.swift
[355/363] Compiling Winnie INIValue+INIValueConvertible.swift
[356/363] Compiling Winnie SectionProxy.swift
[357/363] Compiling Winnie Token+CustomDebugStringConvertible.swift
[358/363] Compiling Winnie Bool+INIValueConvertible.swift
[359/363] Compiling Winnie Double+INIValueConvertible.swift
[360/363] Compiling Winnie INIValue+CustomStringConvertible.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
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 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 |   }
[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
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 |   }
Build complete! (38.17s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.