The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMsgPack 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/malcommac/SwiftMsgPack.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/malcommac/SwiftMsgPack
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6a9b7d7 Added 5.3 to Package.swift
Cloned https://github.com/malcommac/SwiftMsgPack.git
Revision (git rev-parse @):
6a9b7d73f78cd0f7e5ad280fde39a347f15baaf7
SUCCESS checkout https://github.com/malcommac/SwiftMsgPack.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/malcommac/SwiftMsgPack.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/6] Emitting module SwiftMsgPack
[4/6] Compiling SwiftMsgPack Encoder.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:225:16: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:225:43: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:225:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:231:16: warning: initialization of 'UnsafeBufferPointer<UInt16>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:231:43: note: implicit argument conversion from 'UInt16' to 'UnsafePointer<UInt16>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:231:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:237:16: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:237:43: note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:237:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:243:16: warning: initialization of 'UnsafeBufferPointer<UInt64>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:243:43: note: implicit argument conversion from 'UInt64' to 'UnsafePointer<UInt64>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:243:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:264:16: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:264:43: note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:264:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:271:16: warning: initialization of 'UnsafeBufferPointer<UInt16>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:271:43: note: implicit argument conversion from 'UInt16' to 'UnsafePointer<UInt16>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:271:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:278:16: warning: initialization of 'UnsafeBufferPointer<UInt16>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:278:43: note: implicit argument conversion from 'UInt16' to 'UnsafePointer<UInt16>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:278:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:285:16: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:285:43: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:285:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:300:16: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:300:43: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:300:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:307:16: warning: initialization of 'UnsafeBufferPointer<UInt16>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:307:43: note: implicit argument conversion from 'UInt16' to 'UnsafePointer<UInt16>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:307:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:314:16: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:314:43: note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:314:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:321:16: warning: initialization of 'UnsafeBufferPointer<UInt64>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:321:43: note: implicit argument conversion from 'UInt64' to 'UnsafePointer<UInt64>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:321:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:338:15: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
                self.append(UnsafeBufferPointer(start: &data, count: 1))
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:338:42: note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                       ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:338:42: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:353:15: warning: initialization of 'UnsafeBufferPointer<UInt64>' results in a dangling buffer pointer
                self.append(UnsafeBufferPointer(start: &data, count: 1))
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:353:42: note: implicit argument conversion from 'UInt64' to 'UnsafePointer<UInt64>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                       ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:353:42: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                self.append(UnsafeBufferPointer(start: &data, count: 1))
                                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:433:16: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
                self.append( UnsafeBufferPointer(start: &type_value, count: 1) )
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:433:43: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                self.append( UnsafeBufferPointer(start: &type_value, count: 1) )
                                                        ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:433:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                self.append( UnsafeBufferPointer(start: &type_value, count: 1) )
                                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:453:16: warning: initialization of 'UnsafeBufferPointer<UInt16>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:453:43: note: implicit argument conversion from 'UInt16' to 'UnsafePointer<UInt16>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:453:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:456:16: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:456:43: note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:456:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:472:16: warning: initialization of 'UnsafeBufferPointer<UInt16>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:472:43: note: implicit argument conversion from 'UInt16' to 'UnsafePointer<UInt16>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:472:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:475:16: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:475:43: note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:475:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:491:16: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &len_data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:491:43: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &len_data, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:491:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &len_data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:495:16: warning: initialization of 'UnsafeBufferPointer<UInt16>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &len_data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:495:43: note: implicit argument conversion from 'UInt16' to 'UnsafePointer<UInt16>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &len_data, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:495:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &len_data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:499:16: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &len_data, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:499:43: note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &len_data, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:499:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &len_data, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:514:16: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:514:43: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:514:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:521:16: warning: initialization of 'UnsafeBufferPointer<UInt16>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:521:43: note: implicit argument conversion from 'UInt16' to 'UnsafePointer<UInt16>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:521:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:528:16: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:528:43: note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftMsgPack/Encoder.swift:528:43: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
                        self.append(UnsafeBufferPointer(start: &data_len, count: 1))
                                                               ^
[5/6] Compiling SwiftMsgPack Decoder.swift
[6/6] Compiling SwiftMsgPack Commons.swift
Build complete! (2.69s)
Build complete.
Done.

Build Machine: Mac 7