The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alibaba/HandyJSON.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/alibaba/HandyJSON
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f0b15db 5.0.4-beta podspec
Cloned https://github.com/alibaba/HandyJSON.git
Revision (git rev-parse @):
f0b15db3bc0c51e935ea2385d6e33d412f04fffe
SUCCESS checkout https://github.com/alibaba/HandyJSON.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "handyjson",
      "name": "HandyJSON",
      "url": "https://github.com/alibaba/HandyJSON.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HandyJSON",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alibaba/HandyJSON.git from cache
Fetched https://github.com/alibaba/HandyJSON.git (0.17s)
Creating working copy for https://github.com/alibaba/HandyJSON.git
Working copy of https://github.com/alibaba/HandyJSON.git resolved at master
warning: '.resolve-product-dependencies': dependency 'handyjson' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/alibaba/HandyJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/32] Compiling HandyJSON AnyExtensions.swift
[2/32] Compiling HandyJSON BuiltInBasicType.swift
[3/32] Compiling HandyJSON BuiltInBridgeType.swift
[4/32] Compiling HandyJSON CBridge.swift
[5/32] Compiling HandyJSON Configuration.swift
[6/36] Compiling HandyJSON Deserializer.swift
[7/36] Compiling HandyJSON EnumTransform.swift
[8/36] Compiling HandyJSON EnumType.swift
[9/36] Compiling HandyJSON Export.swift
[10/36] Compiling HandyJSON ExtendCustomBasicType.swift
[11/36] Compiling HandyJSON Metadata.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/PointerType.swift:28:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func cast<T, U>(_ value: T) -> U {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/PointerType.swift:27:10: note: 'T' previously declared here
    init<T>(pointer: UnsafePointer<T>) {
         ^
[12/36] Compiling HandyJSON NSDecimalNumberTransform.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/PointerType.swift:28:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func cast<T, U>(_ value: T) -> U {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/PointerType.swift:27:10: note: 'T' previously declared here
    init<T>(pointer: UnsafePointer<T>) {
         ^
[13/36] Compiling HandyJSON OtherExtension.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/PointerType.swift:28:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func cast<T, U>(_ value: T) -> U {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/PointerType.swift:27:10: note: 'T' previously declared here
    init<T>(pointer: UnsafePointer<T>) {
         ^
[14/36] Compiling HandyJSON PointerType.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/PointerType.swift:28:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func cast<T, U>(_ value: T) -> U {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/PointerType.swift:27:10: note: 'T' previously declared here
    init<T>(pointer: UnsafePointer<T>) {
         ^
[15/36] Compiling HandyJSON TransformOf.swift
[16/36] Compiling HandyJSON TransformType.swift
[17/36] Compiling HandyJSON Transformable.swift
[18/36] Compiling HandyJSON URLTransform.swift
[19/36] Compiling HandyJSON ISO8601DateTransform.swift
[20/36] Compiling HandyJSON Logger.swift
[21/36] Compiling HandyJSON MangledName.swift
[22/36] Compiling HandyJSON Measuable.swift
[23/36] Emitting module HandyJSON
[24/36] Compiling HandyJSON ExtendCustomModelType.swift
[25/36] Compiling HandyJSON FieldDescriptor.swift
[26/36] Compiling HandyJSON HelpingMapper.swift
[27/36] Compiling HandyJSON HexColorTransform.swift
[28/36] Compiling HandyJSON Properties.swift
[29/36] Compiling HandyJSON PropertyInfo.swift
[30/36] Compiling HandyJSON ReflectionHelper.swift
[31/36] Compiling HandyJSON Serializer.swift
[32/36] Compiling HandyJSON ContextDescriptorType.swift
[33/36] Compiling HandyJSON CustomDateFormatTransform.swift
[34/36] Compiling HandyJSON DataTransform.swift
[35/36] Compiling HandyJSON DateFormatterTransform.swift
[36/36] Compiling HandyJSON DateTransform.swift
Build complete! (6.59s)
Build complete.
Done.