The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OWOneCall with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/workingDog/OWOneCall.git
Reference: 1.3.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/workingDog/OWOneCall
 * tag               1.3.2      -> FETCH_HEAD
HEAD is now at 3cf4115 cater for API 3.0
Cloned https://github.com/workingDog/OWOneCall.git
Revision (git rev-parse @):
3cf4115aa8d392c5dccf143f5f46eca65a371d49
SUCCESS checkout https://github.com/workingDog/OWOneCall.git at 1.3.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "owonecall",
      "name": "OWOneCall",
      "url": "https://github.com/workingDog/OWOneCall.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OWOneCall",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/workingDog/OWOneCall.git from cache
Fetched https://github.com/workingDog/OWOneCall.git (0.24s)
Creating working copy for https://github.com/workingDog/OWOneCall.git
Working copy of https://github.com/workingDog/OWOneCall.git resolved at 1.3.2
warning: '.resolve-product-dependencies': dependency 'owonecall' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/workingDog/OWOneCall.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling OWOneCall OWResponse.swift
[2/5] Compiling OWOneCall OWClient.swift
[3/5] Compiling OWOneCall OWOptions.swift
[4/5] Emitting module OWOneCall
[5/5] Compiling OWOneCall OWProvider.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OWOneCall/OWProvider.swift:26:17: warning: capture of 'weather' with non-sendable type 'Binding<OWResponse>' in a `@Sendable` closure
                weather.wrappedValue = results
                ^
SwiftUI.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
                                                            ^
Build complete! (6.00s)
Build complete.
Done.