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 CloudFoundryEnv with Swift 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4606859-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/Kitura/Swift-cfenv.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/Kitura/Swift-cfenv
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9fa782d Update package reference to community versions (#75)
Cloned https://github.com/Kitura/Swift-cfenv.git
Revision (git rev-parse @):
9fa782d4f533e763566ca35838b4904ddf6dbcbf
SUCCESS checkout https://github.com/Kitura/Swift-cfenv.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Kitura/Swift-cfenv.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-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
Fetching https://github.com/Kitura/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/Kitura/Configuration.git from cache (0.23s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (0.42s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (0.20s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.42s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.21s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.42s)
Fetching https://github.com/apple/swift-log.git
[1/3361] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.32s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.45s)
Creating working copy for https://github.com/Kitura/Configuration.git
Working copy of https://github.com/Kitura/Configuration.git resolved at 3.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Creating working copy for https://github.com/Kitura/FileKit.git
Working copy of https://github.com/Kitura/FileKit.git resolved at 1.1.0
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/11] Compiling Logging MetadataProvider.swift
[8/11] Compiling Logging LogHandler.swift
[9/11] Compiling Logging Locks.swift
[10/11] Emitting module Logging
[11/11] Compiling Logging Logging.swift
[13/14] Emitting module LoggerAPI
[14/14] Compiling LoggerAPI Logger.swift
[16/17] Emitting module FileKit
[17/17] Compiling FileKit FileKit.swift
[19/24] Compiling Configuration Deserializer.swift
[20/24] Compiling Configuration JSONDeserializer.swift
[21/24] Compiling Configuration PLISTDeserializer.swift
[22/24] Compiling Configuration ConfigurationNode.swift
[23/24] Emitting module Configuration
[24/24] Compiling Configuration ConfigurationManager.swift
[26/32] Compiling CloudFoundryEnv Service.swift
[27/32] Compiling CloudFoundryEnv DateUtils.swift
[28/32] Compiling CloudFoundryEnv JSONUtils.swift
[29/32] Compiling CloudFoundryEnv CollectionUtils.swift
[30/32] Emitting module CloudFoundryEnv
[31/32] Compiling CloudFoundryEnv App.swift
[32/32] Compiling CloudFoundryEnv AppEnv.swift
Build complete! (15.97s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "configuration",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.200",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/Configuration.git"
    }
  ],
  "manifest_display_name" : "CloudFoundryEnv",
  "name" : "CloudFoundryEnv",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CloudFoundryEnv",
      "targets" : [
        "CloudFoundryEnv"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CloudFoundryEnvTests",
      "module_type" : "SwiftTarget",
      "name" : "CloudFoundryEnvTests",
      "path" : "Tests/CloudFoundryEnvTests",
      "sources" : [
        "MainTests.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "CloudFoundryEnv"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CloudFoundryEnv",
      "module_type" : "SwiftTarget",
      "name" : "CloudFoundryEnv",
      "path" : "Sources/CloudFoundryEnv",
      "product_dependencies" : [
        "Configuration"
      ],
      "product_memberships" : [
        "CloudFoundryEnv"
      ],
      "sources" : [
        "App.swift",
        "AppEnv.swift",
        "CollectionUtils.swift",
        "DateUtils.swift",
        "JSONUtils.swift",
        "Service.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.