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 TibberSwift 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/ppeelen/TibberSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ppeelen/TibberSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c76d36a Added workflow for creating documentation pages (#7)
Cloned https://github.com/ppeelen/TibberSwift.git
Revision (git rev-parse @):
c76d36ac0b9e4dc00dde751f5a47d1466d25fa52
SUCCESS checkout https://github.com/ppeelen/TibberSwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/ppeelen/TibberSwift.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/5] Write sources
[1/5] Copying Homes.graphql
[2/5] Copying LoggedInUser.graphql
[3/5] Copying Consumption.graphql
[4/5] Write swift-version-6F35C1178C84523A.txt
[6/18] Compiling TibberSwift TibberSwift.swift
[7/18] Compiling TibberSwift LoggedInUserOperation.swift
[8/18] Compiling TibberSwift HomesOperation.swift
[9/18] Compiling TibberSwift LoggedInUser.swift
[10/18] Compiling TibberSwift JSONDecoder+Date.swift
[11/18] Compiling TibberSwift GraphQLOperation.swift
[12/18] Compiling TibberSwift GraphQLResult.swift
[13/18] Compiling TibberSwift Consumption.swift
[14/18] Compiling TibberSwift Home.swift
[15/18] Emitting module TibberSwift
[16/18] Compiling TibberSwift ConsumptionOperation.swift
[17/18] Compiling TibberSwift EmptyInput.swift
[18/18] Compiling TibberSwift ConsumptionInput.swift
[19/19] Compiling TibberSwift resource_bundle_accessor.swift
Build complete! (23.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TibberSwift",
  "name" : "TibberSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "TibberSwift",
      "targets" : [
        "TibberSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TibberSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "TibberSwiftTests",
      "path" : "Tests/TibberSwiftTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TibberSwiftTests/json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TibberSwiftTests/Operations",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GraphQLOperationTests.swift",
        "TestDataManager.swift",
        "TibberSwiftTests.swift",
        "URLSessionMock.swift"
      ],
      "target_dependencies" : [
        "TibberSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TibberSwift",
      "module_type" : "SwiftTarget",
      "name" : "TibberSwift",
      "path" : "Sources/TibberSwift",
      "product_memberships" : [
        "TibberSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TibberSwift/Queries/Consumption.graphql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TibberSwift/Queries/Homes.graphql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TibberSwift/Queries/LoggedInUser.graphql",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Entities/Consumption.swift",
        "Entities/Home.swift",
        "Entities/LoggedInUser.swift",
        "Extensions/JSONDecoder+Date.swift",
        "GraphQL/GraphQLOperation.swift",
        "GraphQL/GraphQLResult.swift",
        "Operations/ConsumptionOperation.swift",
        "Operations/HomesOperation.swift",
        "Operations/Inputs/ConsumptionInput.swift",
        "Operations/Inputs/EmptyInput.swift",
        "Operations/LoggedInUserOperation.swift",
        "TibberSwift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.