The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DataConvertible with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.17.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/raphaelwach/dataconvertible.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/raphaelwach/dataconvertible
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0a7011b Update README.md
Cloned https://github.com/raphaelwach/dataconvertible.git into spi-builder-workspace
0a7011b8faa2e8102911404a828c3008cf45e1ee
SUCCESS checkout https://github.com/raphaelwach/dataconvertible.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/2] Compiling DataConvertible DataConvertible.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataConvertible/DataConvertible.swift:189:41: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
                guard let me = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(binaryData) as? Self else {
                                                      ^
[2/2] Emitting module DataConvertible
Build complete! (3.52s)
Build complete.
Done.