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 TibberSwift, reference 1.1.0 (831639), with Swift 6.0 for macOS (SPM) on 5 Mar 2025 10:49:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ppeelen/TibberSwift.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ppeelen/TibberSwift
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 831639b Push notifications added (#9)
Cloned https://github.com/ppeelen/TibberSwift.git
Revision (git rev-parse @):
831639bb4518d829b0deb2155876d40a10225742
SUCCESS checkout https://github.com/ppeelen/TibberSwift.git at 1.1.0
Fetching https://github.com/apple/swift-log.git
[1/3770] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.45s)
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": "tibberswift",
      "name": "TibberSwift",
      "url": "https://github.com/ppeelen/TibberSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TibberSwift",
      "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/ppeelen/TibberSwift.git
[1/492] Fetching tibberswift
Fetched https://github.com/ppeelen/TibberSwift.git from cache (1.03s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.03s)
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/ppeelen/TibberSwift.git
Working copy of https://github.com/ppeelen/TibberSwift.git resolved at 1.1.0 (831639b)
warning: '.resolve-product-dependencies': dependency 'tibberswift' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ppeelen/TibberSwift.git
https://github.com/ppeelen/TibberSwift.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "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/Operations",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TibberSwiftTests/json",
          "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_dependencies" : [
        "Logging"
      ],
      "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",
        "Entities/PushNotificationResult.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",
        "Operations/PushNotificationOperation.swift",
        "TibberSwift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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/6] Write sources
[2/6] Copying Homes.graphql
[2/6] Copying LoggedInUser.graphql
[2/6] Copying Consumption.graphql
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/11] Compiling Logging LogHandler.swift
[8/11] Emitting module Logging
[9/11] Compiling Logging MetadataProvider.swift
[10/11] Compiling Logging Locks.swift
[11/11] Compiling Logging Logging.swift
[12/26] Compiling TibberSwift JSONDecoder+Date.swift
[13/26] Compiling TibberSwift GraphQLOperation.swift
[14/27] Compiling TibberSwift TibberSwift.swift
[15/27] Compiling TibberSwift Consumption.swift
[16/27] Compiling TibberSwift Home.swift
[17/27] Compiling TibberSwift GraphQLResult.swift
[18/27] Compiling TibberSwift ConsumptionOperation.swift
[19/27] Compiling TibberSwift EmptyInput.swift
[20/27] Compiling TibberSwift LoggedInUserOperation.swift
[21/27] Compiling TibberSwift PushNotificationOperation.swift
[22/27] Compiling TibberSwift HomesOperation.swift
[23/27] Compiling TibberSwift ConsumptionInput.swift
[24/27] Emitting module TibberSwift
[25/27] Compiling TibberSwift LoggedInUser.swift
[26/27] Compiling TibberSwift PushNotificationResult.swift
[27/27] Compiling TibberSwift resource_bundle_accessor.swift
Build complete! (13.40s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "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/Operations",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TibberSwiftTests/json",
          "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_dependencies" : [
        "Logging"
      ],
      "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",
        "Entities/PushNotificationResult.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",
        "Operations/PushNotificationOperation.swift",
        "TibberSwift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.