The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Neo4j-Swift/PackStream-Swift.git
Reference: 1.1.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Neo4j-Swift/PackStream-Swift
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 8befde3 Update podspec
Cloned https://github.com/Neo4j-Swift/PackStream-Swift.git into spi-builder-workspace
8befde3d9ea6cf2561d0fd7aeef96c3ff11751d4
SUCCESS checkout https://github.com/Neo4j-Swift/PackStream-Swift.git at 1.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/10] Compiling PackStream Null.swift
[2/10] Compiling PackStream PackProtocol.swift
[3/10] Compiling PackStream Packer.swift
[4/10] Compiling PackStream Int.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PackStream/Int.swift:331:23: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
        data.getBytes(&d, range: NSRange(location: start, length: MemoryLayout<T>.size))
                      ^
[5/10] Compiling PackStream List.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PackStream/Int.swift:331:23: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
        data.getBytes(&d, range: NSRange(location: start, length: MemoryLayout<T>.size))
                      ^
[6/10] Compiling PackStream String.swift
[7/11] Emitting module PackStream
[8/11] Compiling PackStream Bool.swift
[9/11] Compiling PackStream Float.swift
[10/11] Compiling PackStream Map.swift
[11/11] Compiling PackStream Structure.swift
Build complete! (5.99s)
Build complete.
Done.