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 swift-talk-shared with Swift 5.10 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-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objcio/swift-talk-shared.git
Reference: 0.3.3
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/objcio/swift-talk-shared
 * tag               0.3.3      -> FETCH_HEAD
HEAD is now at 0238161 sessionid.
Cloned https://github.com/objcio/swift-talk-shared.git
Revision (git rev-parse @):
0238161c1bf1a3db01c6d51b801e6d02656199b4
SUCCESS checkout https://github.com/objcio/swift-talk-shared.git at 0.3.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/objcio/swift-talk-shared.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/objcio/tiny-networking
[1/295] Fetching tiny-networking
Fetched https://github.com/objcio/tiny-networking from cache (0.22s)
Computing version for https://github.com/objcio/tiny-networking
Computed https://github.com/objcio/tiny-networking at 0.5.0 (0.40s)
Creating working copy for https://github.com/objcio/tiny-networking
Working copy of https://github.com/objcio/tiny-networking resolved at 0.5.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Emitting module ViewHelpers
[6/8] Compiling ViewHelpers ViewHelpers.swift
[8/9] Compiling TinyNetworking Endpoint.swift
[9/9] Emitting module TinyNetworking
[11/12] Emitting module Model
[12/12] Compiling Model Model.swift
Build complete! (8.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "tiny-networking",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/objcio/tiny-networking"
    }
  ],
  "manifest_display_name" : "swift-talk-shared",
  "name" : "swift-talk-shared",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Model",
      "targets" : [
        "Model"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ViewHelpers",
      "targets" : [
        "ViewHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_talk_sharedTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-talk-sharedTests",
      "path" : "Tests/swift-talk-sharedTests",
      "sources" : [
        "XCTestManifests.swift",
        "swift_talk_sharedTests.swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ViewHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ViewHelpers",
      "path" : "Sources/ViewHelpers",
      "product_memberships" : [
        "ViewHelpers"
      ],
      "sources" : [
        "ViewHelpers.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Model",
      "module_type" : "SwiftTarget",
      "name" : "Model",
      "path" : "Sources/Model",
      "product_dependencies" : [
        "TinyNetworking"
      ],
      "product_memberships" : [
        "Model"
      ],
      "sources" : [
        "Model.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.