The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftySweetness, reference 3.0.0 (d79cd4), with Swift 6.2 for Linux on 18 Jun 2025 17:08:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cszatmary/SwiftySweetness.git
Reference: 3.0.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/cszatmary/SwiftySweetness
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at d79cd47 Merge pull request #1 from cszatma/swift-5
Cloned https://github.com/cszatmary/SwiftySweetness.git
Revision (git rev-parse @):
d79cd47621cb2383b227eb24d86884c1bb76b923
SUCCESS checkout https://github.com/cszatmary/SwiftySweetness.git at 3.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cszatmary/SwiftySweetness.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Quick/Nimble.git
[1/19584] Fetching nimble
Fetching https://github.com/Quick/Quick.git
Fetched https://github.com/Quick/Nimble.git from cache (2.09s)
[1/14759] Fetching quick
Fetched https://github.com/Quick/Quick.git from cache (1.06s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (3.92s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.83s)
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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling SwiftySweetness Typealiases.swift
[4/17] Compiling SwiftySweetness Decodable+SwiftySweetness.swift
[5/19] Emitting module SwiftySweetness
[6/19] Compiling SwiftySweetness Double+SwiftySweetness.swift
[7/19] Compiling SwiftySweetness Int+SwiftySweetness.swift
[8/19] Compiling SwiftySweetness Operators.swift
[9/19] Compiling SwiftySweetness Pipes.swift
[10/19] Compiling SwiftySweetness Optional+SwiftySweetness.swift
[11/19] Compiling SwiftySweetness String+SwiftySweetness.swift
[12/19] Compiling SwiftySweetness If.swift
[13/19] Compiling SwiftySweetness Switch.swift
[14/19] Compiling SwiftySweetness DataRepresentation.swift
[15/19] Compiling SwiftySweetness Any+SwiftySweetness.swift
[16/19] Compiling SwiftySweetness Array+SwiftySweetness.swift
[17/19] Compiling SwiftySweetness Bool+SwiftySweetness.swift
[18/19] Compiling SwiftySweetness Encodable+SwiftySweetness.swift
[19/19] Compiling SwiftySweetness PropertyRepresentable.swift
Build complete! (31.29s)
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.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.