The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftMP, reference main (563935), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 12:09:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jmgc/SwiftMP.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jmgc/SwiftMP
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5639356 Add compatibility badges.
Cloned https://github.com/jmgc/SwiftMP.git
Revision (git rev-parse @):
56393564c423322115aa63bfc27819488e80ef62
SUCCESS checkout https://github.com/jmgc/SwiftMP.git at main
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.46s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (1.05s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftmp",
      "name": "SwiftMP",
      "url": "https://github.com/jmgc/SwiftMP.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMP",
      "dependencies": [
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/jmgc/SwiftMP.git
[5/444] Fetching swiftmp
Fetched https://github.com/jmgc/SwiftMP.git from cache (0.89s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.48s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Creating working copy for https://github.com/jmgc/SwiftMP.git
Working copy of https://github.com/jmgc/SwiftMP.git resolved at main (5639356)
warning: '.resolve-product-dependencies': dependency 'swiftmp' is not used by any target
Found 1 product dependencies
  - swift-numerics
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jmgc/SwiftMP.git
https://github.com/jmgc/SwiftMP.git
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "SwiftMP",
  "name" : "SwiftMP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "minigmp",
      "targets" : [
        "Cminigmp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "mpfr",
      "targets" : [
        "Cmpfr"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftMP",
      "targets" : [
        "SwiftMP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMPTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMPTests",
      "path" : "Tests/SwiftMPTests",
      "sources" : [
        "FloatMPTests.swift",
        "IntMPTests.swift",
        "QuotMPTests.swift",
        "UIntMPTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftMP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMP",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMP",
      "path" : "Sources/SwiftMP",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "SwiftMP"
      ],
      "sources" : [
        "FloatMP.swift",
        "IntMP.swift",
        "QuotMP.swift",
        "UIntMP.swift"
      ],
      "target_dependencies" : [
        "Cmpfr"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CmpfrTests",
      "module_type" : "ClangTarget",
      "name" : "CmpfrTests",
      "path" : "Tests/CmpfrTests",
      "sources" : [
        "CmpfrTests.m"
      ],
      "target_dependencies" : [
        "Cmpfr"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cmpfr",
      "module_type" : "ClangTarget",
      "name" : "Cmpfr",
      "path" : "Sources/Cmpfr",
      "product_memberships" : [
        "mpfr",
        "SwiftMP"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/COPYING",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/COPYING.LESSER",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/README.md",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/add1sp1_extracted.ch",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/jyn_asympt.ch",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/mul_1_extracted.ch",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/round_raw_generic.ch",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/sub1sp1_extracted.ch",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "abort_prec_max.c",
        "acos.c",
        "acosh.c",
        "add.c",
        "add1.c",
        "add1sp.c",
        "add_d.c",
        "add_ui.c",
        "agm.c",
        "ai.c",
        "asin.c",
        "asinh.c",
        "atan.c",
        "atan2.c",
        "atanh.c",
        "bernoulli.c",
        "beta.c",
        "buildopt.c",
        "cache.c",
        "cbrt.c",
        "check.c",
        "clear.c",
        "clears.c",
        "cmp.c",
        "cmp2.c",
        "cmp_d.c",
        "cmp_ld.c",
        "cmp_si.c",
        "cmp_ui.c",
        "cmpabs.c",
        "cmpabs_ui.c",
        "comparisons.c",
        "const_catalan.c",
        "const_euler.c",
        "const_log2.c",
        "const_pi.c",
        "constant.c",
        "copysign.c",
        "cos.c",
        "cosh.c",
        "cot.c",
        "coth.c",
        "csc.c",
        "csch.c",
        "d_div.c",
        "d_sub.c",
        "digamma.c",
        "dim.c",
        "div.c",
        "div_2exp.c",
        "div_2si.c",
        "div_2ui.c",
        "div_d.c",
        "div_ui.c",
        "dot.c",
        "dump.c",
        "eint.c",
        "eq.c",
        "erandom.c",
        "erf.c",
        "erfc.c",
        "exceptions.c",
        "exp.c",
        "exp10.c",
        "exp2.c",
        "exp3.c",
        "exp_2.c",
        "expm1.c",
        "extract.c",
        "factorial.c",
        "fits_intmax.c",
        "fits_sint.c",
        "fits_slong.c",
        "fits_sshort.c",
        "fits_uint.c",
        "fits_uintmax.c",
        "fits_ulong.c",
        "fits_ushort.c",
        "fma.c",
        "fmma.c",
        "fms.c",
        "fpif.c",
        "frac.c",
        "free_cache.c",
        "frexp.c",
        "gamma.c",
        "gamma_inc.c",
        "gammaonethird.c",
        "get_d.c",
        "get_d128.c",
        "get_d64.c",
        "get_exp.c",
        "get_f.c",
        "get_float128.c",
        "get_flt.c",
        "get_ld.c",
        "get_q.c",
        "get_si.c",
        "get_sj.c",
        "get_str.c",
        "get_ui.c",
        "get_uj.c",
        "get_z.c",
        "get_z_exp.c",
        "gmp_op.c",
        "grandom.c",
        "hypot.c",
        "init.c",
        "init2.c",
        "inits.c",
        "inits2.c",
        "inp_str.c",
        "int_ceil_log2.c",
        "isinf.c",
        "isinteger.c",
        "isnan.c",
        "isnum.c",
        "isqrt.c",
        "isregular.c",
        "iszero.c",
        "jn.c",
        "li2.c",
        "lngamma.c",
        "log.c",
        "log10.c",
        "log1p.c",
        "log2.c",
        "log_ui.c",
        "logging.c",
        "min_prec.c",
        "minmax.c",
        "modf.c",
        "mp_clz_tab.c",
        "mpfr-gmp.c",
        "mpfr-mini-gmp.c",
        "mpn_exp.c",
        "mul.c",
        "mul_2exp.c",
        "mul_2si.c",
        "mul_2ui.c",
        "mul_d.c",
        "mul_ui.c",
        "mulders.c",
        "nbits_ulong.c",
        "neg.c",
        "next.c",
        "nrandom.c",
        "odd_p.c",
        "out_str.c",
        "pool.c",
        "pow.c",
        "pow_si.c",
        "pow_ui.c",
        "pow_z.c",
        "powerof2.c",
        "print_raw.c",
        "print_rnd_mode.c",
        "printf.c",
        "random_deviate.c",
        "rec_sqrt.c",
        "reldiff.c",
        "rem1.c",
        "rint.c",
        "rndna.c",
        "root.c",
        "round_near_x.c",
        "round_p.c",
        "round_prec.c",
        "scale2.c",
        "sec.c",
        "sech.c",
        "set.c",
        "set_d.c",
        "set_d128.c",
        "set_d64.c",
        "set_dfl_prec.c",
        "set_exp.c",
        "set_f.c",
        "set_float128.c",
        "set_flt.c",
        "set_inf.c",
        "set_ld.c",
        "set_nan.c",
        "set_prc_raw.c",
        "set_prec.c",
        "set_q.c",
        "set_rnd.c",
        "set_si.c",
        "set_si_2exp.c",
        "set_sj.c",
        "set_str.c",
        "set_str_raw.c",
        "set_ui.c",
        "set_ui_2exp.c",
        "set_uj.c",
        "set_z.c",
        "set_z_exp.c",
        "set_zero.c",
        "setmax.c",
        "setmin.c",
        "setsign.c",
        "sgn.c",
        "si_op.c",
        "signbit.c",
        "sin.c",
        "sin_cos.c",
        "sinh.c",
        "sinh_cosh.c",
        "sqr.c",
        "sqrt.c",
        "sqrt_ui.c",
        "stack_interface.c",
        "strtofr.c",
        "sub.c",
        "sub1.c",
        "sub1sp.c",
        "sub_d.c",
        "sub_ui.c",
        "subnormal.c",
        "sum.c",
        "swap.c",
        "tan.c",
        "tanh.c",
        "total_order.c",
        "ubf.c",
        "uceil_exp2.c",
        "uceil_log2.c",
        "ufloor_log2.c",
        "ui_div.c",
        "ui_pow.c",
        "ui_pow_ui.c",
        "ui_sub.c",
        "urandom.c",
        "urandomb.c",
        "vasprintf.c",
        "version.c",
        "volatile.c",
        "yn.c",
        "zeta.c",
        "zeta_ui.c"
      ],
      "target_dependencies" : [
        "Cminigmp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CminigmpTests",
      "module_type" : "ClangTarget",
      "name" : "CminigmpTests",
      "path" : "Tests/CminigmpTests",
      "sources" : [
        "CminigmpTests.m"
      ],
      "target_dependencies" : [
        "Cminigmp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cminigmp",
      "module_type" : "ClangTarget",
      "name" : "Cminigmp",
      "path" : "Sources/Cminigmp",
      "product_memberships" : [
        "minigmp",
        "mpfr",
        "SwiftMP"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cminigmp/COPYING.LESSERv3",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cminigmp/COPYINGv2",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cminigmp/COPYINGv3",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Cminigmp/README.md",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "mini-gmp.c",
        "mini-mpq.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/260] Copying COPYING.LESSER
[0/260] Copying README.md
[2/260] Copying sub1sp1_extracted.ch
[2/260] Copying COPYINGv3
[2/260] Copying round_raw_generic.ch
[3/260] Copying COPYING
[3/260] Copying add1sp1_extracted.ch
[7/260] Copying README.md
[7/260] Copying COPYINGv2
[9/260] Write sources
[10/260] Copying COPYING.LESSERv3
[10/260] Write sources
[12/260] Copying mul_1_extracted.ch
[13/260] Copying jyn_asympt.ch
[13/260] Write sources
[16/260] Compiling _NumericsShims _NumericsShims.c
[17/260] Compiling Cmpfr vasprintf.c
[18/260] Write swift-version-2F0A5646E1D333AE.txt
[19/260] Compiling Cmpfr urandom.c
[20/260] Compiling Cmpfr version.c
[20/260] Compiling Cmpfr volatile.c
[20/260] Compiling Cmpfr urandomb.c
[23/260] Compiling Cmpfr yn.c
[24/260] Compiling Cminigmp mini-mpq.c
[24/260] Compiling Cmpfr zeta_ui.c
[26/260] Compiling Cmpfr ui_sub.c
[27/260] Compiling Cmpfr zeta.c
[28/260] Compiling Cminigmp mini-gmp.c
[29/260] Compiling Cmpfr ui_pow.c
[30/270] Compiling Cmpfr ui_div.c
[31/270] Compiling Cmpfr ui_pow_ui.c
[32/270] Compiling Cmpfr ufloor_log2.c
[33/270] Compiling Cmpfr uceil_exp2.c
[34/270] Compiling Cmpfr uceil_log2.c
[35/270] Compiling Cmpfr total_order.c
[36/270] Compiling Cmpfr tan.c
[37/270] Compiling Cmpfr swap.c
[38/270] Compiling Cmpfr ubf.c
[39/270] Compiling Cmpfr subnormal.c
[40/270] Compiling Cmpfr sub_ui.c
[41/270] Compiling Cmpfr sub_d.c
[42/270] Compiling Cmpfr sub.c
[43/270] Compiling Cmpfr sub1.c
[44/270] Compiling Cmpfr sum.c
[45/270] Compiling Cmpfr tanh.c
[46/270] Compiling Cmpfr stack_interface.c
[47/270] Compiling Cmpfr sub1sp.c
[48/270] Compiling Cmpfr sqrt_ui.c
[49/270] Compiling Cmpfr strtofr.c
[50/270] Compiling Cmpfr sinh.c
[51/270] Compiling Cmpfr sinh_cosh.c
[52/270] Compiling Cmpfr signbit.c
[53/270] Compiling Cmpfr sin.c
[54/270] Compiling Cmpfr sqr.c
[55/270] Compiling Cmpfr sqrt.c
[56/270] Compiling Cmpfr si_op.c
[57/270] Compiling Cmpfr sin_cos.c
[58/270] Compiling Cmpfr sgn.c
[59/270] Compiling Cmpfr setsign.c
[60/270] Compiling Cmpfr setmin.c
[61/270] Compiling Cmpfr setmax.c
[62/270] Compiling Cmpfr set_zero.c
[63/270] Compiling Cmpfr set_z_exp.c
[64/270] Compiling Cmpfr set_z.c
[65/270] Compiling Cmpfr set_uj.c
[66/270] Compiling Cmpfr set_ui_2exp.c
[67/270] Compiling Cmpfr set_ui.c
[68/270] Compiling Cmpfr set_str_raw.c
[69/270] Compiling Cmpfr set_str.c
[70/270] Compiling Cmpfr set_si_2exp.c
[71/270] Compiling Cmpfr set_sj.c
[72/270] Compiling Cmpfr set_si.c
[73/270] Compiling Cmpfr set_rnd.c
[74/270] Compiling Cmpfr set_prec.c
[75/270] Compiling Cmpfr set_q.c
[76/270] Compiling Cmpfr set_float128.c
[77/270] Compiling Cmpfr set_prc_raw.c
[78/270] Compiling Cmpfr set_f.c
[79/270] Compiling Cmpfr set_dfl_prec.c
[80/270] Compiling Cmpfr set_nan.c
[81/270] Compiling Cmpfr set_exp.c
[82/270] Compiling Cmpfr set_flt.c
[83/270] Compiling Cmpfr set_inf.c
[84/270] Compiling Cmpfr set_d64.c
[85/270] Compiling Cmpfr set_d128.c
[86/270] Compiling Cmpfr set_ld.c
[87/270] Compiling Cmpfr scale2.c
[88/270] Compiling Cmpfr round_p.c
[89/270] Compiling Cmpfr set_d.c
[90/270] Compiling Cmpfr sec.c
[91/270] Compiling Cmpfr sech.c
[92/270] Compiling Cmpfr round_near_x.c
[93/270] Compiling Cmpfr set.c
[94/270] Compiling Cmpfr root.c
[95/270] Compiling Cmpfr rndna.c
[96/270] Compiling Cmpfr round_prec.c
[97/270] Compiling Cmpfr rint.c
[98/270] Compiling Cmpfr printf.c
[99/270] Compiling Cmpfr rem1.c
[100/270] Compiling Cmpfr reldiff.c
[101/270] Compiling Cmpfr print_rnd_mode.c
[102/270] Compiling Cmpfr random_deviate.c
[103/270] Compiling Cmpfr print_raw.c
[103/270] Compiling Cmpfr powerof2.c
[105/270] Compiling Cmpfr rec_sqrt.c
[106/270] Compiling Cmpfr pow_ui.c
[107/270] Compiling Cmpfr pow_z.c
[108/270] Compiling Cmpfr pow_si.c
[109/270] Compiling Cmpfr pow.c
[110/270] Compiling Cmpfr pool.c
[111/270] Compiling Cmpfr out_str.c
[112/270] Compiling Cmpfr odd_p.c
[113/270] Compiling Cmpfr nrandom.c
[114/270] Compiling Cmpfr next.c
[115/270] Compiling Cmpfr nbits_ulong.c
[116/270] Compiling Cmpfr neg.c
[117/270] Compiling Cmpfr mul_d.c
[118/270] Compiling Cmpfr mul_2ui.c
[119/270] Compiling Cmpfr mul_ui.c
[120/270] Compiling Cmpfr mulders.c
[121/270] Compiling Cmpfr mul_2exp.c
[122/270] Compiling Cmpfr mul_2si.c
[123/270] Compiling Cmpfr mpn_exp.c
[124/270] Compiling Cmpfr mp_clz_tab.c
[125/270] Compiling Cmpfr mpfr-gmp.c
[126/270] Compiling Cmpfr mpfr-mini-gmp.c
[127/270] Compiling Cmpfr min_prec.c
[128/270] Compiling Cmpfr modf.c
[129/270] Compiling Cmpfr mul.c
[129/270] Compiling Cmpfr minmax.c
[131/270] Compiling Cmpfr logging.c
[132/270] Compiling Cmpfr log2.c
[132/270] Compiling Cmpfr log_ui.c
[134/270] Compiling Cmpfr iszero.c
[135/270] Compiling Cmpfr log1p.c
[136/270] Compiling Cmpfr log.c
[137/270] Compiling Cmpfr log10.c
[138/270] Compiling Cmpfr isregular.c
[139/270] Compiling Cmpfr isnum.c
[140/270] Compiling Cmpfr isqrt.c
[141/270] Compiling Cmpfr jn.c
[142/270] Compiling Cmpfr isnan.c
[143/270] Compiling Cmpfr lngamma.c
[144/270] Compiling Cmpfr isinteger.c
[144/270] Compiling Cmpfr isinf.c
[146/270] Compiling Cmpfr li2.c
[147/270] Compiling Cmpfr int_ceil_log2.c
[148/270] Compiling Cmpfr inp_str.c
[149/270] Compiling Cmpfr inits2.c
[150/270] Compiling Cmpfr inits.c
[151/270] Compiling Cmpfr get_z_exp.c
[152/270] Compiling Cmpfr gmp_op.c
[153/270] Compiling Cmpfr init2.c
[154/270] Compiling Cmpfr init.c
[155/270] Compiling Cmpfr get_z.c
[156/270] Compiling Cmpfr grandom.c
[157/270] Compiling Cmpfr hypot.c
[158/270] Compiling Cmpfr get_uj.c
[159/270] Compiling Cmpfr get_ui.c
[160/270] Compiling Cmpfr get_sj.c
[161/270] Compiling Cmpfr get_q.c
[162/270] Compiling Cmpfr get_si.c
[163/270] Compiling Cmpfr get_str.c
[164/270] Compiling Cmpfr get_float128.c
[165/270] Compiling Cmpfr get_ld.c
[166/270] Compiling Cmpfr get_f.c
[167/270] Compiling Cmpfr get_flt.c
[168/270] Compiling Cmpfr get_exp.c
[169/270] Compiling Cmpfr get_d64.c
[170/270] Compiling Cmpfr get_d128.c
[171/270] Compiling Cmpfr get_d.c
[172/270] Compiling Cmpfr gammaonethird.c
[173/270] Compiling Cmpfr frac.c
[174/270] Compiling Cmpfr free_cache.c
[175/270] Compiling Cmpfr fpif.c
[176/270] Compiling Cmpfr fms.c
[177/270] Compiling Cmpfr frexp.c
[178/270] Compiling Cmpfr fmma.c
[179/270] Compiling Cmpfr gamma_inc.c
[180/270] Compiling Cmpfr fma.c
[181/270] Compiling Cmpfr fits_ushort.c
[182/270] Compiling Cmpfr fits_ulong.c
[183/270] Compiling Cmpfr fits_uintmax.c
[184/270] Compiling Cmpfr fits_uint.c
[185/270] Compiling Cmpfr fits_sshort.c
[186/270] Compiling Cmpfr fits_slong.c
[187/270] Compiling Cmpfr fits_sint.c
[188/270] Compiling Cmpfr fits_intmax.c
[189/270] Compiling Cmpfr gamma.c
[190/270] Compiling Cmpfr extract.c
[191/270] Compiling Cmpfr factorial.c
[192/270] Compiling Cmpfr expm1.c
[193/270] Compiling Cmpfr exp_2.c
[194/270] Compiling Cmpfr exp10.c
[195/270] Compiling Cmpfr exp2.c
[196/270] Compiling Cmpfr exp3.c
[197/270] Compiling Cmpfr exp.c
[198/270] Compiling Cmpfr exceptions.c
[199/270] Compiling Cmpfr erfc.c
[200/270] Compiling Cmpfr erandom.c
[201/270] Compiling Cmpfr eq.c
[202/270] Compiling Cmpfr erf.c
[203/270] Compiling Cmpfr dump.c
[204/270] Compiling Cmpfr eint.c
[205/270] Compiling Cmpfr dot.c
[206/270] Compiling Cmpfr div_ui.c
[207/270] Compiling Cmpfr div_d.c
[208/270] Compiling Cmpfr div_2ui.c
[209/270] Compiling Cmpfr div_2si.c
[210/270] Compiling Cmpfr div_2exp.c
[211/270] Compiling Cmpfr dim.c
[213/270] Compiling RealModule Float80+Real.swift
[214/270] Compiling RealModule Float16+Real.swift
[215/270] Compiling RealModule Real.swift
[215/271] Compiling Cmpfr d_sub.c
[216/271] Compiling Cmpfr digamma.c
[217/271] Compiling Cmpfr div.c
[218/271] Compiling Cmpfr d_div.c
[220/271] Compiling RealModule ElementaryFunctions.swift
[221/271] Compiling RealModule Float+Real.swift
[221/271] Compiling Cmpfr csch.c
[223/271] Compiling RealModule AugmentedArithmetic.swift
[224/271] Compiling RealModule ApproximateEquality.swift
[225/271] Compiling RealModule AlgebraicField.swift
[226/271] Emitting module RealModule
[227/271] Compiling RealModule Double+Real.swift
[227/271] Compiling Cmpfr coth.c
[228/271] Compiling Cmpfr csc.c
[229/271] Compiling Cmpfr cot.c
[230/271] Compiling Cmpfr cosh.c
[231/271] Compiling Cmpfr copysign.c
[232/271] Compiling Cmpfr constant.c
[233/271] Compiling Cmpfr cos.c
[235/271] Compiling RealModule RealFunctions.swift
[235/271] Compiling Cmpfr const_pi.c
[236/271] Compiling Cmpfr const_log2.c
[237/271] Compiling Cmpfr comparisons.c
[238/271] Compiling Cmpfr const_catalan.c
[239/271] Compiling Cmpfr const_euler.c
[240/271] Compiling Cmpfr cmpabs_ui.c
[241/271] Compiling Cmpfr cmpabs.c
[242/271] Compiling Cmpfr cmp_si.c
[243/271] Compiling Cmpfr cmp_ui.c
[244/271] Compiling Cmpfr cmp_d.c
[245/271] Compiling Cmpfr cmp_ld.c
[246/271] Compiling Cmpfr clears.c
[247/271] Compiling Cmpfr cmp.c
[248/271] Compiling Cmpfr cmp2.c
[249/271] Compiling Cmpfr clear.c
[250/271] Compiling Cmpfr check.c
[251/271] Compiling Cmpfr cbrt.c
[252/271] Compiling Cmpfr cache.c
[253/271] Compiling Cmpfr buildopt.c
[254/271] Compiling Cmpfr beta.c
[255/271] Compiling Cmpfr bernoulli.c
[256/274] Compiling Cmpfr atanh.c
[257/276] Compiling Cmpfr atan2.c
[258/276] Compiling Cmpfr asinh.c
[259/276] Compiling Cmpfr atan.c
[260/276] Compiling Cmpfr asin.c
[261/276] Compiling Cmpfr add_ui.c
[262/276] Compiling Cmpfr agm.c
[263/276] Compiling Cmpfr ai.c
[264/276] Compiling Cmpfr add_d.c
[265/276] Compiling Cmpfr add.c
[266/276] Compiling Cmpfr acos.c
[267/276] Compiling Cmpfr add1.c
[268/276] Compiling Cmpfr acosh.c
[269/276] Compiling Cmpfr abort_prec_max.c
[270/276] Compiling Cmpfr add1sp.c
[272/276] Compiling ComplexModule Complex.swift
[273/276] Compiling ComplexModule Arithmetic.swift
[274/276] Compiling ComplexModule ElementaryFunctions.swift
[275/276] Compiling ComplexModule Differentiable.swift
[276/276] Emitting module ComplexModule
[277/278] Compiling Numerics Numerics.swift
[278/278] Emitting module Numerics
error: emit-module command failed with exit code 1 (use -v to see invocation)
[279/283] Compiling SwiftMP FloatMP.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:36:1: warning: umbrella header for module 'Cmpfr' does not include header 'mpf2mpfr.h'
34 |
35 | #endif /* CMPFR_H */
36 |
   | `- warning: umbrella header for module 'Cmpfr' does not include header 'mpf2mpfr.h'
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
[280/283] Compiling SwiftMP UIntMP.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
[281/283] Compiling SwiftMP IntMP.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
[282/283] Emitting module SwiftMP
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:36:1: warning: umbrella header for module 'Cmpfr' does not include header 'mpf2mpfr.h'
34 |
35 | #endif /* CMPFR_H */
36 |
   | `- warning: umbrella header for module 'Cmpfr' does not include header 'mpf2mpfr.h'
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
[283/283] Compiling SwiftMP QuotMP.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling RealModule AlgebraicField.swift
[3/12] Compiling RealModule Real.swift
[4/12] Compiling RealModule Float80+Real.swift
[5/12] Compiling RealModule Float16+Real.swift
[6/12] Compiling RealModule Float+Real.swift
[7/12] Compiling RealModule ApproximateEquality.swift
[8/12] Compiling RealModule AugmentedArithmetic.swift
[9/12] Compiling RealModule ElementaryFunctions.swift
[10/12] Compiling RealModule Double+Real.swift
[11/12] Compiling RealModule RealFunctions.swift
[12/12] Emitting module RealModule
[13/17] Compiling ComplexModule Differentiable.swift
[14/17] Compiling ComplexModule Complex.swift
[15/17] Compiling ComplexModule ElementaryFunctions.swift
[16/17] Compiling ComplexModule Arithmetic.swift
[17/17] Emitting module ComplexModule
[18/19] Compiling Numerics Numerics.swift
[19/19] Emitting module Numerics
[20/24] Compiling SwiftMP UIntMP.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
[21/24] Compiling SwiftMP IntMP.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
[22/24] Compiling SwiftMP FloatMP.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:36:1: warning: umbrella header for module 'Cmpfr' does not include header 'mpf2mpfr.h'
34 |
35 | #endif /* CMPFR_H */
36 |
   | `- warning: umbrella header for module 'Cmpfr' does not include header 'mpf2mpfr.h'
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
[23/24] Compiling SwiftMP QuotMP.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/24] Emitting module SwiftMP
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:532:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 530 | __MPFR_DECLSPEC void mpfr_free_str (char *);
 531 |
 532 | __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 533 | #ifndef _MPFR_NO_DEPRECATED_GRANDOM /* for the test of this function */
 534 | MPFR_DEPRECATED
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:536:55: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 534 | MPFR_DEPRECATED
 535 | #endif
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
     |                                                       `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:538:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 536 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:539:45: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 537 |                                   mpfr_rnd_t);
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
     |                                             `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
 541 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:10: note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
31 | #include <Cminigmp.h>
32 |
33 | #include <mpfr.h>
   |          `- note: in file included from /Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:33:
34 |
35 | #endif /* CMPFR_H */
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/mpfr.h:540:46: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 538 | __MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 539 | __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
 540 | __MPFR_DECLSPEC int mpfr_urandomb (mpfr_ptr, gmp_randstate_t);
     |                                              `- error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 541 |
 542 | __MPFR_DECLSPEC void mpfr_nextabove (mpfr_ptr);
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Cmpfr/include/Cmpfr.h:36:1: warning: umbrella header for module 'Cmpfr' does not include header 'mpf2mpfr.h'
34 |
35 | #endif /* CMPFR_H */
36 |
   | `- warning: umbrella header for module 'Cmpfr' does not include header 'mpf2mpfr.h'
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMP/FloatMP.swift:9:8: error: could not build Objective-C module 'Cmpfr'
  7 |
  8 | import Foundation
  9 | import Cmpfr
    |        `- error: could not build Objective-C module 'Cmpfr'
 10 | import RealModule
 11 |
BUILD FAILURE 6.1 macosSpm