The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SenseHat, reference main (f9c93a), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 20:20:19 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/valeriyvan/RaspberryPiSenseHat.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/valeriyvan/RaspberryPiSenseHat
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f9c93a6 Merge pull request #85 from valeriyvan/buymeacoffee
Cloned https://github.com/valeriyvan/RaspberryPiSenseHat.git
Revision (git rev-parse @):
f9c93a609e0d53e5a6af5da67574d18269d68f2a
SUCCESS checkout https://github.com/valeriyvan/RaspberryPiSenseHat.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/valeriyvan/RaspberryPiSenseHat.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/23] Write sources
[2/23] Write Sensors-entitlement.plist
[2/23] Write Life-entitlement.plist
[2/23] Write sources
[7/23] Write Snake-entitlement.plist
[7/23] Write Blink-entitlement.plist
[9/23] Write swift-version-1EA4D86E10B52AF.txt
[10/23] Compiling Font8x8 Font8x8.c
[12/27] Compiling SenseHat stderr.swift
/Users/admin/builder/spi-builder-workspace/Sources/SenseHat/stderr.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | public var standardError = FileHandle.standardError
10 |
11 | extension FileHandle : TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |   public func write(_ string: String) {
13 |     guard let data = string.data(using: .utf8) else { return }
[13/27] Compiling SenseHat Sensors.swift
[14/27] Compiling SenseHat SenseHat.swift
[15/27] Emitting module SenseHat
/Users/admin/builder/spi-builder-workspace/Sources/SenseHat/stderr.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | public var standardError = FileHandle.standardError
10 |
11 | extension FileHandle : TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |   public func write(_ string: String) {
13 |     guard let data = string.data(using: .utf8) else { return }
[16/35] Compiling Sensors main.swift
[17/35] Emitting module Sensors
[17/35] Write Objects.LinkFileList
[19/35] Compiling Blink main.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blink/main.swift:60:14: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)' [#DeprecatedDeclaration]
 58 |             .advanced(by: x * senseHat.indices.count * 2)
 59 |             .assumingMemoryBound(to: SenseHat.Rgb565.self)
 60 |             .assign(repeating: sequence[x], count: senseHat.indices.count)
    |              |- warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)' [#DeprecatedDeclaration]
    |              `- note: use 'update(repeating:count:)' instead
 61 |     }
 62 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/35] Emitting module Blink
/Users/admin/builder/spi-builder-workspace/Sources/Blink/main.swift:60:14: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)' [#DeprecatedDeclaration]
 58 |             .advanced(by: x * senseHat.indices.count * 2)
 59 |             .assumingMemoryBound(to: SenseHat.Rgb565.self)
 60 |             .assign(repeating: sequence[x], count: senseHat.indices.count)
    |              |- warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)' [#DeprecatedDeclaration]
    |              `- note: use 'update(repeating:count:)' instead
 61 |     }
 62 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/35] Write Objects.LinkFileList
[22/35] Compiling Life main.swift
[23/35] Emitting module Life
[23/35] Write Objects.LinkFileList
[25/35] Compiling Snake main.swift
[26/35] Emitting module Snake
[26/35] Write Objects.LinkFileList
[27/35] Linking Snake
[28/35] Linking Blink
[29/35] Linking Sensors
[29/35] Linking Life
[31/35] Applying Life
[31/35] Applying Snake
[32/35] Applying Blink
[32/35] Applying Sensors
Build complete! (4.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SenseHat",
  "name" : "SenseHat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SenseHat",
      "targets" : [
        "SenseHat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Font8x8",
      "targets" : [
        "Font8x8"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Blink",
      "targets" : [
        "Blink"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Snake",
      "targets" : [
        "Snake"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Life",
      "targets" : [
        "Life"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Sensors",
      "targets" : [
        "Sensors"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Snake",
      "module_type" : "SwiftTarget",
      "name" : "Snake",
      "path" : "Sources/Snake",
      "product_memberships" : [
        "Snake"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SenseHat"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Sensors",
      "module_type" : "SwiftTarget",
      "name" : "Sensors",
      "path" : "Sources/Sensors",
      "product_memberships" : [
        "Sensors"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SenseHat"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SenseHatTests",
      "module_type" : "SwiftTarget",
      "name" : "SenseHatTests",
      "path" : "Tests/SenseHatTests",
      "sources" : [
        "SenseHatTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SenseHat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SenseHat",
      "module_type" : "SwiftTarget",
      "name" : "SenseHat",
      "path" : "Sources/SenseHat",
      "product_memberships" : [
        "SenseHat",
        "Blink",
        "Snake",
        "Life",
        "Sensors"
      ],
      "sources" : [
        "SenseHat.swift",
        "Sensors.swift",
        "stderr.swift"
      ],
      "target_dependencies" : [
        "Font8x8"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Life",
      "module_type" : "SwiftTarget",
      "name" : "Life",
      "path" : "Sources/Life",
      "product_memberships" : [
        "Life"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SenseHat"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Font8x8",
      "module_type" : "ClangTarget",
      "name" : "Font8x8",
      "path" : "Sources/Font8x8",
      "product_memberships" : [
        "SenseHat",
        "Font8x8",
        "Blink",
        "Snake",
        "Life",
        "Sensors"
      ],
      "sources" : [
        "Font8x8.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Blink",
      "module_type" : "SwiftTarget",
      "name" : "Blink",
      "path" : "Sources/Blink",
      "product_memberships" : [
        "Blink"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SenseHat"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Done.