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 macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Kitura/Swift-cfenv.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-6F35C1178C84523A.txt
[7/11] Compiling Logging LogHandler.swift
[8/11] Emitting module Logging
[9/11] Compiling Logging Locks.swift
[10/11] Compiling Logging Logging.swift
[11/11] Compiling Logging MetadataProvider.swift
[12/13] Emitting module LoggerAPI
[13/13] Compiling LoggerAPI Logger.swift
[14/15] Emitting module FileKit
[15/15] Compiling FileKit FileKit.swift
[16/21] Compiling Configuration JSONDeserializer.swift
[17/21] Compiling Configuration PLISTDeserializer.swift
[18/21] Compiling Configuration Deserializer.swift
[19/21] Compiling Configuration ConfigurationNode.swift
[20/21] Emitting module Configuration
[21/21] Compiling Configuration ConfigurationManager.swift
[22/28] Compiling CloudFoundryEnv JSONUtils.swift
[23/28] Compiling CloudFoundryEnv Service.swift
[24/28] Compiling CloudFoundryEnv CollectionUtils.swift
[25/28] Compiling CloudFoundryEnv DateUtils.swift
[26/28] Emitting module CloudFoundryEnv
[27/28] Compiling CloudFoundryEnv App.swift
[28/28] Compiling CloudFoundryEnv AppEnv.swift
Build complete! (29.68s)
Fetching https://github.com/Kitura/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/Kitura/Configuration.git from cache (1.10s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (1.01s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (1.02s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.65s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (1.12s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.64s)
Fetching https://github.com/apple/swift-log.git
[1/3361] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.65s)
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/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
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" : "/Users/admin/builder/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.