The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SetThings, reference 1.2.0 (4eba95), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 09:44:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/southkin/SetThings.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/southkin/SetThings
 * tag               1.2.0      -> FETCH_HEAD
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 1.2.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "setthings",
      "name": "SetThings",
      "url": "https://github.com/southkin/SetThings.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SetThings",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/southkin/SetThings.git
[1/85] Fetching setthings
Fetched https://github.com/southkin/SetThings.git from cache (0.89s)
Creating working copy for https://github.com/southkin/SetThings.git
Working copy of https://github.com/southkin/SetThings.git resolved at 1.2.0 (4eba956)
warning: '.resolve-product-dependencies': dependency 'setthings' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/southkin/SetThings.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling SetThings Protocols.swift
[4/6] Compiling SetThings ThingRowView.swift
[5/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("ⓘ")
[6/6] Emitting module SetThings
Build complete! (9.19s)
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.