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 CloudEnvironment, reference master (498d60), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 18:10:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/CloudEnvironment.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/CloudEnvironment
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 498d60a Update package reference to community versions (#64)
Cloned https://github.com/Kitura/CloudEnvironment.git
Revision (git rev-parse @):
498d60a5078b4e00153b4f5adca8b5b31075f08b
SUCCESS checkout https://github.com/Kitura/CloudEnvironment.git at master
Fetching https://github.com/Kitura/Swift-cfenv.git
[1/1604] Fetching swift-cfenv
Fetched https://github.com/Kitura/Swift-cfenv.git from cache (0.89s)
Computing version for https://github.com/Kitura/Swift-cfenv.git
Computed https://github.com/Kitura/Swift-cfenv.git at 6.0.200 (0.52s)
Fetching https://github.com/Kitura/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/Kitura/Configuration.git from cache (1.12s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (0.54s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (0.99s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.54s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (1.00s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.55s)
Fetching https://github.com/apple/swift-log.git
[1/3698] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.43s)
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/Swift-cfenv.git
Working copy of https://github.com/Kitura/Swift-cfenv.git resolved at 6.0.200
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/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.6.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cloudenvironment",
      "name": "CloudEnvironment",
      "url": "https://github.com/Kitura/CloudEnvironment.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CloudEnvironment",
      "dependencies": [
        {
          "identity": "swift-cfenv",
          "name": "CloudFoundryEnv",
          "url": "https://github.com/Kitura/Swift-cfenv.git",
          "version": "6.0.200",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-cfenv",
          "dependencies": [
            {
              "identity": "configuration",
              "name": "Configuration",
              "url": "https://github.com/Kitura/Configuration.git",
              "version": "3.1.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Configuration",
              "dependencies": [
                {
                  "identity": "filekit",
                  "name": "FileKit",
                  "url": "https://github.com/Kitura/FileKit.git",
                  "version": "1.1.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FileKit",
                  "dependencies": [
                    {
                      "identity": "loggerapi",
                      "name": "LoggerAPI",
                      "url": "https://github.com/Kitura/LoggerAPI.git",
                      "version": "2.0.0",
                      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LoggerAPI",
                      "dependencies": [
                        {
                          "identity": "swift-log",
                          "name": "swift-log",
                          "url": "https://github.com/apple/swift-log.git",
                          "version": "1.6.2",
                          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
                          "dependencies": [
                          ]
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Kitura/CloudEnvironment.git
[1/2059] Fetching cloudenvironment
Fetched https://github.com/Kitura/CloudEnvironment.git from cache (1.22s)
Fetching https://github.com/Kitura/Swift-cfenv.git from cache
Fetched https://github.com/Kitura/Swift-cfenv.git from cache (0.49s)
Computing version for https://github.com/Kitura/Swift-cfenv.git
Computed https://github.com/Kitura/Swift-cfenv.git at 6.0.200 (0.03s)
Fetching https://github.com/Kitura/Configuration.git from cache
Fetched https://github.com/Kitura/Configuration.git from cache (0.49s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (0.02s)
Fetching https://github.com/Kitura/FileKit.git from cache
Fetched https://github.com/Kitura/FileKit.git from cache (0.45s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.02s)
Fetching https://github.com/Kitura/LoggerAPI.git from cache
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.48s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.02s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.02s)
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/CloudEnvironment.git
Working copy of https://github.com/Kitura/CloudEnvironment.git resolved at master (498d60a)
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.6.2
Creating working copy for https://github.com/Kitura/Swift-cfenv.git
Working copy of https://github.com/Kitura/Swift-cfenv.git resolved at 6.0.200
Creating working copy for https://github.com/Kitura/Configuration.git
Working copy of https://github.com/Kitura/Configuration.git resolved at 3.1.0
warning: '.resolve-product-dependencies': dependency 'cloudenvironment' is not used by any target
Found 1 product dependencies
  - CloudFoundryEnv
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Kitura/CloudEnvironment.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version--7754E27361AE5C74.txt
[8/12] Compiling Logging Locks.swift
[9/12] Compiling Logging LogHandler.swift
[10/12] Emitting module Logging
[11/12] Compiling Logging Logging.swift
[12/12] Compiling Logging MetadataProvider.swift
[13/14] Compiling LoggerAPI Logger.swift
[14/14] Emitting module LoggerAPI
[15/16] Compiling FileKit FileKit.swift
[16/16] Emitting module FileKit
[17/22] Compiling Configuration Deserializer.swift
[18/22] Compiling Configuration JSONDeserializer.swift
[19/22] Compiling Configuration PLISTDeserializer.swift
[20/22] Compiling Configuration ConfigurationNode.swift
[21/22] Compiling Configuration ConfigurationManager.swift
[22/22] Emitting module Configuration
[23/29] Compiling CloudFoundryEnv Service.swift
[24/29] Compiling CloudFoundryEnv DateUtils.swift
[25/29] Compiling CloudFoundryEnv JSONUtils.swift
[26/29] Compiling CloudFoundryEnv CollectionUtils.swift
[27/29] Emitting module CloudFoundryEnv
[28/29] Compiling CloudFoundryEnv AppEnv.swift
[29/29] Compiling CloudFoundryEnv App.swift
[30/47] Compiling CloudEnvironment WatsonAssistantCredentials.swift
[31/47] Compiling CloudEnvironment PushSDKCredentials.swift
[32/47] Compiling CloudEnvironment RedisCredentials.swift
[33/48] Compiling CloudEnvironment ObjectStorageCredentials.swift
[34/48] Compiling CloudEnvironment PostgreSQLCredentials.swift
[35/48] Compiling CloudEnvironment MySQLCredentials.swift
[36/48] Compiling CloudEnvironment NaturalLanguageUnderstandingCredentials.swift
[37/48] Compiling CloudEnvironment Credentials.swift
[38/48] Compiling CloudEnvironment DB2Credentials.swift
[39/48] Compiling CloudEnvironment CloudFunctionsCredentials.swift
[40/48] Compiling CloudEnvironment CloudantCredentials.swift
[41/48] Compiling CloudEnvironment HDBaaSCredentials.swift
[42/48] Compiling CloudEnvironment MongoDBCredentials.swift
[43/48] Compiling CloudEnvironment AlertNotificationCredentials.swift
[44/48] Compiling CloudEnvironment AppIDCredentials.swift
[45/48] Emitting module CloudEnvironment
[46/48] Compiling CloudEnvironment AutoScalingCredentials.swift
[47/48] Compiling CloudEnvironment CloudEnv.swift
[48/48] Compiling CloudEnvironment WeatherDataCompanyCredentials.swift
Build complete! (12.38s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-cfenv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.200",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/Swift-cfenv.git"
    }
  ],
  "manifest_display_name" : "CloudEnvironment",
  "name" : "CloudEnvironment",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CloudEnvironment",
      "targets" : [
        "CloudEnvironment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CloudEnvironmentTests",
      "module_type" : "SwiftTarget",
      "name" : "CloudEnvironmentTests",
      "path" : "Tests/CloudEnvironmentTests",
      "sources" : [
        "AlertNotificationTests.swift",
        "AppIDTests.swift",
        "AutoScalingTests.swift",
        "CloudFunctionsCredentialsTests.swift",
        "CloudantTests.swift",
        "DB2Tests.swift",
        "EnvironmentVariablesTests.swift",
        "HyperSecureDBaaSTests.swift",
        "LocalFileTests.swift",
        "MongoDBTests.swift",
        "MySQLTests.swift",
        "NaturalLanguageUnderstandingTests.swift",
        "ObjectStorageTests.swift",
        "PostgreSQLTests.swift",
        "PushSDKTests.swift",
        "RedisTests.swift",
        "WatsonAssistantTests.swift",
        "WeatherCompanyDataTests.swift"
      ],
      "target_dependencies" : [
        "CloudEnvironment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CloudEnvironment",
      "module_type" : "SwiftTarget",
      "name" : "CloudEnvironment",
      "path" : "Sources/CloudEnvironment",
      "product_dependencies" : [
        "CloudFoundryEnv"
      ],
      "product_memberships" : [
        "CloudEnvironment"
      ],
      "sources" : [
        "AlertNotificationCredentials.swift",
        "AppIDCredentials.swift",
        "AutoScalingCredentials.swift",
        "CloudEnv.swift",
        "CloudFunctionsCredentials.swift",
        "CloudantCredentials.swift",
        "Credentials.swift",
        "DB2Credentials.swift",
        "HDBaaSCredentials.swift",
        "MongoDBCredentials.swift",
        "MySQLCredentials.swift",
        "NaturalLanguageUnderstandingCredentials.swift",
        "ObjectStorageCredentials.swift",
        "PostgreSQLCredentials.swift",
        "PushSDKCredentials.swift",
        "RedisCredentials.swift",
        "WatsonAssistantCredentials.swift",
        "WeatherDataCompanyCredentials.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.