Build Information
Successful build of ASN1Kit with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/ASN1Kit.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/PADL/ASN1Kit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bab1973 Version 1.1.0
Cloned https://github.com/PADL/ASN1Kit.git
Revision (git rev-parse @):
bab197338819c6e5b20e8b3986ec36e86149500e
SUCCESS checkout https://github.com/PADL/ASN1Kit.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD/checkout
https://github.com/PADL/ASN1Kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/27] Emitting module Commandant
[2/29] Emitting module GemCommonsKit
[3/32] Compiling Commandant Result+Additions.swift
[4/32] Compiling Commandant Switch.swift
[5/32] Compiling GemCommonsKit Array+Data.swift
[6/32] Compiling GemCommonsKit Data+IO.swift
[7/32] Compiling DataKit Data+ASCIIString.swift
[8/32] Emitting module DataKit
[9/32] Compiling DataKit Data+HexString.swift
[10/33] Compiling GemCommonsKit CommonError.swift
[11/33] Compiling GemCommonsKit DLog.swift
[12/33] Compiling GemCommonsKit SynchronizedVar.swift
[13/33] Compiling GemCommonsKit WeakArray.swift
[14/33] Compiling GemCommonsKit WeakRef.swift
[17/33] Compiling GemCommonsKit Synchronized.swift
[20/33] Compiling GemCommonsKit Data+empty.swift
[21/33] Compiling GemCommonsKit String+Digits.swift
[22/33] Compiling GemCommonsKit AnyWrapper.swift
[23/33] Compiling GemCommonsKit BlockingVar.swift
[32/33] Compiling DataKit Data+UTF8String.swift
[33/55] Emitting module ASN1Kit
[34/61] Compiling ASN1Kit ASN1Data.swift
[35/61] Compiling ASN1Kit ASN1DecodedTag.swift
[36/61] Compiling ASN1Kit ASN1Decoder.swift
[37/61] Compiling ASN1Kit ASN1Error.swift
[38/61] Compiling ASN1Kit ASN1Int.swift
[39/61] Compiling ASN1Kit ASN1Object.swift
[40/61] Compiling ASN1Kit ASN1Tag.swift
[41/61] Compiling ASN1Kit Date+ASN1Encoding.swift
[42/61] Compiling ASN1Kit GeneralizedTimeDateFormatter.swift
[43/61] Compiling ASN1Kit Int+ASN1Encoding.swift
[44/61] Compiling ASN1Kit String+ASN1Encoding.swift
[45/61] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[46/61] Compiling ASN1Kit ASN1Object+Subscript.swift
[47/61] Compiling ASN1Kit ASN1Primitive+Description.swift
[48/61] Compiling ASN1Kit Data+ASN1Int.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:27: warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: implicit argument conversion from '[UInt8]' to 'UnsafePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^
[49/61] Compiling ASN1Kit Data+UInt.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:27: warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: implicit argument conversion from '[UInt8]' to 'UnsafePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^
[50/61] Compiling ASN1Kit Int+Length.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:27: warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: implicit argument conversion from '[UInt8]' to 'UnsafePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^
[51/61] Compiling ASN1Kit OutputStream+UInt8.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:27: warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: implicit argument conversion from '[UInt8]' to 'UnsafePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^
[52/61] Compiling ASN1Kit String+Subscript.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:27: warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: implicit argument conversion from '[UInt8]' to 'UnsafePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^
[53/61] Compiling ASN1Kit UInt+TagNo.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:27: warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: implicit argument conversion from '[UInt8]' to 'UnsafePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:48: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
^
[54/61] Compiling ASN1Kit DataScanner.swift
[55/61] Compiling ASN1Kit ObjectIdentifier.swift
[56/61] Compiling ASN1Kit ASN1CodableType.swift
[57/61] Compiling ASN1Kit ASN1Object+Encoding.swift
[58/61] Compiling ASN1Kit Array+ASN1Encoding.swift
[59/61] Compiling ASN1Kit Bool+ASN1Encoding.swift
[60/61] Compiling ASN1Kit Data+ASN1Encoding.swift
[61/65] Compiling CLI VersionCommand.swift
[62/65] Compiling CLI main.swift
[63/65] Emitting module CLI
[64/65] Compiling CLI ParseCommand.swift
[64/65] Linking CLI
Build complete! (22.77s)
Fetching https://github.com/gematik/ref-GemCommonsKit from cache
Fetched https://github.com/gematik/ref-GemCommonsKit (0.18s)
Fetching https://github.com/SwiftCommon/DataKit.git from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.16s)
Fetching http://github.com/Carthage/Commandant from cache
Fetched https://github.com/SwiftCommon/DataKit.git (0.17s)
Fetching http://github.com/Quick/Nimble from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.18s)
Fetched http://github.com/Carthage/Commandant (0.22s)
Fetched http://github.com/Quick/Nimble (0.26s)
Computing version for http://github.com/Quick/Nimble
Computed http://github.com/Quick/Nimble at 9.2.0 (0.80s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (0.64s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (0.60s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.03s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.0 (0.02s)
Creating working copy for http://github.com/Quick/Nimble
Working copy of http://github.com/Quick/Nimble resolved at 9.2.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/SwiftCommon/DataKit.git
Working copy of https://github.com/SwiftCommon/DataKit.git resolved at 1.1.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.0
Creating working copy for https://github.com/gematik/ref-GemCommonsKit
Working copy of https://github.com/gematik/ref-GemCommonsKit resolved at 1.2.0
Creating working copy for http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.0
Build complete.
Done.