The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftySweetness, reference master (dccc43), with Swift 6.1 for Android on 27 May 2025 20:08:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cszatmary/SwiftySweetness.git
Reference: master
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/cszatmary/SwiftySweetness
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dccc43a Merge pull request #2 from cszatma/cleanup
Cloned https://github.com/cszatmary/SwiftySweetness.git
Revision (git rev-parse @):
dccc43a8deba1fe6a926ab7cadc7b3fafc3e9c62
SUCCESS checkout https://github.com/cszatmary/SwiftySweetness.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/cszatmary/SwiftySweetness.git
https://github.com/cszatmary/SwiftySweetness.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.2",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orta/Komondor.git"
    }
  ],
  "manifest_display_name" : "SwiftySweetness",
  "name" : "SwiftySweetness",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftySweetness",
      "targets" : [
        "SwiftySweetness"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftySweetnessTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftySweetnessTests",
      "path" : "Tests/SwiftySweetnessTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "Classes/IfTests.swift",
        "Classes/SwitchTests.swift",
        "Extensions/AnyTests.swift",
        "Extensions/ArrayTests.swift",
        "Extensions/BoolTests.swift",
        "Extensions/DoubleTests.swift",
        "Extensions/IntTests.swift",
        "Extensions/OptionalTests.swift",
        "Extensions/StringTests.swift",
        "Global/PipesTests.swift",
        "Helpers/Model.swift",
        "Protocols/DecodableTests.swift",
        "Protocols/EncodableTests.swift",
        "Protocols/PropertyRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "SwiftySweetness"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftySweetness",
      "module_type" : "SwiftTarget",
      "name" : "SwiftySweetness",
      "path" : "Sources/SwiftySweetness",
      "product_memberships" : [
        "SwiftySweetness"
      ],
      "sources" : [
        "Classes/If.swift",
        "Classes/Switch.swift",
        "Enums/DataRepresentation.swift",
        "Extensions/Any+SwiftySweetness.swift",
        "Extensions/Array+SwiftySweetness.swift",
        "Extensions/Bool+SwiftySweetness.swift",
        "Extensions/Double+SwiftySweetness.swift",
        "Extensions/Int+SwiftySweetness.swift",
        "Extensions/Optional+SwiftySweetness.swift",
        "Extensions/String+SwiftySweetness.swift",
        "Global/Operators.swift",
        "Global/Pipes.swift",
        "Global/Typealiases.swift",
        "Protocols/Decodable+SwiftySweetness.swift",
        "Protocols/Encodable+SwiftySweetness.swift",
        "Protocols/PropertyRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/orta/Komondor.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/509] Fetching komondor
Fetched https://github.com/orta/Komondor.git from cache (0.35s)
[1/14755] Fetching quick
[149/34339] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.52s)
Fetched https://github.com/Quick/Nimble.git from cache (2.23s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (2.95s)
Computing version for https://github.com/orta/Komondor.git
Computed https://github.com/orta/Komondor.git at 1.1.4 (3.79s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/Realm/SwiftLint.git
Fetching https://github.com/f-meloni/Rocket
[1/580] Fetching packageconfig
[13/1540] Fetching packageconfig, shellout
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.47s)
[1/1386] Fetching rocket
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.49s)
Fetched https://github.com/f-meloni/Rocket from cache (0.57s)
[1/150383] Fetching swiftlint
[1505/198565] Fetching swiftlint, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (43.84s)
Fetched https://github.com/Realm/SwiftLint.git from cache (44.74s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (45.43s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/jpsim/Yams
[1/4863] Fetching swiftshell
[1752/4979] Fetching swiftshell, logger
[4980/15636] Fetching swiftshell, logger, yams
Fetched https://github.com/shibapm/Logger from cache (1.31s)
Fetched https://github.com/kareman/SwiftShell from cache (1.32s)
Fetched https://github.com/jpsim/Yams from cache (1.35s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.19s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.94s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.74s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.62s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.97s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.81s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (0.78s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/17125] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten
[1015/30066] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift
[5566/45417] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift, swift-argument-parser
[7784/115861] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (11.09s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (12.36s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (12.37s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (13.09s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (13.11s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (13.15s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (23.69s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (1.27s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.79s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.93s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.70s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.64s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.71s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (1.28s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/Realm/SwiftLint.git
Working copy of https://github.com/Realm/SwiftLint.git resolved at 0.59.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.3.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.2
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/orta/Komondor.git
Working copy of https://github.com/orta/Komondor.git resolved at 1.1.4
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/21] Compiling SwiftySweetness DataRepresentation.swift
[8/21] Compiling SwiftySweetness Any+SwiftySweetness.swift
[9/21] Compiling SwiftySweetness Typealiases.swift
[10/21] Compiling SwiftySweetness Decodable+SwiftySweetness.swift
[11/23] Compiling SwiftySweetness If.swift
[12/23] Compiling SwiftySweetness Switch.swift
[13/23] Compiling SwiftySweetness Double+SwiftySweetness.swift
[14/23] Compiling SwiftySweetness Int+SwiftySweetness.swift
[15/23] Compiling SwiftySweetness Optional+SwiftySweetness.swift
[16/23] Compiling SwiftySweetness String+SwiftySweetness.swift
[17/23] Compiling SwiftySweetness Operators.swift
[18/23] Compiling SwiftySweetness Pipes.swift
[19/23] Emitting module SwiftySweetness
[20/23] Compiling SwiftySweetness Array+SwiftySweetness.swift
[21/23] Compiling SwiftySweetness Bool+SwiftySweetness.swift
[22/23] Compiling SwiftySweetness Encodable+SwiftySweetness.swift
[23/23] Compiling SwiftySweetness PropertyRepresentable.swift
Build complete! (135.84s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.2",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orta/Komondor.git"
    }
  ],
  "manifest_display_name" : "SwiftySweetness",
  "name" : "SwiftySweetness",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftySweetness",
      "targets" : [
        "SwiftySweetness"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftySweetnessTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftySweetnessTests",
      "path" : "Tests/SwiftySweetnessTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "Classes/IfTests.swift",
        "Classes/SwitchTests.swift",
        "Extensions/AnyTests.swift",
        "Extensions/ArrayTests.swift",
        "Extensions/BoolTests.swift",
        "Extensions/DoubleTests.swift",
        "Extensions/IntTests.swift",
        "Extensions/OptionalTests.swift",
        "Extensions/StringTests.swift",
        "Global/PipesTests.swift",
        "Helpers/Model.swift",
        "Protocols/DecodableTests.swift",
        "Protocols/EncodableTests.swift",
        "Protocols/PropertyRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "SwiftySweetness"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftySweetness",
      "module_type" : "SwiftTarget",
      "name" : "SwiftySweetness",
      "path" : "Sources/SwiftySweetness",
      "product_memberships" : [
        "SwiftySweetness"
      ],
      "sources" : [
        "Classes/If.swift",
        "Classes/Switch.swift",
        "Enums/DataRepresentation.swift",
        "Extensions/Any+SwiftySweetness.swift",
        "Extensions/Array+SwiftySweetness.swift",
        "Extensions/Bool+SwiftySweetness.swift",
        "Extensions/Double+SwiftySweetness.swift",
        "Extensions/Int+SwiftySweetness.swift",
        "Extensions/Optional+SwiftySweetness.swift",
        "Extensions/String+SwiftySweetness.swift",
        "Global/Operators.swift",
        "Global/Pipes.swift",
        "Global/Typealiases.swift",
        "Protocols/Decodable+SwiftySweetness.swift",
        "Protocols/Encodable+SwiftySweetness.swift",
        "Protocols/PropertyRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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.