The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AvWeather with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bmonty/AvWeather.git
Reference: 0.0.7
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bmonty/AvWeather
 * tag               0.0.7      -> FETCH_HEAD
HEAD is now at bce1d6a Merge pull request #5 from bmonty/multiple_stations
Cloned https://github.com/bmonty/AvWeather.git
Revision (git rev-parse @):
bce1d6a321be8cd651501c3a71430a344553f33a
SUCCESS checkout https://github.com/bmonty/AvWeather.git at 0.0.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bmonty/AvWeather.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/8] Compiling AvWeather MetarRequest.swift
[4/8] Compiling AvWeather AvWeatherError.swift
[5/8] Compiling AvWeather ADDSRequest.swift
[6/8] Emitting module AvWeather
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AvWeather/Models/Metar.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
        public let id = UUID()
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AvWeather/Models/Metar.swift:55:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
        public let id = UUID()
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AvWeather/Models/Metar.swift:55:20: note: make the property mutable instead
        public let id = UUID()
               ~~~ ^
               var
[7/8] Compiling AvWeather ADDSClient.swift
[8/8] Compiling AvWeather Metar.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AvWeather/Models/Metar.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
        public let id = UUID()
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AvWeather/Models/Metar.swift:55:20: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
        public let id = UUID()
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AvWeather/Models/Metar.swift:55:20: note: make the property mutable instead
        public let id = UUID()
               ~~~ ^
               var
Build complete! (3.56s)
Build complete.
Done.