This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ZEGBot with Swift 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shaneqi/zegbot.git
Reference: develop
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/shaneqi/zegbot
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at a2308c9 Merge branch 'release/4.2.8' into develop
Cloned https://github.com/shaneqi/zegbot.git
Revision (git rev-parse @):
a2308c974db45846b42f1f615d1531358e4d4162
SUCCESS checkout https://github.com/shaneqi/zegbot.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/shaneqi/zegbot.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/16] Compiling ZEGBot Sending.swift
[5/17] Compiling ZEGBot Methods.swift
[6/17] Compiling ZEGBot Extensions.swift
[7/17] Compiling ZEGBot HelperTypes.swift
[8/17] Emitting module ZEGBot
[9/17] Compiling ZEGBot Network.swift
[10/17] Compiling ZEGBot Types.swift
[11/17] Compiling ZEGBot Updating.swift
[12/17] Compiling ZEGBot Utilities.swift
[13/17] Compiling ZEGBot ZEGBot.swift
[14/18] Wrapping AST for ZEGBot for debugging
[16/20] Compiling ZEGBotExample main.swift
[17/20] Emitting module ZEGBotExample
[18/21] Wrapping AST for ZEGBotExample for debugging
[19/21] Write Objects.LinkFileList
[20/21] Linking ZEGBotExample
Build complete! (13.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ZEGBot",
  "name" : "ZEGBot",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ZEGBot",
      "targets" : [
        "ZEGBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ZEGBotExample",
      "targets" : [
        "ZEGBotExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ZEGBotTests",
      "module_type" : "SwiftTarget",
      "name" : "ZEGBotTests",
      "path" : "Tests/ZEGBotTests",
      "sources" : [
        "ZEGBotTests.swift"
      ],
      "target_dependencies" : [
        "ZEGBot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZEGBotExample",
      "module_type" : "SwiftTarget",
      "name" : "ZEGBotExample",
      "path" : "Example",
      "product_memberships" : [
        "ZEGBotExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ZEGBot"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ZEGBot",
      "module_type" : "SwiftTarget",
      "name" : "ZEGBot",
      "path" : "Sources",
      "product_memberships" : [
        "ZEGBot",
        "ZEGBotExample"
      ],
      "sources" : [
        "Extensions.swift",
        "HelperTypes.swift",
        "Methods.swift",
        "Network.swift",
        "Sending.swift",
        "Types.swift",
        "Updating.swift",
        "Utilities.swift",
        "ZEGBot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.