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 0.2.0 (35a1c0), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 12:08:35 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: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jmgc/SwiftMP
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 35a1c0c Delete MPFRTests.swift
Cloned https://github.com/jmgc/SwiftMP.git
Revision (git rev-parse @):
35a1c0cca76a95804b4fa0a4c4cca9c0d392e6cd
SUCCESS checkout https://github.com/jmgc/SwiftMP.git at 0.2.0
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.50s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.0.8 (1.14s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.0.8
========================================
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
[1/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.47s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (1.07s)
Creating working copy for https://github.com/jmgc/SwiftMP.git
Working copy of https://github.com/jmgc/SwiftMP.git resolved at 0.2.0 (35a1c0c)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
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"
      ],
      "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"
      ],
      "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/248] Compiling Cmpfr const_euler.c
[0/248] Compiling Cmpfr add_d.c
[1/248] Compiling Cmpfr add_ui.c
[1/248] Write sources
[4/248] Compiling Cmpfr add1.c
[4/248] Write sources
[4/248] Compiling Cmpfr add.c
[4/248] Compiling Cmpfr cmp_ui.c
[10/248] Compiling Cmpfr cmp_si.c
[11/248] Compiling Cmpfr add1sp.c
[12/248] Compiling Cmpfr acosh.c
[13/248] Compiling Cmpfr acos.c
[14/248] Compiling Cmpfr zeta_ui.c
[15/248] Compiling Cmpfr vasprintf.c
[16/248] Compiling Cmpfr volatile.c
[17/248] Compiling Cmpfr version.c
[18/248] Compiling _NumericsShims _NumericsShims.c
[19/248] Write swift-version-2F0A5646E1D333AE.txt
[20/248] Compiling Cmpfr zeta.c
[20/248] Compiling Cmpfr urandomb.c
[22/248] Compiling Cmpfr urandom.c
[23/248] Compiling Cmpfr yn.c
[24/248] Compiling Cmpfr ui_sub.c
[25/248] Compiling Cmpfr ui_pow_ui.c
[26/248] Compiling Cmpfr ui_pow.c
[27/248] Compiling Cmpfr ui_div.c
[28/258] Compiling Cmpfr uceil_exp2.c
[29/258] Compiling Cmpfr ufloor_log2.c
[30/258] Compiling Cmpfr ubf.c
[31/258] Compiling Cmpfr total_order.c
[32/258] Compiling Cmpfr uceil_log2.c
[33/258] Compiling Cmpfr tan.c
[34/258] Compiling Cmpfr tanh.c
[35/258] Compiling Cmpfr subnormal.c
[36/258] Compiling Cmpfr swap.c
[37/258] Compiling Cmpfr sub_ui.c
[38/258] Compiling Cmpfr stack_interface.c
[39/258] Compiling Cmpfr sqrt_ui.c
[40/258] Compiling Cmpfr sum.c
[41/258] Compiling Cmpfr sub_d.c
[42/258] Compiling Cmpfr sub.c
[43/258] Compiling Cmpfr sub1.c
[44/258] Compiling Cmpfr sqrt.c
[45/258] Compiling Cmpfr strtofr.c
[46/258] Compiling Cmpfr sub1sp.c
[47/258] Compiling Cmpfr sqr.c
[48/258] Compiling Cmpfr sinh_cosh.c
[49/258] Compiling Cmpfr sinh.c
[50/258] Compiling Cmpfr setsign.c
[51/258] Compiling Cmpfr setmax.c
[52/258] Compiling Cmpfr setmin.c
[53/258] Compiling Cmpfr si_op.c
[54/258] Compiling Cmpfr set_zero.c
[54/258] Compiling Cmpfr sgn.c
[56/258] Compiling Cmpfr sin.c
[57/258] Compiling Cmpfr signbit.c
[58/258] Compiling Cmpfr set_z_exp.c
[59/258] Compiling Cmpfr sin_cos.c
[60/258] Compiling Cmpfr set_uj.c
[61/258] Compiling Cmpfr set_z.c
[62/258] Compiling Cmpfr set_si_2exp.c
[63/258] Compiling Cmpfr set_ui_2exp.c
[64/258] Compiling Cmpfr set_si.c
[65/258] Compiling Cmpfr set_str.c
[66/258] Compiling Cmpfr set_ui.c
[67/258] Compiling Cmpfr set_sj.c
[68/258] Compiling Cmpfr set_str_raw.c
[69/258] Compiling Cmpfr set_rnd.c
[70/258] Compiling Cmpfr set_q.c
[71/258] Compiling Cmpfr set_prec.c
[72/258] Compiling Cmpfr set_prc_raw.c
[73/258] Compiling Cmpfr set_nan.c
[74/258] Compiling Cmpfr set_ld.c
[75/258] Compiling Cmpfr set_flt.c
[76/258] Compiling Cmpfr set_inf.c
[77/258] Compiling Cmpfr set_float128.c
[78/258] Compiling Cmpfr set_f.c
[79/258] Compiling Cmpfr set_exp.c
[80/258] Compiling Cmpfr set_d64.c
[81/258] Compiling Cmpfr set_dfl_prec.c
[82/258] Compiling Cmpfr set_d128.c
[83/258] Compiling Cmpfr set_d.c
[84/258] Compiling Cmpfr set.c
[85/258] Compiling Cmpfr scale2.c
[86/258] Compiling Cmpfr sech.c
[87/258] Compiling Cmpfr rndna.c
[88/258] Compiling Cmpfr sec.c
[89/258] Compiling Cmpfr round_near_x.c
[90/258] Compiling Cmpfr round_p.c
[91/258] Compiling Cmpfr rint.c
[92/258] Compiling Cmpfr round_prec.c
[93/258] Compiling Cmpfr root.c
[94/258] Compiling Cmpfr rem1.c
[95/258] Compiling Cmpfr reldiff.c
[96/258] Compiling Cmpfr printf.c
[97/258] Compiling Cmpfr print_rnd_mode.c
[98/258] Compiling Cmpfr powerof2.c
[99/258] Compiling Cmpfr print_raw.c
[100/258] Compiling Cmpfr rec_sqrt.c
[101/258] Compiling Cmpfr pow_ui.c
[102/258] Compiling Cmpfr random_deviate.c
[103/258] Compiling Cmpfr pow_si.c
[104/258] Compiling Cmpfr pow.c
[105/258] Compiling Cmpfr pow_z.c
[106/258] Compiling Cmpfr pool.c
[107/258] Compiling Cmpfr odd_p.c
[108/258] Compiling Cmpfr out_str.c
[109/258] Compiling Cmpfr nrandom.c
[110/258] Compiling Cmpfr neg.c
[110/258] Compiling Cmpfr next.c
[112/258] Compiling Cmpfr nbits_ulong.c
[113/258] Compiling Cmpfr mulders.c
[114/258] Compiling Cmpfr mul_d.c
[115/258] Compiling Cmpfr mul_ui.c
[115/258] Compiling Cmpfr mul_2ui.c
[117/258] Compiling Cmpfr mul_2si.c
[118/258] Compiling Cmpfr mul_2exp.c
[119/258] Compiling Cmpfr mpfr-mini-gmp.c
[120/258] Compiling Cmpfr mpn_exp.c
[121/258] Compiling Cmpfr mpfr-gmp.c
[122/258] Compiling Cmpfr mp_clz_tab.c
[123/258] Compiling Cmpfr min_prec.c
[123/258] Compiling Cmpfr modf.c
[125/258] Compiling Cmpfr logging.c
[126/258] Compiling Cmpfr minmax.c
[127/258] Compiling Cmpfr log2.c
[128/258] Compiling Cmpfr log_ui.c
[129/258] Compiling Cmpfr log1p.c
[130/258] Compiling Cmpfr mul.c
[131/258] Compiling Cmpfr log10.c
[132/258] Compiling Cmpfr log.c
[133/258] Compiling Cmpfr isregular.c
[134/258] Compiling Cmpfr iszero.c
[135/258] Compiling Cmpfr lngamma.c
[136/258] Compiling Cmpfr isqrt.c
[137/258] Compiling Cmpfr isnum.c
[138/258] Compiling Cmpfr jn.c
[139/258] Compiling Cmpfr isnan.c
[140/258] Compiling Cmpfr isinteger.c
[141/258] Compiling Cmpfr li2.c
[142/258] Compiling Cmpfr isinf.c
[143/258] Compiling Cmpfr grandom.c
[144/258] Compiling Cmpfr inits.c
[145/258] Compiling Cmpfr inits2.c
[146/258] Compiling Cmpfr init2.c
[147/258] Compiling Cmpfr inp_str.c
[148/258] Compiling Cmpfr int_ceil_log2.c
[148/258] Compiling Cmpfr init.c
[150/258] Compiling Cmpfr hypot.c
[151/258] Compiling Cmpfr get_z_exp.c
[152/258] Compiling Cmpfr gmp_op.c
[153/258] Compiling Cmpfr get_z.c
[154/258] Compiling Cmpfr get_uj.c
[155/258] Compiling Cmpfr get_ui.c
[156/258] Compiling Cmpfr get_sj.c
[157/258] Compiling Cmpfr get_q.c
[158/258] Compiling Cmpfr get_si.c
[159/258] Compiling Cmpfr get_ld.c
[160/258] Compiling Cmpfr get_flt.c
[161/258] Compiling Cmpfr get_str.c
[162/258] Compiling Cmpfr get_float128.c
[163/258] Compiling Cmpfr get_f.c
[164/258] Compiling Cmpfr get_exp.c
[165/258] Compiling Cmpfr get_d64.c
[166/258] Compiling Cmpfr get_d128.c
[167/258] Compiling Cmpfr get_d.c
[168/258] Compiling Cmpfr gammaonethird.c
[169/258] Compiling Cmpfr frexp.c
[170/258] Compiling Cmpfr fms.c
[171/258] Compiling Cmpfr gamma_inc.c
[172/258] Compiling Cmpfr fmma.c
[173/258] Compiling Cmpfr free_cache.c
[174/258] Compiling Cmpfr frac.c
[175/258] Compiling Cmpfr fpif.c
[176/258] Compiling Cmpfr gamma.c
[177/258] Compiling Cmpfr fma.c
[178/258] Compiling Cmpfr fits_ushort.c
[179/258] Compiling Cmpfr fits_ulong.c
[180/258] Compiling Cmpfr fits_uint.c
[181/258] Compiling Cmpfr extract.c
[182/258] Compiling Cmpfr factorial.c
[183/258] Compiling Cmpfr fits_intmax.c
[184/258] Compiling Cmpfr fits_slong.c
[185/258] Compiling Cmpfr fits_sint.c
[186/258] Compiling Cmpfr fits_uintmax.c
[186/258] Compiling Cmpfr fits_sshort.c
[188/258] Compiling Cmpfr expm1.c
[189/258] Compiling Cmpfr exp3.c
[190/258] Compiling Cmpfr exp_2.c
[191/258] Compiling Cmpfr exp10.c
[192/258] Compiling Cmpfr exp2.c
[193/258] Compiling Cmpfr exp.c
[194/258] Compiling Cmpfr erf.c
[195/258] Compiling Cmpfr erandom.c
[196/258] Compiling Cmpfr exceptions.c
[197/258] Compiling Cmpfr erfc.c
[198/258] Compiling Cmpfr eq.c
[199/258] Compiling Cmpfr dump.c
[200/258] Compiling Cmpfr dot.c
[201/258] Compiling Cmpfr div_ui.c
[202/258] Compiling Cmpfr eint.c
[203/258] Compiling Cmpfr div_d.c
[204/258] Compiling Cmpfr div_2ui.c
[205/258] Compiling Cmpfr div_2exp.c
[206/258] Compiling Cmpfr div_2si.c
[207/258] Compiling Cmpfr dim.c
[208/258] Compiling Cmpfr d_sub.c
[209/258] Compiling Cmpfr digamma.c
[210/258] Compiling Cmpfr d_div.c
[211/258] Compiling Cmpfr csch.c
[212/258] Compiling Cmpfr csc.c
[213/258] Compiling Cmpfr coth.c
[214/258] Compiling Cmpfr cot.c
[215/258] Compiling Cmpfr cosh.c
[216/258] Compiling Cmpfr copysign.c
[216/258] Compiling Cmpfr div.c
[218/258] Compiling Cmpfr cos.c
[219/258] Compiling Cmpfr constant.c
[220/258] Compiling Cmpfr const_pi.c
[221/258] Compiling Cmpfr comparisons.c
[222/258] Compiling Cmpfr cmpabs_ui.c
[223/258] Compiling Cmpfr const_log2.c
[224/258] Compiling Cmpfr const_catalan.c
[226/258] Compiling RealModule RealFunctions.swift
[226/258] Compiling Cmpfr cmpabs.c
[226/258] Compiling Cmpfr cmp_ld.c
[228/258] Compiling Cmpfr cmp_d.c
[229/258] Compiling Cmpfr cmp2.c
[231/258] Compiling RealModule Real.swift
[232/258] Compiling RealModule Float16+Real.swift
[233/258] Compiling RealModule Float80+Real.swift
[233/258] Compiling Cmpfr cmp.c
[234/258] Compiling Cmpfr clear.c
[235/258] Compiling Cmpfr clears.c
[236/258] Compiling Cmpfr check.c
[238/258] Compiling RealModule Double+Real.swift
[239/258] Compiling RealModule ElementaryFunctions.swift
[240/258] Compiling RealModule ApproximateEquality.swift
[241/258] Emitting module RealModule
[241/258] Compiling Cmpfr cbrt.c
[243/258] Compiling RealModule AlgebraicField.swift
[244/258] Compiling RealModule Float+Real.swift
[244/258] Compiling Cmpfr cache.c
[245/258] Compiling Cmpfr buildopt.c
[246/258] Compiling Cmpfr beta.c
[247/258] Compiling Cmpfr bernoulli.c
[248/258] Compiling Cmpfr atanh.c
[249/258] Compiling Cmpfr atan2.c
[250/258] Compiling Cmpfr atan.c
[251/258] Compiling Cmpfr asinh.c
[252/258] Compiling Cmpfr asin.c
[253/258] Compiling Cmpfr abort_prec_max.c
[254/258] Compiling Cmpfr ai.c
[255/258] Compiling Cmpfr agm.c
[256/262] Compiling Cminigmp mini-mpq.c
[258/262] Emitting module ComplexModule
[259/262] Compiling ComplexModule Arithmetic.swift
[260/262] Compiling ComplexModule Differentiable.swift
[261/262] Compiling ComplexModule Complex.swift
[261/262] Compiling Cminigmp mini-gmp.c
[263/264] Compiling Numerics Numerics.swift
[264/264] Emitting module Numerics
[265/269] 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 |
[266/269] 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 |
[267/269] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[268/269] 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 |
[269/269] 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 |
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 RealFunctions.swift
[3/11] Compiling RealModule Float16+Real.swift
[4/11] Compiling RealModule Real.swift
[5/11] Compiling RealModule Float80+Real.swift
[6/11] Compiling RealModule Float+Real.swift
[7/11] Compiling RealModule ElementaryFunctions.swift
[8/11] Compiling RealModule ApproximateEquality.swift
[9/11] Compiling RealModule AlgebraicField.swift
[10/11] Compiling RealModule Double+Real.swift
[11/11] Emitting module RealModule
[12/15] Compiling ComplexModule Differentiable.swift
[13/15] Compiling ComplexModule Arithmetic.swift
[14/15] Compiling ComplexModule Complex.swift
[15/15] Emitting module ComplexModule
[16/17] Compiling Numerics Numerics.swift
[17/17] Emitting module Numerics
[18/22] 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 |
[19/22] 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 |
[20/22] 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 |
[21/22] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/22] 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