Build Information
Successful build of TibberSwift, reference 1.2.0 (eef53a
), with Swift 5.10 for macOS (SPM) on 31 Aug 2025 22:59:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ppeelen/TibberSwift.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ppeelen/TibberSwift
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at eef53a3 add price info today (#8)
Cloned https://github.com/ppeelen/TibberSwift.git
Revision (git rev-parse @):
eef53a3fd81cfdc66daddf5ff1e8256dfad6e2d2
SUCCESS checkout https://github.com/ppeelen/TibberSwift.git at 1.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/ppeelen/TibberSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Copying PriceInfoToday.graphql
[2/7] Copying Consumption.graphql
[2/7] Copying Homes.graphql
[3/7] Copying LoggedInUser.graphql
[6/7] Write swift-version-33747A42983211AE.txt
[8/12] Compiling Logging MetadataProvider.swift
[9/12] Compiling Logging LogHandler.swift
[10/12] Compiling Logging Locks.swift
[11/12] Compiling Logging Logging.swift
[12/12] Emitting module Logging
[13/29] Compiling TibberSwift ConsumptionInput.swift
[14/29] Compiling TibberSwift EmptyInput.swift
[15/30] Compiling TibberSwift PushNotificationOperation.swift
[16/30] Compiling TibberSwift LoggedInUser.swift
[17/30] Compiling TibberSwift PriceInfoToday.swift
[18/30] Compiling TibberSwift Consumption.swift
[19/30] Compiling TibberSwift Home.swift
[20/30] Emitting module TibberSwift
[21/30] Compiling TibberSwift LoggedInUserOperation.swift
[22/30] Compiling TibberSwift PriceInfoTodayOperation.swift
[23/30] Compiling TibberSwift ConsumptionOperation.swift
[24/30] Compiling TibberSwift HomesOperation.swift
[25/30] Compiling TibberSwift GraphQLOperation.swift
[26/30] Compiling TibberSwift GraphQLResult.swift
[27/30] Compiling TibberSwift PushNotificationResult.swift
[28/30] Compiling TibberSwift JSONDecoder+Date.swift
[29/30] Compiling TibberSwift TibberSwift.swift
[30/30] Compiling TibberSwift resource_bundle_accessor.swift
Build complete! (8.57s)
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.37s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.33s)
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.4
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/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_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/LoggedInUser.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/PriceInfoToday.graphql",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Entities/Consumption.swift",
"Entities/Home.swift",
"Entities/LoggedInUser.swift",
"Entities/PriceInfoToday.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/PriceInfoTodayOperation.swift",
"Operations/PushNotificationOperation.swift",
"TibberSwift.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.