The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CloudFoundryEnv, reference master (9fa782), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:05:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/Kitura/Swift-cfenv.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/11] Emitting module Logging
[8/11] Compiling Logging LogHandler.swift
[9/11] Compiling Logging MetadataProvider.swift
[10/11] Compiling Logging Locks.swift
[11/11] Compiling Logging Logging.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 PLISTDeserializer.swift
[17/21] Compiling Configuration JSONDeserializer.swift
[18/21] Compiling Configuration ConfigurationNode.swift
[19/21] Compiling Configuration Deserializer.swift
[20/21] Emitting module Configuration
[21/21] Compiling Configuration ConfigurationManager.swift
[22/28] Compiling CloudFoundryEnv Service.swift
[23/28] Compiling CloudFoundryEnv JSONUtils.swift
[24/28] Compiling CloudFoundryEnv DateUtils.swift
[25/28] Compiling CloudFoundryEnv CollectionUtils.swift
[26/28] Compiling CloudFoundryEnv App.swift
[27/28] Emitting module CloudFoundryEnv
[28/28] Compiling CloudFoundryEnv AppEnv.swift
Build complete! (13.15s)
Fetching https://github.com/Kitura/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/Kitura/Configuration.git from cache (0.95s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (1.47s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (0.85s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (1.37s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.95s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.48s)
Fetching https://github.com/apple/swift-log.git
[1/3836] 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.3 (1.49s)
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/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.3
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.