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 swift-tagged, reference main (706123), with Swift 6.1 for Android on 28 May 2025 19:43:35 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-tagged.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/pointfreeco/swift-tagged
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7061233 docs: update README.md (#77)
Cloned https://github.com/pointfreeco/swift-tagged.git
Revision (git rev-parse @):
7061233809f745e2ba6c3e8c6f984a8f36257226
SUCCESS checkout https://github.com/pointfreeco/swift-tagged.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-tagged.git
https://github.com/pointfreeco/swift-tagged.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-tagged",
  "name" : "swift-tagged",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Tagged",
      "targets" : [
        "Tagged"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedMoney",
      "targets" : [
        "TaggedMoney"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedTime",
      "targets" : [
        "TaggedTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TaggedTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTimeTests",
      "path" : "Tests/TaggedTimeTests",
      "sources" : [
        "TaggedTimeTests.swift"
      ],
      "target_dependencies" : [
        "TaggedTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedTime",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTime",
      "path" : "Sources/TaggedTime",
      "product_memberships" : [
        "TaggedTime"
      ],
      "sources" : [
        "TaggedTime.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TaggedTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTests",
      "path" : "Tests/TaggedTests",
      "sources" : [
        "TaggedTests.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoneyTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoneyTests",
      "path" : "Tests/TaggedMoneyTests",
      "sources" : [
        "TaggedMoneyTests.swift"
      ],
      "target_dependencies" : [
        "TaggedMoney"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoney",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoney",
      "path" : "Sources/TaggedMoney",
      "product_memberships" : [
        "TaggedMoney"
      ],
      "sources" : [
        "TaggedMoney.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tagged",
      "module_type" : "SwiftTarget",
      "name" : "Tagged",
      "path" : "Sources/Tagged",
      "product_memberships" : [
        "Tagged",
        "TaggedMoney",
        "TaggedTime"
      ],
      "sources" : [
        "Tagged.swift",
        "UUID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package@swift-6.0.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 4 | import PackageDescription
 5 |
 6 | var package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |   name: "swift-tagged",
 8 |   products: [
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package@swift-6.0.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 4 | import PackageDescription
 5 |
 6 | var package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |   name: "swift-tagged",
 8 |   products: [
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/7] Compiling Tagged UUID.swift
[6/7] Emitting module Tagged
[7/7] Compiling Tagged Tagged.swift
[9/12] Emitting module TaggedMoney
[10/12] Compiling TaggedMoney TaggedMoney.swift
[12/13] Emitting module TaggedTime
[13/13] Compiling TaggedTime TaggedTime.swift
Build complete! (10.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-tagged",
  "name" : "swift-tagged",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Tagged",
      "targets" : [
        "Tagged"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedMoney",
      "targets" : [
        "TaggedMoney"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedTime",
      "targets" : [
        "TaggedTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TaggedTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTimeTests",
      "path" : "Tests/TaggedTimeTests",
      "sources" : [
        "TaggedTimeTests.swift"
      ],
      "target_dependencies" : [
        "TaggedTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedTime",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTime",
      "path" : "Sources/TaggedTime",
      "product_memberships" : [
        "TaggedTime"
      ],
      "sources" : [
        "TaggedTime.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TaggedTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTests",
      "path" : "Tests/TaggedTests",
      "sources" : [
        "TaggedTests.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoneyTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoneyTests",
      "path" : "Tests/TaggedMoneyTests",
      "sources" : [
        "TaggedMoneyTests.swift"
      ],
      "target_dependencies" : [
        "TaggedMoney"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoney",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoney",
      "path" : "Sources/TaggedMoney",
      "product_memberships" : [
        "TaggedMoney"
      ],
      "sources" : [
        "TaggedMoney.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tagged",
      "module_type" : "SwiftTarget",
      "name" : "Tagged",
      "path" : "Sources/Tagged",
      "product_memberships" : [
        "Tagged",
        "TaggedMoney",
        "TaggedTime"
      ],
      "sources" : [
        "Tagged.swift",
        "UUID.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
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package@swift-6.0.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 4 | import PackageDescription
 5 |
 6 | var package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |   name: "swift-tagged",
 8 |   products: [
Done.