The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SetThings, reference main (4eba95), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 15:56:31 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/southkin/SetThings.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/southkin/SetThings
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4eba956 설정명의 text 외 다른 뷰 지원
Cloned https://github.com/southkin/SetThings.git
Revision (git rev-parse @):
4eba956ffad6535e2745fcdbe125a3bca7339cd8
SUCCESS checkout https://github.com/southkin/SetThings.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/southkin/SetThings.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling SetThings Protocols.swift
[4/6] Emitting module SetThings
[5/6] Compiling SetThings ThingRowView.swift
[6/6] Compiling SetThings SetThings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SetThings/SetThings.swift:94:13: warning: initialization of immutable value 't' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 92 |
 93 |     var body: some View {
 94 |         let t = AnyView(HStack {
    |             `- warning: initialization of immutable value 't' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 95 |             Text("sliderBasic")
 96 |             Text("ⓘ")
Build complete! (8.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SetThings",
  "name" : "SetThings",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SetThings",
      "targets" : [
        "SetThings"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SetThingsTests",
      "module_type" : "SwiftTarget",
      "name" : "SetThingsTests",
      "path" : "Tests/SetThingsTests",
      "sources" : [
        "SetThingsTests.swift"
      ],
      "target_dependencies" : [
        "SetThings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SetThings",
      "module_type" : "SwiftTarget",
      "name" : "SetThings",
      "path" : "Sources/SetThings",
      "product_memberships" : [
        "SetThings"
      ],
      "sources" : [
        "Protocols.swift",
        "SetThings.swift",
        "ThingRowView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.